document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=400:imgheight=400
window.screen.width>800 ? imgright=3:imgright=3
function threenineload()
{
if (navigator.appName == "Netscape")
{document.threenine.pageY=pageYOffset+window.innerHeight-imgheight;
document.threenine.pageX=imgright;
threeninemove();
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
threenine.style.right=imgright;
threeninemove();
}
}
function threeninemove()
{
if(document.ns)
{
document.threenine.top=pageYOffset+window.innerHeight-imgheight
document.threenine.right=imgright;
setTimeout("threeninemove();",80)
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
threenine.style.right=imgright;
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=100 ><img src=wz.gif  border=0 ></layer>");
threenineload()}
else
{
document.write('<div id="threenine" style="position: absolute;top:4000;;right:2;visibility: visible;z-index:1"><table width="87" height="158" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="image/KF.jpg" width="87" height="185" border="0" usemap="#Map" /></td></tr></table><map name="Map" id="Map"><area shape="rect" coords="8,39,76,103" href="tencent://message/?uin=291661537&amp;Site=在线交谈&amp;Menu=yes" title="在线交谈" /><area shape="rect" coords="10,113,75,174" href="tencent://message/?uin=250394342&amp;Site=在线交谈&amp;Menu=yes"  title="在线交谈" /></map></div>');
threenineload()
}
