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/le_bg.jpg);text-align:center;font-size:12px;line-height:150%;width:52px;height:246px;left:48px;position:relative;top:3px;'></br></br><a href='msnim:chat?contact=wingolighting@hotmail.com'><img src=images/msn.jpg border=0 align=absmiddle></a></br><a href='msnim:chat?contact=wingolighting01@hotmail.com'><img src=images/msn.jpg border=0 align=absmiddle></a></br><a href='msnim:chat?contact=wingolight@hotmail.com'><img src=images/msn.jpg border=0 align=absmiddle></a></br><a href='callto:wingolighting'><img src=images/skype.jpg border=0 align=absmiddle></a></br><a href='callto:wingolighting01'><img src=images/skype.jpg border=0 align=absmiddle></a></br><a href='callto:wingolight'><img src=images/skype.jpg border=0 align=absmiddle></a></br></div>"
document.write(suspendcode12);
window.setInterval("heartBeat()",1);
function ClosedivLeft()
{
LeftAd.style.visibility="hidden";
}


