suspendcode="<DIV id=movie style='Z-INDEX: 10;  POSITION: absolute; TOP: 500px; width: 60px; height: 93px; margin: 0px 0px 0px 752px;'><a href='index.htm'><img src='img/gohome.gif'  border='0'></a><a href='#top'><img src='img/gotop.gif'  border='0'></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.movie.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);
