This works with IE4+ only, other browsers should just see a plain link.
Installation Instructions
Paste the BODY Section code from above between the <body> and </body> tags on your page, exactly where you want the forward and back images to appear.
Find the matching lines below in the script and change the text in red to the URLs and text you wish to use:
<EMBED SRC="
sound_file_name.wav" autostart="false" hidden="true">
document.all.sound.src = "
sound_file_name.wav";
<A HREF="
http://yoursite.com/page.html" onMouseover="playHome()">
HERE</A>
<EMBED SRC="sound_file_name.wav" autostart="false" hidden="true">
<SCRIPT language="JavaScript">
<!--
function playHome()
{
if (document.all)
{
document.all.sound.src = "sound_file_name.wav";
}
}
//-->
</SCRIPT>
<bgsound id="sound">
Put your mouse on the link to hear a sound
<A HREF="http://yoursite.com/page.html" onMouseover="playHome()">HERE</A>