
lastScrollY=0;
function heartBeats(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin12s").style.top=parseInt(document.getElementById
("lovexin12s").style.top)+percent+"px";
document.getElementById("lovexin14s").style.top=parseInt(document.getElementById
("lovexin12s").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12s="<DIV id=\"lovexin12s1\" style='margin-left:5px;bottom:0px;position:absolute; left:0px; z-index:1000'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='400' height='200'><param name='movie' value='wel.swf?id=2' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='wel.swf?id=2' quality='high' wmode='transparent' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='400' height='200'></embed></object></div>"
suspendcode14s="<DIV id=\"lovexin14s\" style='right:0px;position:absolute;z-index:10000; TOP:120px;'>"

+"<img src='images/qq_01.jpg' /><br>"
+"<a href='tencent://message/?uin=1228580676&Menu=yes' target='blank'><img border='0' alt='1228580676' src='images/qq_02.jpg'></a><br>"
+"<a href='tencent://message/?uin=1540266168&Menu=yes' target='blank'><img border='0' alt='1540266168' src='images/qq_03.jpg'></a><br>"

+"<a href='tencent://message/?uin=1968025975&Menu=yes' target='blank'><img border='0' alt='1968025975' src='images/qq_04.jpg'></a><br>"

+"<img border='0' src='images/qq_05.jpg'><br><br><br>"
+"<img src='images/pf_01.jpg' /><br>"
+"<a href='haishen.aspx?id=62' ><img border='0' alt='' src='images/pf_02.jpg'></a><br>"
+"<a href='haishen.aspx?id=63' ><img border='0' alt='' src='images/pf_03.jpg'></a><br>"
+"<a href='haishen.aspx?id=64' ><img border='0' src='images/pf_04.jpg'></a><br>"
+"</div>"
document.write(suspendcode12s); 
document.write(suspendcode14s); 
window.setInterval("heartBeats()",1);


