
function set_ad_header()
{
	document.getElementById("ad_header").innerHTML = "<iframe width=1000 height=60 src='/ad/headerbar.htm' frameborder=0 scrolling=no></iframe>";		
}
function set_ad_HomePage()
{
    document.getElementById("ad_5").innerHTML = "<IFRAME marginWidth=0 marginHeight=0 src='/ad/headerbar.htm' frameBorder=0 width=1000 scrolling='no' height='60'></IFRAME>" + document.getElementById("ad_5").innerHTML;
}
var strUrl = location.href.toLowerCase();
if(strUrl.indexOf("iieye.com/default.htm") > 0 || strUrl.indexOf("comicup/") > 0 || strUrl == "http://www.iieye.cc" || strUrl == "http://www.iieye.cc/" || strUrl == "http://www.mrlin.com/")
{
	//Ê×Ò³
	//setTimeout("set_ad_HomePage()",500);
	//document.writeln("<IFRAME marginWidth=0 marginHeight=0 src='/ad/images/1000-60.swf' frameBorder=0 width=1000 scrolling='no' height='60'></IFRAME>");
}
else
{
	//document.writeln("<span id='ad_header'></span>")
	//setTimeout("set_ad_header()",2);
}
