function playHome() {
  document.all.sound.src = "miss/aplodisment.wav"} 
function stopHome() {
  document.all.sound.src = ""} 
