var ad_float_right_type = "swf";

var imgheight_close;
document.ns = navigator.appName == "Microsoft Internet Explorer";
window.screen.width>800 ? imgheight_close=540 :imgheight_close=540;
 function myload()
{
	var myright=document.getElementById("myright");
	myright.style.top=(document.body.scrollTop+document.body.clientHeight-imgheight_close)+"px";
	myright.style.left=(document.body.clientWidth-120)+"px";
	mymove();
}
 function mymove()
 {
	var myright=document.getElementById("myright");
 	myright.style.top=(document.body.scrollTop+document.body.clientHeight-imgheight_close)+"px";
 	myright.style.left=(document.body.scrollLeft+document.body.offsetWidth-130)+"px";
 	setTimeout("mymove();",250);
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)

function close_float_right(){
	document.getElementById("myright").style.visibility='hidden';
}

document.write("<div id=myright style='position: absolute;width:108px;top:0px;left:578px;visibility: visible;z-index: 1'>"
+"<style>"
+"A.closefloat:link,A.refloat:visited {text-decoration:none;color:#000000;font-size:12px}"
+"A.closefloat:active,A.refloat:hover {text-decoration:underline;color:#0000FF;font-size:12px}"
+"</style>"
+"<table border=0 cellpadding=0 cellspacing=0><tr><td>"
+"<tr><td><a href='javascript:close_float_right();void(0);'><img src=guangao/duilian/close2.gif width=100 height=34 border=0></a></td></tr><tr><td>");

if(document.ns){
	document.write("<embed src=guangao/duilian/zz4.swf quality=high width=100  height=470 type=application/x-shockwave-flash></embed>");
}
document.write("</td></tr></table></div>");
myload();
if(!document.ns)
	close_float_right();
