	function DHTMLSound(surl) {
	  document.getElementById("som").innerHTML="<embed style='position:absolute; top:-500px;' src='"+surl+"' hidden='true' autostart='true' loop='false' width='1' height='1'>";
	}

