// 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://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="480" height="311">');
document.writeln('<param name="movie" value="/portals/0/rotator.swf">');
document.writeln('<param name="quality" value="high"><param name="WMode" value="transparent" /><param name="PLAY" value="true" />');
document.writeln('<embed src="/portals/0/rotator.swf" width="480" height="311" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" play="true" WMode="transparent" ></embed>');
document.writeln('</object>');
