var s = document.createElement("script");

 s.id="sd2";

s.type = "text/javascript";


var IE6 = navigator.appName+navigator.appVersion;
if (IE6  == "Microsoft Internet Explorer4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)")
{	
	s.src = "/script/DD_belatedPNG_0.0.8a-min.js";
}


document.getElementsByTagName("head")[0].appendChild(s);

$(document).ready(function(){
	$('iframe').each(function(){
		if($(this).attr('src').toLowerCase().indexOf("fls.doubleclick.net") != -1){
			$(this).css('display','none');
			return false;
		};
	});
});




