
if (document.all){
	document.write('<object classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="application/x-oleobject" ')
} else {
	document.write('<object type="application/x-ms-wmp" data="' + mpFilename + '" ')
}
			document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" ')
			document.write('standby="Loading Microsoft Windows Media Player components..." ID="mediaPlayer" width="440" height="394" >')
		document.write('<param name="url" value="' + mpFilename + '">')
		document.write('<param name="autostart" value="-1">')
		document.write('<param name="stretchtofit" value="true">')
		document.write('<param name="volume" value="100">')
	document.write('</object> ')



