var imgheight_r
var judgepos
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight_r=320:imgheight_r=320

window.screen.width>800 ? judgepos=886 :judgepos=760
 function myload_r()
{
if (navigator.appName == "Netscape")
{document.nowLayer_r.pageY=pageYOffset+window.innerHeight-imgheight_r;
document.nowLayer_r.pageX=+window.innerWidth-140;
mymove_r();
}
else
{
nowLayer_r.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight_r;
nowLayer_r.style.left=judgepos;
<!--  ÓÒ²à -->
temp=document.body.offsetWidth-140;  
mymove_r();
}
}
 function mymove_r()
 {
 if(document.ns)
 {
 document.nowLayer_r.top=pageYOffset+window.innerHeight-imgheight_r;
 document.nowLayer_r.left=judgepos;  
<!--  ÓÒ²à -->
 temp=pageXOffset+window.innerWidth-140;
 setTimeout("mymove_r();",50)
 }
 else
 {
 nowLayer_r.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight_r;
<!--  ÓÒ²à -->
 nowLayer_r.style.left=judgepos;
 temp=document.body.scrollLeft+document.body.offsetWidth-160;
 setTimeout("mymove_r();",50)
 }
 }

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)


if (navigator.appName == "Netscape")
{document.write("<layer id=nowLayer_r width=110 height=300><iframe name=ads_80 src='aoyun2008www.htm'  marginwidth=0 scrolling=no border=0 frameborder=0 width=110 height=300></iframe></layer>");
myload_r()}
else
{
document.write("<div id=nowLayer_r style='position: absolute;width:110;height:300;visibility: visible;z-index: 1'><iframe name=ads_80 src='aoyun2008www.htm'  marginwidth=0 scrolling=no border=0 frameborder=0 width=110 height=300></iframe></div>");
myload_r()
}