// JavaScript Document
function playTunes() {
document.write('<embed src="snd/morseCode.wav" width="0" height="0" hidden="true" autostart="true" loop="false" autorewind="true" volume="100%">');
document.write('</embed>');
}