﻿function stop() {
 document.musicembed.stop();
  alert("STOP");
} 
function play() {
 document.musicembed.play();
 alert("PLAY");
}


