	function play(media){
		document.getElementById('mediaplayer').innerHTML='<object id="mediagubbins" classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'+'type="application/x-oleobject" standby="Loading..." width="304" height="228">'+'<param name="showControls" value="false">'+'<param name="ShowStatusBar" value="true">'+'<param name="fileName" value="'+media+'">'+'<param name="windowlessVideo" value="true">'+'<embed type="application/x-mplayer2" width="304" height="228"'+'showcontrols="false" src="'+media+'"><\/embed><\/object>'}