document.write('<OBJECT ID="MediaPlayer" WIDTH="320" HEIGHT="300"');
document.write('CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
document.write('STANDBY="Loading video..."');
document.write('TYPE="application/x-oleobject" id="WMPlay">');
document.write('<PARAM NAME="FileName" VALUE="Mine_Shaft_Cafe.wmv">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="true">');
document.write('<PARAM name="cache" value="true">');
document.write('<PARAM name="bgcolor" value="black">');
document.write('<PARAM name="autoplay" value="true">');
document.write('<PARAM name="loop" value="false">');
document.write('<EMBED TYPE="application/x-mplayer2"');
document.write('SRC="Mine_Shaft_Cafe.wmv"');
document.write('NAME="WMPlay"');
document.write('showstatusbar="true"');
document.write('WIDTH=320');
document.write('HEIGHT=300');
document.write('CACHE=true');
document.write('loop="false"');
document.write('bgcolor="black"');
document.write('AUTOPLAY=TRUE>');
document.write('</EMBED>');
document.write('</OBJECT>');

