var imgheight
var imgleft
window.screen.width>800 ? imgheight=10:imgheight=110
window.screen.width>800 ? imgleft=10:imgleft=10
function myload()
{
myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
//myleft.style.top=50;
myleft.style.left=imgleft;
leftmove();
}
function leftmove()
 { 
 myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
 myleft.style.left=imgleft;
 setTimeout("leftmove();",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(ad_float_left_type!="swf")
	document.write("<div id=myleft style='position: absolute;width:80;top:100;left:5;visibility: visible;z-index: 1'><a href='" + ad_float_left_url + "' target = '_blank'><img src='" + ad_float_left_src + "' WIDTH=45 HEIGHT=72  border = 0  alt='ÍøÉÏ¾Ù±¨'></a></div>");
else
	document.write("<div id=myleft style='position: absolute;width:80;top:100;left:5;visibility: visible;z-index: 1'><EMBED src='" + ad_float_left_src + "' quality=high  WIDTH=90 HEIGHT=90 TYPE='application/x-shockwave-flash' id=changhongout ></EMBED></div>");
myload()
 
