
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(http://www.one0769.cn/upload/webeditor/20090718101525324.jpg);text-align:center;font-size:12px;line-height:150%;width:88px;height:183px;position:absolute;top:155px;right:0;'><div style='height:50px'></div><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=1060057511&Site=www.one0769.cn&Menu=yes class='lian3'><img border='0' SRC=http://wpa.qq.com/pa?p=1:1060057511:4 alt='online' style='font-family:Arial' class='lian3'>业务咨询</a><br><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=97643385&Site=www.one0769.cn&Menu=yes class='lian3'><img border='0' SRC=http://wpa.qq.com/pa?p=1:97643385:4 alt='online' style='font-family:Arial' class='lian3'>业务咨询</a><br><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=495318366&Site=www.one0769.cn&Menu=yes class='lian3'><img border='0' SRC=http://wpa.qq.com/pa?p=1:495318366:4 alt='online' style='font-family:Arial' class='lian3'>加盟咨询</a><br><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=97643385&Site=www.one0769.cn&Menu=yes class='lian3'><img border='0' SRC=http://wpa.qq.com/pa?p=1:97643385:4 alt='online' style='font-family:Arial' class='lian3'>加盟咨询</a><br><a target=blank href=http://www.yslgz.com/zxly.aspx class='lian3'>在线留言</a></div>"



document.write(suspendcode12);
window.setInterval("heartBeat()",1);
function ClosedivLeft()
{
LeftAd.style.visibility="hidden";
}


