getIpAddressIndex();

var ad_Flash_NameArray = new Array("/flash/201007181253290808.swf","/flash/en/201003191110307031.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="";

document.write("<div id=\"all\" ></div >");
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://yy.yuzihao.com/36099_adv/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 class=\"fyc_text\">"+getAddressName()+"<\/div>";
ad_Str=ad_Str+"<div><\/div>";
ad_Str=ad_Str+"<\/div>";
ad_Str=ad_Str+"<div id=\"flash\">";
ad_Str=ad_Str+"<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\""+ad_Width+"\" height=\""+ad_Hight+"\">";
ad_Str=ad_Str+"<param name=\"movie\" value=\""+ad_Path+"\">";
ad_Str=ad_Str+"<param name=\"quality\" value=\"high\">";
ad_Str=ad_Str+"<param name=\"wmode\" value=\"transparent\">";
ad_Str=ad_Str+"<embed src=\""+ad_Path+"\" wmode=\"transparent\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\""+ad_Width+"\" height=\""+ad_Hight+"\"></embed>";
ad_Str=ad_Str+"</object>";
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="266px";
	obj.innerHTML=ad_Str;
	obj.display = "block";
},6000);

window.setTimeout(function(){
	document.getElementById("all").style.display = "none";
},18000);

function CloseW()
{
  document.getElementById("all").style.display = "none";
}
