// JavaScript Document
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=.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='left:3px;POSITION:absolute;TOP:0px;' align=left><img src=images/guanggao.gif alt=><table width=111 border=0 cellpadding=0 cellspacing=0><tr><td><img src=images/ser_01.gif width=111 height=42 alt=></td></tr><tr><td background=images/ser_02.gif><div align=center><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=873063252&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:873063252:41' alt='传香阁在线客服' title='传香阁在线客服'></a><br><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=986204923&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:986204923:41' alt='传香阁在线客服' title='传香阁在线客服'></a></div></td></tr><tr><td><img src=images/ser_03.gif width=111 height=27 alt=></td></tr></table><br><a href=JavaScript:; onclick=\"lovexin12.style.visibility='hidden'\"><img border=0 src=inc/close.gif></a></div>"

suspendcode14="<DIV align=right id=\"lovexin14\" style='right:3px;POSITION:absolute;TOP:0px;'><img src=images/guanggao.gif alt=><br><a href=JavaScript:; onclick=\"lovexin14.style.display = 'none'\"><img border=0 src=inc/close.gif></a></div>"

document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);
