lastScrollY=0; 
function heartBeat(){  
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=0.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"; 
document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px"; 

lastScrollY=lastScrollY+percent;  
//alert(lastScrollY); 
} 
suspendcode12="<DIV id=\"lovexin12\" style='Z-INDEX: 99;left:5px;POSITION:absolute;TOP:170px;'></div>";
suspendcode14="<DIV id=\"lovexin14\" style='right:5px;POSITION:absolute;TOP:170px;'><div style='width:93px; text-align:center;'><div><img src='/images/khfw/kf_top.gif'></div><div style='width:100%; border-left:1px solid #2867c6; border-right:1px solid #2867c6; background:#FFFFFF;'><ul style='list-style:none; font-size:12px; margin:0px; padding:5px 3px;'>			<li><div style=' width:60px; line-height:25px; float:left;'>在线咨询1</div><a href=' http://sighttp.qq.com/cgi-bin/check?sigkey=c1b047a6cdb358154857d1ea018e11e30488665bdc1b4336e60464c8515c3db9'; target=_blank; onclick=\"var tempSrc=' http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=c1b047a6cdb358154857d1ea018e11e30488665bdc1b4336e60464c8515c3db9';var oldscript=document.getElementById(testJs);var newscript=document.createElement(script);newscript.setAttribute(type,text/javascript); newscript.setAttribute(id, testJs);newscript.setAttribute(src,tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border='0' SRC= http://wpa.qq.com/pa?p=1:605208319:45 alt=''></a></li><li><div style=' width:60px; line-height:25px; float:left;'>在线咨询2</div><a href=' http://sighttp.qq.com/cgi-bin/check?sigkey=a9e589223a59d4b28146a503483723ed3f73523f7e8432b57e436bebd3d404e6'; target=_blank; onclick=\"var tempSrc= 'http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=a9e589223a59d4b28146a503483723ed3f73523f7e8432b57e436bebd3d404e6';var oldscript=document.getElementById(testJs);var newscript=document.createElement(script);newscript.setAttribute(type,text/javascript); newscript.setAttribute(id, testJs);newscript.setAttribute(src,tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border='0' SRC= http://wpa.qq.com/pa?p=1:1282723697:45 alt=''></a></li><li><div style=' width:60px; line-height:25px; float:left;'>商务广告</div><a href=' http://sighttp.qq.com/cgi-bin/check?sigkey=c1b047a6cdb358154857d1ea018e11e30488665bdc1b4336e60464c8515c3db9'; target=_blank; onclick=\"var tempSrc= 'http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=c1b047a6cdb358154857d1ea018e11e30488665bdc1b4336e60464c8515c3db9';var oldscript=document.getElementById(testJs);var newscript=document.createElement(script);newscript.setAttribute(type,text/javascript); newscript.setAttribute(id, testJs);newscript.setAttribute(src,tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border='0' SRC= http://wpa.qq.com/pa?p=1:605208319:45 alt=''></a></li><li><div style=' width:60px; line-height:25px; float:left;'>技术支持</div><a href=' http://sighttp.qq.com/cgi-bin/check?sigkey=f53f6201c4b3e77589c3ba9e72da3849e884a713b61d3d236e1ea5ef2438faa6'; target=_blank; onclick=\"var tempSrc= 'http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=f53f6201c4b3e77589c3ba9e72da3849e884a713b61d3d236e1ea5ef2438faa6';var oldscript=document.getElementById(testJs);var newscript=document.createElement(script);newscript.setAttribute(type,text/javascript); newscript.setAttribute(id, testJs);newscript.setAttribute(src,tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border='0' SRC= http://wpa.qq.com/pa?p=1:565131770:45 alt=''></a></li><li><div style=' width:60px; line-height:25px; float:left;'>信息中介</div><a href=' http://sighttp.qq.com/cgi-bin/check?sigkey=c1b047a6cdb358154857d1ea018e11e30488665bdc1b4336e60464c8515c3db9'; target=_blank; onclick=\"var tempSrc= 'http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=c1b047a6cdb358154857d1ea018e11e30488665bdc1b4336e60464c8515c3db9';var oldscript=document.getElementById(testJs);var newscript=document.createElement(script);newscript.setAttribute(type,text/javascript); newscript.setAttribute(id, testJs);newscript.setAttribute(src,tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img border='0' SRC= http://wpa.qq.com/pa?p=1:605208319:45 alt=''></a></li></ul></div><div><img src='/images/khfw/kf_bom.gif'></div></div></div>";
document.write(suspendcode12);
document.write(suspendcode14);
window.setInterval("heartBeat()",1); 