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=9,0,0,0" width="719" height="190" id="VisionTap_Portfolio" align="middle" style="z-index:0">')
     document.writeln('<param name="allowScriptAccess" value="always" />')
     document.writeln('<param name="movie" value="/flash/banner_home.swf" />')
     document.writeln('<param name="quality" value="high" />')
     document.writeln('<param name="bgcolor" value="#000000" />')
     document.writeln('<embed width="719" height="190" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/flash/banner_home.swf" AllowScriptAccess="always" play="true" loop="true" menu="false"></embed></object>')
 }