// docwrite.js

document.write('<OBJECT id="MediaPlayer" width="320" height="285" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" border="1">');

document.write('<param name="fileName" value="http://www.cutandtoss.com/videos/detroit.wmv">');

document.write('<param name="transparentatStart" value="false">');

document.write('<param name="autoStart" value="false">');

document.write('<EMBED type="application/x-mplayer2" name="MediaPlayer" width="320" height="285" src="http://www.cutandtoss.com/videos/detroit.wmv"></OBJECT>');

document.write('</EMBED>');

document.write('</OBJECT>');