function RunBanner()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1014" height="29"/>\n');
   document.write('<param name="movie" value="/flash/ToadCoveNavThin.swf" />\n');
   document.write('<param name=loop value="true"/>\n');
   document.write('<param name="quality" value="autohigh" />\n');
   document.write('<param name="wmode" value="transparent"/>\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<embed src="/flash/ToadCoveNavThin.swf" wmode="transparent" quality="autohigh" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1014" height="29"></embed>\n');
   document.write('</object>\n');
}