(function($) { var affslides = false; var id = ''; // http://www.eset.com/us/download/free-trial/ if( $('#affiliate-content-trial').length ) { id = '#affiliate-content-trial'; affslides = [ 'Private Wifi', 'Backblaze' ]; // http://www.eset.com/us/download/thank-you-eav/file/9900/ } else if( $('#affiliate-content-download').length ) { id = '#affiliate-content-download'; affslides = [ 'Private Wifi' //'Simplitech' ]; // http://www.eset.com/us/online-scanner/ } else if( $('#affiliate-content-scanner').length ) { id = '#affiliate-content-scanner'; affslides = [ 'Private Wifi' //'Simplitech' ]; } if( affslides ) { // Shuffle array for(var j, x, i = affslides.length; i; j = parseInt(Math.random() * i), x = affslides[--i], affslides[i] = affslides[j], affslides[j] = x); // Add offers var offers = '
'; for( var i = 0; i < affslides.length; i++ ) { offers += affslides[i]; } offers += '
'; // Output $(id).html(offers); if( affslides.length > 1 ) { $('#aff-slides').slides({ container: 'aff-slides-container', play: 4000, hoverPause: true, pause: 1000, generatePagination: false }); } else { $('.aff-offer').css('display', 'block'); } } })(jQuery);