// JavaScript Document

if( -1 != navigator.userAgent.indexOf("MSIE") )
{
  document.write('<object width="512" height="384" id="wmpmovie"  classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject" style="background-color:#33FFFF">');
  document.write('<param name="uiMode" value="none">');
  document.write('<param name="animationatStart" value="false">');
  document.write('<param name="transparentatStart" value="true">');
  document.write('<param name="autoStart" value="false">');
  document.write('<param name="showControls" value="false">');
  document.write('<param name="ClicktoPlay" value="false">');
  document.write('<param name="EnableContentMenu" value="false">');
  document.write('<embed src="none" width="512" height="384" autostart="false" uimode="none" animationatstart="false" transparentatstart="true" showcontrols="false" clicktoplay="false" enablecontentmenu="false"></embed>');
  document.write('</object>');
}
else if( -1 != navigator.userAgent.indexOf("Firefox") )
{
  document.write('<object width="512" height="384" id="wmpmovie" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-ms-wmp" style="background-color:#33FFFF">');
  document.write('<param name="uiMode" value="none">');
  document.write('<param name="animationatStart" value="false">');
  document.write('<param name="transparentatStart" value="true">');
  document.write('<param name="autoStart" value="false">');
  document.write('<param name="showControls" value="false">');
  document.write('<param name="ClicktoPlay" value="false">');
  document.write('<param name="EnableContentMenu" value="false">');
  document.write('<embed src="none" width="512" height="384" autostart="false" uimode="none" animationatstart="false" transparentatstart="true" showcontrols="false" clicktoplay="false" enablecontentmenu="false"></embed>');
  document.write('</object>');
}   

