// JavaScript Document
var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=150:imgheight=-100
 function myload()
{
if (navigator.appName == "Netscape")
{document.ad_right.pageY=pageYOffset+window.innerHeight-imgheight;
document.ad_right.pageX=+window.innerWidth-10;
mymove();
}
else
{
ad_right.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
ad_right.style.left=document.body.offsetWidth+280;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.ad_right.top=pageYOffset+window.innerHeight-3*imgheight;
 document.ad_right.left=pageXOffset+window.innerWidth-180;
 setTimeout("mymove();",50)
 }
 else
 {
 ad_right.style.top=document.body.scrollTop+document.body.offsetHeight-3*imgheight;
 ad_right.style.left=document.body.scrollLeft+document.body.offsetWidth-180;
 setTimeout("mymove();",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=ad_right top=0 width=160 height=384><img src='newyear.jpg' WIDTH=160 HEIGHT=384 border=0 ></layer>");
myload()}
else
{
document.write("<div id=ad_right style='position: absolute;width:160;top:0;left:40;visibility: visible;z-index: 0'><img src='newyear.jpg' WIDTH=160 HEIGHT=384  border=0 ><span style=\"position:absolute; CURSOR:hand; color:black; font-weight:bold; font-size: 11pt;TOP: 4px;LEFT: 136px; float:right;\" onClick=\"ad_right.style.visibility = 'hidden'\">¹Ø±Õ</span></div>");
myload()
}



