var bannersPos1 = new Array(); bannersPos1[0] = ["http://banner.noblecasino.com/cgi-bin/redir.cgi?id=N&member=28000000&profile=125","nc600x74zar400.gif","",""]; bannersPos1[1] = ["http://serve.eurogrand.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=southa&zone=584628297&lp=13668590","eurogrand600x70-coza.gif","",""]; bannersPos1[2] = ["http://cityclub.gamingpromo.com/cgi-bin/redir.cgi?id=N&member=ocrgamin&profile=coza","CityClubCasino600x74rand.gif","",""]; bannersPos1[3] = ["http://banner.casinolasvegas.com/cgi-bin/redir.cgi?id=N&member=24000000&profile=20855","lvc600x74en.gif","",""]; var bannersPos2 = new Array(); bannersPos2[0] = ["http://online.titanpoker.com/promoRedirect?key=em9uZUlkPTMzNjI2NTMyJmxhbmRpbmdQYWdlSWQ9MCZwcm9maWxlSWQ9Mjc0NTI4==","titanpoker300x250-en.gif","","Online Poker"]; bannersPos2[1] = ["http://banner.noblecasino.com/cgi-bin/redir.cgi?id=N&member=28000000&profile=125","nc300x250zar400.gif","",""]; bannersPos2[2] = ["http://www.platinumplay.eu/btag-ad284086/","ppc-en-300-250-1500free.gif","",""]; bannersPos2[3] = ["http://cityclub.gamingpromo.com/cgi-bin/redir.cgi?id=N&member=ocrgamin&profile=coza","CityClubCasino300x250-rand.gif","","online casinos"]; bannersPos2[4] = ["http://serve.rubybingo.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=coza300&zone=734659881&lp=13510246","rubybingo300x250-en.gif","","Online Bingo"]; bannersPos2[5] = ["http://serve.prestigecasino.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=coza&zone=334444538&lp=61534192","prestige300x250.gif","",""]; bannersPos2[6] = ["http://adserver.itsfogo.com/click.aspx?zoneid=69351","","","sports betting"]; bannersPos2[7] = ["http://serve.eurogrand.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=southa&zone=584628297&lp=13668590","euroGrand300x250-coza.gif","","Online Casinos"]; var bannersPos3 = new Array(); bannersPos3[0] = ["http://serve.williamhill.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=coza300&zone=1468251133&lp=1468065595","WillHillbingo300x250-en.gif","","Online Bingo"]; bannersPos3[1] = [" http://www.jackpotcitybingo.co.uk/index.asp?s=aff82784","jackpotcitybingo300.gif","","online bingo"]; bannersPos3[2] = ["http://www.royalvegas.eu/btag-ad284088/","rvc-en-300-250-1200free.gif","",""]; bannersPos3[3] = ["http://serve.21nova.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=coza&zone=1088067144&lp=835384478","21nova300x250.gif","",""]; bannersPos3[4] = ["http://serve.williamhill.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=southa&zone=1468064179&lp=1457422490","WillHillsports300x250-en2.gif","","Sports Betting"]; var bannersPos4 = new Array(); bannersPos4[0] = ["http://serve.williamhillcasino.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=coza1def&zone=717452719&lp=328057915","en2-300x250.gif","",""]; bannersPos4[1] = ["http://banner.noblecasino.com/cgi-bin/redir.cgi?id=N&member=28000000&profile=125","nc300x250zar400.gif","",""]; bannersPos4[2] = ["http://www.platinumplay.eu/btag-ad284086/","ppc-en-300-250-1500free.gif","",""]; bannersPos4[3] = ["http://cityclub.gamingpromo.com/cgi-bin/redir.cgi?id=N&member=ocrgamin&profile=coza","CityClubCasino 300x250-rand.gif","",""]; bannersPos4[4] = ["http://serve.prestigecasino.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=coza&zone=334444538&lp=61534192","prestige300x250.gif","",""]; bannersPos4[5] = ["http://serve.21nova.com/promoRedirect?member=wtinfo&campaign=DEFAULT&channel=coza&zone=1088067144&lp=835384478","21nova300x250.gif","",""]; var bannersPos5 = new Array(); bannersPos5[0] = ["http://cityclub.gamingpromo.com/cgi-bin/redir.cgi?id=N&member=ocrgamin&profile=coza","cityclub468.gif","","city club casino"]; var bannersPos6 = new Array(); bannersPos6[0] = ["http://cityclub.gamingpromo.com/cgi-bin/redir.cgi?id=N&member=ocrgamin&profile=coza","cityclub160x600.gif","","city club casino"]; $(document).ready(function() { var totalAdsTypeArr = new Array(1,2,3,4,5,6); var pageTitle = document.title; // Get Page Meta Title pageTitle = pageTitle.substring(0,pageTitle.indexOf('Onlinecasinoreports.co.za')); jQuery.each(totalAdsTypeArr, function(index, adPosId){ var bannersForPosition = window["bannersPos"+adPosId]; // Bulding the array var bannersPos1/2/etc. if ($("#adPosition"+adPosId).length > 0 && (typeof bannersForPosition != "undefined")){ // Check if the page has the Ad Div Id and Banner Exist for that type var bannerSelected = 0; var bannerHTML = ''; // Check if we should look for keywords banner or not depending on the banner position if (adPosId != 1 && adPosId != 4) // Excluding index types { // Going throw each banner and then on each one of his keywords to look for matching banners for the page title var matchedBannersArr = new Array(); jQuery.each(bannersForPosition, function(index, bannerData){ if (bannerData[3].length > 0) { // If has keywords var bannerKeywordsArr = bannerData[3].split(","); jQuery.each(bannerKeywordsArr, function(index2, bannerKeyword){ bannerKeyword = bannerKeyword.replace(/^\s+|\s+$/g, ""); // Removing white space var regEx = new RegExp(bannerKeyword,"i"); if (pageTitle.search(regEx) >= 0) { matchedBannersArr.push(bannerData); return false; // Stop after one match so it can't add the same banner more then ones } }); } }); // If there are matched banners for this page - choose one randomly if (matchedBannersArr.length > 0) { var randomBannerNum = Math.floor((matchedBannersArr.length)*Math.random()); bannerSelected = matchedBannersArr[randomBannerNum]; } } // In case no banner was selected yet and banner position is not on product page - choose random one from all the banners if (bannerSelected == 0 && adPosId != 5 && adPosId != 6) { var randomBannerNum = Math.floor((bannersForPosition.length)*Math.random()); bannerSelected = bannersForPosition[randomBannerNum]; } // If finally banner was selected - print it! if (bannerSelected != 0) { // If banner type 5 (top banner on product page) adds border if (adPosId == 5) bannerHTML += '
'; // Check if banner has a flash banner - in case found use the flash code if (bannerSelected[2].length > 10) bannerHTML += bannerSelected[2]; else bannerHTML += ''; $("#adPosition"+adPosId).html(bannerHTML); $("#adPosition"+adPosId).show(); } } }); });