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(qq/b.jpg);text-align:left;font-size:12px;line-height:100%;width:115px;height:168px;left:8px;position:relative;top:3px;'><div style='height:55px'></div><div style='padding-left:20px;line-height:100%;'><img border=0 src=qq/qq.gif width=16 height=16>&nbsp;&nbsp;<A href=msnim:chat?contact=cosmosfireworks@hotmail.com title='cosmosfireworks@hotmail.com'>MSN</A><br><br><img align='absmiddle' border=0 src=qq/icq.gif width=18 height=18 alt='576329144'>&nbsp;&nbsp;<A href='http://osi.hshh.org:8088/message/icq/576329144' title='576329144'>ICQ</A><br ><br ><a href=callto://cosmosfireworks/><img src='qq/skype.gif'  alt='cosmosfireworks' border='0' align='absmiddle'></a></div></div>"
document.write(suspendcode12);
window.setInterval("heartBeat()",1);
function ClosedivLeft()
{
LeftAd.style.visibility="hidden";
}