var suspendcode="<div id='leftad' style='right:15px; position:absolute; top:92px;'><table width='98' height='40' border='0' align='center' cellpadding='0' cellspacing='0' style='border-top: 1px solid #5C5C5C;'><tr><td width='100%' height='33' align='center'  background='IMAGES/default_06.jpg' bgcolor='#000000' class='copyRight STYLE6'><p class='STYLE10'>Overseas Market</p></td></tr><tr><td height='35' align='center' valign='top' background='images/default_55.jpg' class='copyRight'><div align='left'><a class='qqa' target='blank' href='msnim:chat?contact=jewelry@cosmanjewelry.com' title='Online'><img src='IMAGES/msn.gif' alt='' width='24' height='22' border='0' />&nbsp;Sales</a></div></td></tr></table></div>";

document.write(suspendcode);
lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.leftad.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1); 
