<!-- ONE STEP TO INSTALL CLICK SOUND:

1. Copy the coding into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document -->

<BODY>

<!-- Original: Nicholas Loar (anarchy@cass.net) -->
<!-- Web Site: http://anarchy.yi.org -->

<center>
<a href="#" onMouseOver="document.all.music.src='talk.wav'">You Talkin' To Me?</a><p>
<a href="#" onMouseOver="document.all.music.src='laugh.wav'">Laughing</a><p>
<a href="#" onMouseOver="document.all.music.src='shoot.wav'">Come Out</a><p>
<a href="#" onMouseOver="document.all.music.src='sweet.wav'">Sweet</a><p>
<a href="#" onMouseOver="document.all.music.src='hell.wav'">Go To Hell!</a><p>
<bgsound src="#" id=music loop=1 autostart="true">
</center>

<p><center>
<font face="arial, helvetica" SIZE="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.77 KB -->