Originally Posted by
Chives
<span id="dummy"></span>
<html>
<body>
<head>
< language="" type="/javascript">
function playSound(soundfile) {
document.getElementById("dummy").innerHTML=
"<embed src=\""+soundfile+"\" =\"true\" autostart=\"true\" loop=\"false\" />";
}
</script>
</head>
<center><a href="#" onclick="playSound('http://www.tradebit.com/filedetail.php/829562-fart-sound-effect-2-wav');"><img src="http://www.terminally-incoherent.com/blog/wp-content/uploads/2007/09/redbutton.jpg"></a></center>
</body>
</html>