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:10px;POSITION:absolute;TOP:220px;'><a target='_blank' href='http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee=e47c533d0d1f358b%40apps.messenger.live.com&mkt=zh-tw'><img style='border-style: none;' src='msn.gif' width='88' height='77' /></a><br /><br /><br /><a href='skype:same-co-ltd?chat'><img src='skype.gif' style='border: none;' width='90' height='35' alt='Chat with me' /></a></div>"
document.write(suspendcode12); 
suspendcode14="<div id=lovexin14 style='right:20px;POSITION:absolute;TOP:220px;'></div>"
document.write(suspendcode14); 
window.setInterval("heartBeat()",1); 