document.ns = navigator.appName == "Netscape";
var PIAOPIAO_AD_RIGHT="<a href='http://www.hengchangfs.cn'><img src='duilian.gif' border='0'></a>";
var setheight=492;

function ichatload()
{
if (navigator.appName == "Netscape")
{

    ichat.style.top=pageYOffset+window.innerHeight-setheight;
    ichat.style.right=1;
   ichatmove();
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-setheight;
ichat.style.right=1;
ichatmove();
}
}
function ichatmove()
{
if(document.ns)
{

ichat.style.top=pageYOffset+window.innerHeight-setheight;
ichat.style.right=1;
setTimeout("ichatmove();",5)
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-setheight;
ichat.style.right=1;
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")
{
if (window.screen.width >= 1024 )
	{
	document.write("<div id='ichat' style='position: absolute;width:80;top:300;visibility: visible;z-index: 1'>");
	document.write(PIAOPIAO_AD_RIGHT);
	document.write("</div>");
	ichatload()
	}
}
else
{
if (window.screen.width >= 1024 )
	{
	document.write("<div id='ichat' style='position: absolute;width:80;top:300;visibility: visible;z-index: 1'>");
	document.write(PIAOPIAO_AD_RIGHT);
	document.write("</div>");
	ichatload()
	}
}
