function DoMarquee()
   {
	html="<marquee name=NewsScroller id=NewsScroller loop=0 scrollamount=1  truespeed scrolldelay=23 direction=left width=790 onmouseover=NewsScroller.stop() onmouseout=NewsScroller.start() style=height:162px;font-size:14px;margin-left:3px;margin-right:3px;>";
	document.write(html);
   }	   
