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