suspendcode="<DIV id=backi style='right:8px;POSITION:absolute;TOP:300px;'><a href=51dc.asp target=_blank><img src=images/51dc.gif border=0 alt=ÎÒÒª¶©²Õ></a></div>" 
document.write(suspendcode); 
lastScrollY=0; 
function heartBeat(){ 
diffY=document.body.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.all.backi.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 
window.setInterval("heartBeat()",1); 

