var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=100:imgheight=100
 function myload2()
{
if (navigator.appName == "Netscape")
{document.CHINAZ_leftad.pageY=75;
document.CHINAZ_leftad.pageX=+window.innerWidth-140;
mymove2();
}
else
{
CHINAZ_leftad.style.top=document.body.scrollTop+75;
CHINAZ_leftad.style.left=12;
mymove2();
}
}
 function mymove2()
 {
 if(document.ns)
 {
 document.CHINAZ_leftad.top=pageYOffset+75;
 document.CHINAZ_leftad.left=pageXOffset+window.innerWidth-150;
 setTimeout("mymove2();",50)
 }
 else
 {
 CHINAZ_leftad.style.top=document.body.scrollTop+75;
 CHINAZ_leftad.style.left=12;
 setTimeout("mymove2();",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)




 document.write("<div id=CHINAZ_leftad style='position: absolute;width:80;top:300;left:5;visibility: visible;z-index: 1'> <img src=images/2.jpg border='0' alt= > </div>");
myload2()
 