	if (is_WMPskin) {
		document.writeln('<object id="Player" width="160" height="120" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=7,0,0,1954" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject">');
		document.writeln('	<param name="autoStart" value="True">');
		document.writeln('	<param name="autoSize" value="True">');
		document.writeln('	<param name="ShowControls" value="False">');
		document.writeln('	<param name="ShowPositionControls" value="True">');
		document.writeln('	<param name="enableContextMenu" value="False">');
		document.writeln('	<param name="volume" value="10">');
		document.writeln('	<param name="uiMode" value="none">');
		document.writeln('</object>');
	} else if (is_WMP64) {
		document.writeln('<object id="Player" width="160" height="120" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject">');
		document.writeln('	<param name="autoStart" value="True">');
		document.writeln('	<param name="autoSize" value="True">');
		document.writeln('	<param name="volume" value="10">');
		document.writeln('	<param name="ShowTracker" value="False">');
		document.writeln('	<param name="EnableTracker" value="False">');
		document.writeln('	<param name="ShowPositionControls" value="False">');
		document.writeln('	<param name="EnablePositionControls" value="False">');
		document.writeln('</object>');
	}

