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