var ad_Flash_NameArray = new Array("/flash/en/201003191110307031.swf","/flash/201004021924052031.swf");
var ad_Flash_Name = ad_Flash_NameArray[parseInt(Math.random()*ad_Flash_NameArray.length)];

var ad_Obj = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var ad_Width=376;//500
var ad_Hight=220;//450
var ad_Path="http://yy.yuzihao.com" + ad_Flash_Name;
var ad_Top=(ad_Obj.clientHeight-ad_Hight)/2;
var ad_Left=(ad_Obj.clientWidth-ad_Width)/2;
var ad_Str="";
getIpAddressIndex();

document.write("<div id=\"all\" ></div >");
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css.css\">");

ad_Str=ad_Str+"<div id=\"all_a\">";
ad_Str=ad_Str+"<div id=\"fyc\">";
ad_Str=ad_Str+"<div class=\"fyc_img\"><img style=\"cursor:pointer;\" onclick=\"CloseW()\" src=\"http:\/\/yy.yuzihao.com\/36099_adv\/images\/0806gb.gif\" width=\"20\" height=\"5\" \/><\/div>";
ad_Str=ad_Str+"<div><\/div>";
ad_Str=ad_Str+"<\/div>";
ad_Str=ad_Str+"<div id=\"flash\"  align=\"center\">";

ad_Str=ad_Str+" <div  align=\"center\"><a href=\"\" target=\"_blank\"> <img src=\"/images/201007101034225676.jpg\"   width=\" 355px\" height=\"211px\"/></a></div>";
ad_Str=ad_Str+""+ document.getElementById("ggBody1").innerHTML +"";
ad_Str=ad_Str+"<\/div>";
ad_Str=ad_Str+"<\/div>";


window.setTimeout(function(){
	var obj=document.getElementById("all");
	obj.style.position="absolute";
	obj.style.left=ad_Left+"px";
	obj.style.top=ad_Top+"px";
	obj.style.zIndex="100";
	obj.style.width="402px";
	obj.style.height="500px";
	obj.innerHTML=ad_Str;
	obj.display = "block";
},6000);

window.setTimeout(function(){
	document.getElementById("all").style.display = "none";
},1800000);

function CloseW()
{
  document.getElementById("all").style.display = "none";
}

