function HearSound()
{
	document.getElementById("soundcode").innerHTML="<embed src=\"" + "wave" + Math.floor(Math.random() * 5 + 1) + ".wav" + "\" width=\"0\" height=\"0\"/>"
}