// JavaScript Document
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<BGSOUND SRC="audio/sms.mp3" LOOP=120>');
else
document.writeln ('<EMBED SRC="audio/sms.mp3" AUTOSTART=TRUE HIDDEN=TRUE LOOP="yes" STOP=FALSE VOLUME="100" PLAY=TRUE><P>');
