//Functions used by captchas
function EvalSound(soundUrl) {
	var thissound=document.getElementById("audiocaptcha");
	thissound.innerHTML = "<embed src='" + soundUrl + "' hidden=true autostart=true loop=false' />";
}
//Functions used by captchas end
