  // wmplayersingle.js 
  document.write('<OBJECT id=wmPlayer height=400 width=560 classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6>'); 
  document.write('<PARAM NAME="URL" VALUE="">'); 
  document.write('<PARAM NAME="showstatusbar" VALUE="false">'); 
  document.write('<PARAM NAME="rate" VALUE=".1">'); 
  document.write('<PARAM NAME="balance" VALUE="0">'); 
  document.write('<PARAM NAME="currentPosition" VALUE="0">'); 
  document.write('<PARAM NAME="defaultFrame" VALUE="">'); 
  document.write('<PARAM NAME="playCount" VALUE="1">'); 
  document.write('<PARAM NAME="autoStart" VALUE="1">'); 
  document.write('<PARAM NAME="currentMarker" VALUE="0">'); 
  document.write('<PARAM NAME="invokeURLs" VALUE="0">'); 
  document.write('<PARAM NAME="baseURL" VALUE="">'); 
  document.write('<PARAM NAME="volume" VALUE="50">'); 
  document.write('<PARAM NAME="mute" VALUE="0">'); 
  document.write('<PARAM NAME="uiMode" VALUE="full">'); 
  document.write('<PARAM NAME="stretchToFit" VALUE="-1">'); 
  document.write('<PARAM NAME="windowlessVideo" VALUE="0">'); 
  document.write('<PARAM NAME="enabled" VALUE="-1">'); 
  document.write('<PARAM NAME="enableContextMenu" VALUE="0">'); 
  document.write('<PARAM NAME="fullScreen" VALUE="0">'); 
  document.write('<PARAM NAME="SAMIStyle" VALUE="">'); 
  document.write('<PARAM NAME="SAMILang" VALUE="">'); 
  document.write('<PARAM NAME="SAMIFilename" VALUE="">');
  document.write('<PARAM NAME="captioningID" VALUE="">'); 
  document.write('<PARAM NAME="enableErrorDialogs" VALUE="0">'); 
  document.write('<PARAM NAME="_cx" VALUE="11245">'); 
  document.write('<PARAM NAME="_cy" VALUE="10319">'); 
  document.write('</OBJECT>');

