suspendcode="<td id=smenu style='Z-INDEX: 10; LEFT: 700px; POSITION: absolute; TOP:217px; width: 64px; height: 290px;'>.<object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='obj1' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='64' height='290'><param name='movie' value='../flash/r_bar.swf'><param name='quality' value='High'><param name='wmode' value='transparent'><embed src='flash/r_bar.swf' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='239' height='289'></embed></object></td>"
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.smenu.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);