	lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
        diffY = document.documentElement.scrollTop;
else if (document.body)
        diffY = document.body.scrollTop;
else
    {/*Netscape stuff*/}
        
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("HonglangAD_D").style.top=parseInt(document.getElementById("HonglangAD_D").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}

suspendcode04="<DIV id=\"HonglangAD_D\" style='right:5px;POSITION:absolute;TOP:50px;'><a href='javascript:;' onclick=\"document.getElementById('HonglangAD_D').style.display ='none'; return false;\" target='_self'><img border=0 src='/qq/qq_top.gif'></a><br><iframe src='/qq.asp' name='license' width='109px' marginwidth='0' height='200px' marginheight='0' scrolling='no' frameborder='0' id='license'></iframe></div>";

var inhtml = "#";
if(inhtml != "")
{
	if(ele_ad = document.getElementById("ad"))
	{
	ele_ad.innerHTML = inhtml;
	}
	else
	{
	   if(content = document.getElementById("container_c"))
	   {
	       nav = document.getElementById("navigation");
	       var ele_ad = document.createElement("div");
	       ele_ad.setAttribute( "id", "ad" );
	       content.insertBefore(ele_ad, nav);
	       ele_ad.innerHTML = inhtml;
	   }
	}
}
else
{
 if(ele_t = document.getElementById("ad")){ele_t.style.display='none';}
}
document.write(suspendcode04);
window.setInterval("heartBeat()",1);