document.ns = navigator.appName == "Netscape"
imgheight=260
function ichatload()
{
if (navigator.appName == "Netscape")
{
document.ichat.pageY=pageYOffset+window.innerHeight-imgheight;
document.ichat.pageX=10;
ichatmove();
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
ichat.style.right=10;
ichatmove();
}
}
function ichatmove()
{
if(document.ns)
{
document.ichat.top=pageYOffset+window.innerHeight-imgheight
document.ichat.right=10;
setTimeout("ichatmove();",5)
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
ichat.style.right=10;
setTimeout("ichatmove();",5)
}
}

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='ichat' top='300' width='80' height='80'>");
//document.write("<center><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='80' height='80'><param name='movie' value='http://www.cnplayer.com/ads/ads_image/mz80x80.swf'><param name='quality' value='high'><PARAM NAME=wmode VALUE=opaque><param name='LOOP' value='true'><embed src='http://www.cnplayer.com/ads/ads_image/mz80x80.swf' width='80' height='80' loop='false' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
//document.write("<div width=120 align='right' style='cursor:hand;font-size:12px;' onclick='javascript:closerightButtion()'>¹رӼ/div>")
document.write("<A target='_blank' href='http://www.whoyo.com.cn/help/kagou.htm'><img border=0 src='http://www.whoyo.com.cn/images/right02.gif'></A>");
document.write("</layer>");
ichatload()
}
else
{
document.write("<div id='ichat' style='position: absolute;width:80;top:300;visibility: visible;z-index: 1'>");
//document.write("<div width=120 align='right' style='cursor:hand;font-size:12px;' onclick='javascript:closerightButtion()'>¹رӼ/div>")
//document.write("<center><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='80' height='80'><param name='movie' value='http://www.cnplayer.com/ads/ads_image/mz80x80.swf'><param name='quality' value='high'><PARAM NAME=wmode VALUE=opaque><param name='LOOP' value='true'><embed src='http://www.cnplayer.com/ads/ads_image/mz80x80.swf' width='80' height='80' loop='false' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
document.write("<A target='_blank' href='http://www.whoyo.com.cn/replay/Replay_new.aspx'><img border=0 src='http://www.whoyo.com.cn/images/wulin80x80.gif'></A>");
document.write("</div>");

ichatload()
}