Grandfather Clock Strikes Forever

This page has the following JavaScript commands in it right after the BODY tag and the H1 tag....

<SCRIPT SRC="backsound03.js" LANGUAGE="JavaScript" TYPE="text/javascript">
</SCRIPT>

<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
InsertBackSound();
</SCRIPT>

...and in the same directory (folder) as this file is one whose name is backsound01.js which looks like this....

function InsertBackSound()
{
 document.write('<EMBED SRC="GrandfatherClock.au"');
 document.write(' WIDTH=2 HEIGHT=2 AUTOSTART=TRUE LOOP=TRUE>');
}

If you know how to use JavaScript, this will seem pretty simple. If you do not know how to use JavaScript, just do this exactly as I have done it here -- replacing the file name by the one you want to play.

This sound will start automatically and play forever (background music :-)