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.lovexin12.style.pixelTop+=percent;
document.all.lovexin14.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent; 
} 
suspendcode12="<DIV id=lovexin12 style='left:30px;POSITION:absolute;TOP:5px;'><A HREF='http://www.goldenbridge.uk.com/' target=_blank Title='Welcome to Goldenbridge'><img src='images/rightpic.gif' border=0 width='60' height='445'></A></div>"
document.write(suspendcode12); 
suspendcode14="<DIV id=lovexin14 style='right:30px;POSITION:absolute;TOP:5px;'><A HREF='http://www.goldenbridge.uk.com/' target=_blank Title='Goldenbridge'></A></div>"
document.write(suspendcode14); 
window.setInterval("heartBeat()",1); 

