suspendcode="<DIV id=backi style='right:0px;POSITION:absolute;TOP:200px;'><a href='javascript:history.back()' title='·µ»Ø'><img border=0 src=\'Skin/y_x/jona_lw.gif\' ></a><br><a href='#top' title='¶¥²¿'><img border=0 src=\'Skin/y_x/jona_uw.gif\'></a><br><a href='#bottom' title='µ×²¿'><img border=0 src=\'Skin/y_x/jona_dw.gif\'></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); 