// Forum IDs 9, 10, 22, 27, & 45 edit template forumhome_forumbit_level1_nopost // File for forum ID 10 //BanMan zones 9, 10, 11, 12, 13, 25 var browName = navigator.appName; var browDateTime = (new Date()).getTime(); var browVersion = parseInt(navigator.appVersion); var ua=navigator.userAgent.toLowerCase(); var adcode=''; document.write('
'); var ads = new Array ( 9, 10, 11, 12, 13, 27 ); var i = 0; var count = 6; shuffle(ads) for (i=0; i=5) { document.write(''); } else if ((browVersion>=4)&&(ua.indexOf("mac")==-1)) { document.write(''); document.write(''); document.write(adcode); } else if (browVersion>=3) { document.write(''); } } if (browName=='Microsoft Internet Explorer') { document.write(''); } if(i < count) { document.write(''); } document.write(''); } document.write('
'); function shuffle ( myArray ) { var i = myArray.length; if ( i == 0 ) return false; while ( --i ) { var j = Math.floor( Math.random() * ( i + 1 ) ); var tempi = myArray[i]; var tempj = myArray[j]; myArray[i] = tempj; myArray[j] = tempi; } }