function PlaySound(surl) {
	document.getElementById("audioSlot").innerHTML="<embed src='"+surl+"' hidden=true autostart=true loop=false id='soundClip'>";
}