function RunHome()
{
   document.write('<object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="681" HEIGHT="246" CODEBASE="http://active.macromedia.com/flash7/cabs/swflash.cab#version=9,0,0,0">\n');
   document.write('<param name="Movie" value="flash_files/endorsements_1a.swf">\n');
   document.write('<param name="Src" value="flash_files/endorsements_1a.swf">\n');
   document.write('<param name="Quality" value="High">\n');
   document.write('<param name="Play" value="-1">\n');
   document.write('<param name="Loop" value="-1">\n');
   //document.write('<param name="wmode" value="transparent">\n');
   document.write('<embed SRC="flash_files/endorsements_1a.swf" WIDTH="681" HEIGHT="246" PLAY="true" LOOP="true" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n');
   document.write('</object>\n');
}
function RunVideo()
{
   document.write('<object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="400" HEIGHT="300" CODEBASE="http://active.macromedia.com/flash7/cabs/swflash.cab#version=9,0,0,0">\n');
   document.write('<param name="Movie" value="video/video.swf">\n');
   document.write('<param name="Src" value="video/video.swf">\n');
   document.write('<param name="Quality" value="High">\n');
   document.write('<param name="Play" value="-1">\n');
   document.write('<param name="Loop" value="-1">\n');
   //document.write('<param name="wmode" value="transparent">\n');
   document.write('<embed SRC="video/video.swf" WIDTH="400" HEIGHT="300" PLAY="true" LOOP="true" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n');
   document.write('</object>\n');
}