Sure no problem here it is.
FOR IT TO WORK YOU
NEED a SOUND IN THE EMBED!!!
----------
<script langauge="javascript">
var popup="http://www.yahoo.com"
var alertMessage="This is an alert hehehe"
function userAlert(){
alert(alertMessage)
document.jukebox.play()
window.open(popup,"def")
}
</script>
<a href="javascript
:userAlert();">Click Here</a>
<embed src='SoundURLHere' autostart='true' hidden='true' loop='true' name="jukebox">
------------
The popurl=The page you want to popup
The alertMessage=What you want the alert to say
The SoundURLHere=The Directory to the sound
Hope this works for ya

