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("LeftAd").style.top=parseInt(document.getElementById("LeftAd").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
}

suspendcode12="<div id=LeftAd style='background:url(/images/qq/QQ.gif);text-align:center;font-size:12px;line-height:150%;width:106px;height:106px;left:8px;position:relative;top:3px;'>";

suspendcode12+="<div style='width:106px;height:40px;'>";
suspendcode12+="<a href=javascript:ClosedivLeft()><img src='/images/qq/QQ_3.gif' /></a></div>";

suspendcode12+="<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=513497905&Site=&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:513497905:4 alt='online' style='font-family:Arial'>销售咨询</a>";
suspendcode12+="<br /><A href='msnim:add?contact=dejian1019@hotmail.com' target='_blank'><img src='/images/qq/msn.gif' />dejian1019</a>";
suspendcode12+="<br /><a target='_blank' href='http://amos1.taobao.com/msg.ww?v=2&uid=szdejian=1' ><img src='/images/qq/ali.gif' /></a>";

suspendcode12+="<div style='width:106px;height:44px;'>";
suspendcode12+="<img src='/images/qq/QQ_12.gif' />";
suspendcode12+="</div>";

suspendcode12+="</div>";
document.write(suspendcode12);
window.setInterval("heartBeat()",1);
function ClosedivLeft()
{
LeftAd.style.visibility="hidden";
}


