document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=200:imgheight=200
window.screen.width>800 ? imgleft=880:imgleft=760
function threenineload()
{
if (navigator.appName == "Netscape")
{document.threenine.pageY=pageYOffset+window.innerHeight-imgheight;
document.threenine.pageX=imgleft;
threeninemove();
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight*4/5-imgheight;
threenine.style.left=imgleft;
threeninemove();
}
}
function threeninemove()
{
if(document.ns)
{
document.threenine.top=pageYOffset+window.innerHeight-imgheight
document.threenine.left=imgleft;
setTimeout("threeninemove();",80)
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight*4/5-imgheight;
threenine.style.left=imgleft;
setTimeout("threeninemove();",80)
}
}

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=threenine top=200 width=14 height=80><a href=#top><IMG src='http://www.yuernet.com/Serials/images/top.gif' title='ÒÆÖÃ¶¥¶Ë' border=0 WIDTH=12 HEIGHT=41 id=threenineout'></a></layer>")
threenineload()}
else
{
document.write("<div id=threenine style='position: absolute;width:14;top:200;visibility: visible;z-index: 1'><a href=#top><IMG src='http://www.yuernet.com/Serials/images/top.gif' title='ÒÆÖÃ¶¥¶Ë' border=0 WIDTH=12 HEIGHT=41 id=threenineout'></a></div>");
threenineload()
}