suspendcode="<DIV id=lovexin1 style='Z-INDEX: 10; LEFT: 60px; POSITION: absolute; TOP: 120px;'><img src='http://www.cnhan.com/other/2009cnhan/ad/close.jpg' width='41' height='16' onClick='javascript:window.hide()' border='0' vspace='3'><br><a href='http://www.cnhan.com/other/2009riquanshi/index.html' target='_blank'><img src='http://www.cnhan.com/other/2009riquanshi/ad.jpg' width='560' height='80' border='0'></a></DIV>";
document.write(suspendcode);
lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.lovexin1.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide() 
{ 
lovexin1.style.visibility="hidden"; 
}
window.setInterval("heartBeat()",1);
