/*
var playerobj = 
	"<OBJECT id=\"wmplayer\" type=\"application/x-oleobject\" height=\"370\" width=\"280\" CLASSID=\"CLSID:05C1004E-2596-48E5-8E26-39362985EEB9\" CODEBASE=\"http://p3p.sogou.com/MMCShell.cab#version=2,0,0,82\" style=\"display:none\">" + 
	"<PARAM NAME=\"FileName\" VALUE=\"\">" + 
	"</OBJECT>";
document.write( playerobj );
*/

var playerobj =
			 "<OBJECT ID=\"wmplayer\" WIDTH=370 HEIGHT=280 CLASSID=\"CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95\" STANDBY=\"Loading Windows Media Player components...\" TYPE=\"application/x-oleobject\">" + 
			  "<PARAM NAME=\"FileName\" VALUE=\"\">" +
			  "<PARAM NAME=\"AutoStart\" VALUE=\"true\">" +
			  "<PARAM NAME=\"ShowStatusBar\" VALUE=\"true\">" +
			  "<PARAM NAME=\"ShowControls\" VALUE=\"false\">" +
			  "<PARAM NAME=\"ShowTracker\" VALUE=\"false\">" +
			  "<PARAM NAME=\"ShowPositionControls\" VALUE=\"false\">" +
			  "<param name=\"enableContextMenu\" value=\"false\">" +
			  "</OBJECT>";
document.write( playerobj );
