// JavaScript Document

function RunVideo()
{
   document.write('<object type="application/x-shockwave-flash" data="/media/FlowPlayer.swf" width="724" height="128" id="FlowPlayer" >\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="/media/FlowPlayer.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="SCALE" value="noscale" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="flashvars" value="config={videoFile: \'/media/GBU_Site_Movie.flv\', loop: true, autoPlay: true, hideControls: true, bufferLength: 3}" />\n')
   document.write('<embed src="/media/GBU_Site_Movie.flv" width="724" height="128" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit"></embed>\n');
   document.write('</object>\n');  
}
