	if (wmp.versionInfo=='7.0' && !is_fx && wmp.type=='object')
	{
		document.write('<OBJECT ID="WMP7"  CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"');
		document.write('TYPE="application/x-oleobject" WIDTH="0" height="0">');
		document.write('<PARAM NAME="url" VALUE="empty.wax">');
		document.write('<PARAM NAME="autoStart" VALUE="0">');
		document.write('<PARAM NAME="uiMode" VALUE="none">');
		document.write('<PARAM NAME="PlayCount" VALUE="1"> ');
		document.write('</object>');
	}
	else if (wmp.versionInfo=='7.0' && !is_fx && wmp.type=='embed')
	{
		document.write('<span WIDTH="0" height="0" id="musicspan"></span> ');
	}
	else if (wmp.versionInfo=='6.4' && !is_fx && wmp.type=='object')
	{
		document.write('<OBJECT ID="WMP6"  CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
		document.write('CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
		document.write('STANDBY="Loading Microsoft Windows Media Player components..."');
		document.write('TYPE="application/x-oleobject" WIDTH="0" height="0">');
		document.write('<PARAM NAME="fileName" VALUE="empty.wax">');
		document.write('<PARAM NAME="animationatStart" VALUE="false">');
		document.write('<PARAM NAME="transparentatStart" VALUE="true">');
		document.write('<PARAM NAME="autoStart" VALUE="0">');
		document.write('<PARAM NAME="showControls" VALUE="0">');
		document.write('<PARAM NAME="showDisplay" VALUE="0">');
		document.write('<PARAM NAME="showTracker" VALUE="0">');
		document.write('<PARAM NAME="showStatusbar" VALUE="0">');
		document.write('<PARAM NAME="loop" VALUE="0"> ');
		document.write('</object>');
	}	
	else if (!is_fx)
	{
		document.write('<span WIDTH="0" height="0" id="musicspan"></span> ');
	}
	else if (is_fx)
	{
		document.write('<span WIDTH="0" height="0" id="musicspan"></span> ');
	}
