function playSound(soundName) { 
	document.getElementById("SOUNDSPAN").innerHTML = "<embed src='"+ "../hd/sounds/" + soundName + "' hidden=true autostart=true loop=false>";
}
