function RunNoslides()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=6,0,40,0" id="flash" width="750" height="60" align="center">\n');
   document.write('<param name="movie" value="~noslides.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="~noslides.swf" quality="best" width="750" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n');
   document.write('</object>\n');
}