suspendcode="<DIV id=backi style='left:10px;POSITION:absolute;TOP:420px;'><DIV  onclick='hidead();' style='FONT-SIZE: 9pt;background-image: url(qq/ggtop.jpg); CURSOR: hand' align=right>¹Ø±Õ¹ã¸æ¡Á</DIV><img border=0 src=qq/top.gif></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); 
function hidead()
{document.getElementById("backi").style.display="none";}

