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(image/qq.gif);text-align:left;font-size:12px;width:100px;height:170px; right:0px;position:absolute;top:300px;'><div style='height:40px;'></div><img src='../image/q_q.gif' width='21' height='20' style='margin-left:10px;'><a target=_blank href='tencent://message/?uin=1368590814&Site=ZHONGSHAN JUZHAN HARDWARE CO., LTD' style='color:#000;'> SUPPORT1</a><Br><img src='../image/myICo.jpg' width='21' height='20' style='margin-left:10px;'><a target=_blank href='http://amos.im.alisoft.com/msg.aw?v=2&uid=louis1213&site=cnalichn&s=4' style='color:#000;'> °¢ÀïÍúÍú</a><Br><img src='../image/msn_icon.gif' width='21' height='20' style='margin-left:10px;'><a target=_blank href='msnim:chat?contact=allen1914@live.cn' style='color:#000;'> Msn</a><Br></div>"
document.write(suspendcode12);
window.setInterval("heartBeat()",10);
function ClosedivLeft()
{
LeftAd.style.visibility="hidden";
}
