var siteurl="http://www.7pmi.com/";
lastScrollY=0;
function heartBeatNew(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin12").style.top=parseInt(document.getElementById
("lovexin12").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
}
suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:relative;TOP:5px;'><a href=\""+siteurl+"huodong/dz3D/index.html\" target='_blank'><img src=\""+siteurl+"images/ad/leftBanner.gif\" width=220 height=250></a></div>"
document.write(suspendcode12); 
window.setInterval("heartBeatNew()",1);
