document.write('<OBJECT ID="mediaPlayerObject" height="100%" width="100%"');
document.write('	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"');
document.write('	onError="">');
document.write('	<PARAM NAME="autoStart"					VALUE="false" />');
document.write('	<PARAM NAME="balance"					VALUE="0" />');
document.write('	<PARAM NAME="enableContextMenu"			VALUE="true" />');
document.write('	<PARAM NAME="enabled"					VALUE="true" />');
document.write('	<PARAM NAME="invokeURLs"				VALUE="false" />');
document.write('	<PARAM NAME="mute"						VALUE="false" />');
document.write('	<PARAM NAME="uiMode"					VALUE="none" />');
document.write('	<PARAM NAME="volume"					VALUE="100" />');
document.write('	<PARAM NAME="windowlessVideo"			VALUE="false" />');
document.write('	<PARAM NAME="StretchToFit"				VALUE="true" />');
document.write('	<PARAM NAME="URL"						VALUE="" />');
document.write('');
document.write('	<embed type="application/x-mplayer2"');
document.write('	name="MediaPlayer1"');
document.write('	pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"');
document.write('	src=""');
document.write('	width="100%" height="100%"');
document.write('	showcontrols="0" autostart="false">');
document.write('	</embed>');
document.write('</OBJECT>');
