var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=500:imgheight=500
window.screen.width>800 ? imgleft=10:imgleft=20
function myload()
{
if (navigator.appName == "Netscape")
{document.dangjingcha.pageY=pageYOffset+window.innerHeight-imgheight;
document.dangjingcha.pageX=imgleft;
leftmove();
}
else
{
dangjingcha.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
dangjingcha.style.left=imgleft;
leftmove();
}
}
function leftmove()
 {
 if(document.ns)
 {
 document.dangjingcha.top=pageYOffset+window.innerHeight-imgheight
 document.dangjingcha.left=imgleft;
 setTimeout("leftmove();",50)
 }
 else
 {
 dangjingcha.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 dangjingcha.style.left=imgleft;
 setTimeout("leftmove();",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=dangjingcha top=300 width=100 height=100><img border=0 src='http://www.hbeb.com/images/080331-jingcha.gif'></layer>");
myload()}
else
{
document.write("<div id=dangjingcha style='position: absolute;width:100;top:300;left:5;visibility: visible;z-index: 1'><img border=0  src='http://www.hebca.com/images/4007073355.gif'></div>");
myload()
}

