function injectflash()
{
    // This javascript writes the flash to the DOM directly and overrides the 
    // IE behavior of adding the "click to activate and use this control"
    // Ryan Morgan - www.ArrowNuke.com
     document.writeln('<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="860" height="357" id="o3home" align="middle">')
     document.writeln('<param name="allowScriptAccess" value="sameDomain" />')
     document.writeln('<param name="movie" value="/portals/18/Skins/JordanRubin/flash/jr_ads.swf" />')
     document.writeln('<param name="quality" value="high" />')
     document.writeln('<param name="wmode" value="transparent" />')
     document.writeln('<param name="bgcolor" value="#ffffff" />')
     document.writeln('<embed src="/portals/18/Skins/JordanRubin/flash/jr_ads.swf" wmode="transparent" quality="high" bgcolor="#ffffff"  width="860" height="357" name="o3ads"  align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
     document.writeln('</object>')
 }