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*/}
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;
}
suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:absolute;TOP:139px;'><img src=\"/images/qq1.gif\" border=\"0\" usemap=\"#Map\"><map name=\"Map\" id=\"Map\"><area shape=\"rect\" coords=\"1,146,119,173\" href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=314dc506a25094c4dfa445bbdb900e4b7ac225ab4d8f43633684e742feb829c9\"  target=\"_blank\"/><area shape=\"rect\" coords=\"2,178,119,201\" href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=4ea3482a098e288694e120701c4b55c141bfb59c9503799577e597e3677c0853\"  target=\"_blank\"/></map></div>"
suspendcode14="<DIV id=\"lovexin14\" style='right:2px;POSITION:absolute;TOP:139px;'><img src=\"/images/qq2.gif\" usemap=\"#Map2\"><map name=\"Map2\" id=\"Map2\"><area shape=\"rect\" coords=\"1,146,119,173\" href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=314dc506a25094c4dfa445bbdb900e4b7ac225ab4d8f43633684e742feb829c9\"  target=\"_blank\"/><area shape=\"rect\" coords=\"2,178,119,201\" href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=4ea3482a098e288694e120701c4b55c141bfb59c9503799577e597e3677c0853\"  target=\"_blank\"/></map></div>"
document.write(suspendcode12);
document.write(suspendcode14);
window.setInterval("heartBeat()",1);
