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:#F5FFE0; border:1px solid #91D42D;text-align:left;font-size:12px;padding:10px;line-height:180%;width:108px;_height:30px*height:70px;left:20px;position:absolute;z-index:99;top:300px;'><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=806478577&Site=谐和动物医院&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:806478577:4 alt='点击咨询'> 谐和在线诊疗A</a><br/><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=184068726&Site=谐和动物医院&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:184068726:4 alt='点击咨询'> 谐和在线诊疗B</a><br/><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=296341047&Site=谐和动物医院&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:296341047:4 alt='点击咨询'> 谐和在线诊疗C</a></div>"
document.write(suspendcode12);
window.setInterval("heartBeat()",1);
function ClosedivLeft()
{
LeftAd.style.visibility="hidden";
}