lastScrollY=0;
function ClosedivLeft()
{
LeftAd.style.visibility="hidden";
}
function heartBeat(){
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{}
//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.png);text-align:center;font-size:20px;line-height:200%;width:124px;height:286px;left:8px;position:relative;top:3px;'><div style='height:80px'><input type='button' value='X' style='float:right;width:20px;height:20px;font-weight:bold;;background-color:transparent; ' onclick='ClosedivLeft()'></div><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=285548060&Site=www.apsw8.com&Menu=yes><img border='0' width=25 height=25 SRC=Images/1.jpg alt='online' style='font-family:Arial'>285548060</a><br/><div style='height:40px'></div><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=624583463&Site=www.apsw8.com&Menu=yes><img border='0'  width=25 height=25 SRC=images/2.jpg alt='online'>624583463</a><br/><br><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=624583463&Site=www.apsw8.com&Menu=yes><img border='0' width=25 height=25 SRC=images/3.jpg alt='online'>624583463</a></div>"
document.write(suspendcode12);
window.setInterval("heartBeat()",1);
