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:10px;position:absolute;top:120px;width:110px; height:206px;'><div style='width:110px; height:206px; border-width:0px;'><div style='width:110px; float:left; height:40px; border-width:0; background-image:url(/images/qqkftop.gif); padding-top:30px;'><div style='width:110px; height:29px; padding-top:11px; text-align:center; border-width:0px; line-height:30px;'><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=1140934698&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:1140934698:44' alt='点击这里给我发消息' title='点击这里给我发消息'></a></div></div><div style='width:110px; height:102px; text-align:center; border-width:0px; float:left; background-image:url(/images/qqkfmiddle.gif); padding-bottom:3px; line-height:30px;'><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=1260928321&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:1260928321:44' alt='点击这里给我发消息' title='点击这里给我发消息' style='margin:5px 0px;'></a><br /><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=1206647227&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:1206647227:44' style='margin:5px 0px;' alt='点击这里给我发消息' title='点击这里给我发消息'></a><br /><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=443632130&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:443632130:44' alt='点击这里给我发消息' title='点击这里给我发消息' style='margin:5px 0px;'></a></div><div style='width:110px; height:31px; border-width:0px; float:left;'><img src='/images/qqkfbottom.gif' width='110' height='31' /></div></div></div>"
suspendcode14="<div id=\"lovexin14\" style='right:10px;position:absolute;top:120px;width:110px; height:206px;'><div style='width:110px; height:206px; border-width:0px;'><div style='width:110px; float:left; height:40px; border-width:0; background-image:url(/images/qqkftop.gif); padding-top:30px;'><div style='width:110px; height:29px; padding-top:11px; text-align:center; border-width:0px; line-height:30px;'><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=1140934698&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:1140934698:44' alt='点击这里给我发消息' title='点击这里给我发消息'></a></div></div><div style='width:110px; height:102px; text-align:center; border-width:0px; float:left; background-image:url(/images/qqkfmiddle.gif); padding-bottom:3px; line-height:30px;'><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=1260928321&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:1260928321:44' alt='点击这里给我发消息' title='点击这里给我发消息' style='margin:5px 0px;'></a><br /><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=1206647227&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:1206647227:44' alt='点击这里给我发消息' title='点击这里给我发消息' style='margin:5px 0px;'></a><br /><a target='_blank' href='http://wpa.qq.com/msgrd?v=3&uin=443632130&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:443632130:44' alt='点击这里给我发消息' title='点击这里给我发消息' style='margin:5px 0px;'></a></div><div style='width:110px; height:31px; border-width:0px; float:left;'><img src='/images/qqkfbottom.gif' width='110' height='31' /></div></div></div>"
document.write(suspendcode12);
document.write(suspendcode14);
window.setInterval("heartBeat()",1);
