var lastScrollYY = 0;
function heartBeatqq(){
var diffYY;
if (document.documentElement && document.documentElement.scrollTop)
diffYY = document.documentElement.scrollTop;
else if (document.body)
diffYY = document.body.scrollTop
else
{
}
var percentt=.1*(diffYY-lastScrollYY);
if(percentt>0)percentt=Math.ceil(percentt);
else percentt=Math.floor(percentt);
document.getElementById("leftDivqq").style.top = parseInt(document.getElementById("leftDivqq").style.top)+percentt+"px";
lastScrollYY=lastScrollYY+percentt;
}
window.setInterval("heartBeatqq()",1);
document.writeln("<style type='text\/css'>");
document.writeln("#leftDivqq{width:100px;height:100px;background-color:#fff;position:absolute;}");
document.writeln("<\/style>");
document.writeln("<div id='leftDivqq' style='top:350px;left:5px;'>");
document.writeln("<div style='width:100px; background:url(images/qq_top.gif); height:54px;'></div><div style='width:92px;background:url(images/qq_bg.gif); padding-left:8px; padding-bottom:5px; text-align:left;'><div style='padding-top:5px;FONT-SIZE: 12px;'><img src='images/li_05.gif' align='absmiddle'> <font color='#074FBD'>联系QQ</font></div><div style='padding-top:5px;FONT-SIZE: 12px; line-height:20px;'><img src=http://wpa.qq.com/pa?p=4:474620731:4 height=13 border=0 align=left><a href=tencent://message/?uin=474620731&Menu=yes>474620731</a><br><img src=http://wpa.qq.com/pa?p=4:497200507:4 height=13 border=0 align=left><a href=tencent://message/?uin=474620731&Menu=yes>497200507</a></div><div style='padding-top:5px;FONT-SIZE: 12px;'><img src='images/li_05.gif' align='absmiddle'> <font color='#074FBD'>联系电话</font></div><div style='padding-top:5px;FONT-SIZE: 12px;line-height:20px;'>13522423461</div></div><div style='width:100px; background:url(images/qq_bottom.gif); height:16px;'></div>");
document.writeln("<\/div>");
