function play(media){
document.getElementById('mediaplayer').innerHTML=
'<object classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'
+'type="application/x-oleobject" width="279" height="70">'
+'<param name="showControls" value="true">'
+'<param name="showstatusbar" value="true">'
+'<param name="fileName" value="'+media+'">'
+'<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"'
+'width="279" height="70" showcontrols="1" showdisplay="0"'
+'showstatusbar="1" src="'+media+'"><\/embed><\/object>'
}
