
<!-- Hide script from browsers that don't support Javascript
// Find out the name and version of the browser
bName = navigator.appName; bVer  = parseInt(navigator.appVersion); 
     if (bName == "Netscape") brwsr = "nn"; 
else if (bName.indexOf('Microsoft') >= 0) brwsr = "ie"; 
else brwsr = "xx"; // handle other browsers by not doing anything
// If browser is Netscape Navigator, use EMBED tag, if Internet Explorer use BGSOUND tag
if (brwsr == "nn") document.write('<EMBED SRC="http://www.forum-affiliation-casinos.com/gfx/slots.wav" AUTOSTART="true" ALIGN="baseline" Units="pixels" Border="0" height="0" width="0" hidden></EMBED>');
else if (brwsr == "ie") document.write('<bgsound src="http://www.forum-affiliation-casinos.com/gfx/slots.wav" loop="0">');
//-->
