function heartBeat(){ diffY=GetScrollTop(); mymovey += Math.floor((diffY-document.getElementById('backi').style.top.replace("px","")+230)*0.1); document.getElementById('backi').style.top = mymovey+"px"; } window.setInterval("heartBeat()",1);