// JavaScript Document


function bruen_writeMediaPlayer(){
document.write('<div id="mediaPlayer" z-index:2>');
document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" WIDTH="800" HEIGHT="500" ID="assistant">');
document.write('<PARAM NAME="MOVIE" VALUE="mediaPlayerPreloader.swf'+document.location.search+'" />');
document.write('<PARAM NAME="PLAY" VALUE="true" />');
document.write('<PARAM NAME="LOOP" VALUE="false" />');
document.write('<PARAM NAME="QUALITY" VALUE="high" />');
document.write('<PARAM NAME="SCALE" VALUE="SHOWALL" />');
document.write('<PARAM NAME="ALLOWSCRIPTACCES" VALUE="ALWAYS" />');
document.write('<PARAM NAME="FLASHVARS" VALUE="" />');
document.write('<PARAM NAME="WMODE" VALUE="transparent" />');
document.write('<EMBED SRC="mediaPlayerPreloader.swf'+document.location.search+'"'+' WIDTH="800" HEIGHT="500" LOOP="false" PLAY="true" QUALITY="high" SCALE="SHOWALL" swLiveConnect="true" allowScriptAccess="always" wmode="transparent" FlashVars="" NAME="assistant" PLUGINSPAGE="http://www.macromedia.com/go/flashplayer/">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</div>');
}