
lastScrollY=0; 

function heartBeat2(){ 
	diffY=document.body.scrollTop; 
	percent=.1*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	document.all.lovexin6.style.pixelTop+=percent;
 
	lastScrollY=lastScrollY+percent; 
} 

suspendcode6="<div id=lovexin6 style='left:5px;POSITION:absolute;TOP:360px;'><a href='../guangao/dc/index.htm' target='_blank'><img src='includefile/zp.jpg' width='110' height='100' border=0 alt=''></a></div>"
document.write(suspendcode6); 

window.setInterval("heartBeat2()",1); 

