
suspendcode="<DIV id=yuzi style='right:0px;POSITION:absolute;TOP:130px;'><a href='http://project.hotelpropertychina.com/project/haiyang/ProjectRegisterOfHouse/ProjectRegisterOfHouse.asp' target='_blank'><img border=0 src='http://project.hotelpropertychina.com/project/haiyang/images/register.gif' width=100></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.yuzi.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 
window.setInterval("heartBeat()",1); 

