if (navigator.appName == "Microsoft Internet Explorer") {
document.write('<bgsound src="sounds/shotgun2b.mp3" LOOP="false">');
}
else {
document.write('<embed src="sounds/shotgun2b.mp3" AutoStart="true" ShowStatusBar="0" ShowControls="0" ShowDisplay="0" volume="1" HEIGHT="1" WIDTH="1" loop="false"><br>');
}
