
jQuery(function() {
    'use strict';

    var adBlockDetected = function() {
        
        var $adbladeTags = jQuery('.adbladeads');
        $adbladeTags.each(function(idx, tag) {
            tag.setAttribute('data-host', 'joeforamerica.com');
        });

        jQuery('iframe[src^="http://web.adblade"]').each(function(idx, iframe) {
            var src = iframe.src;
            iframe.src = src.replace(/^https?:\/\/web.adblade.com\/impsc.php\?(.+)/, '/?79ad6cd111=b4ae86f169&$1');
        });
        
        
	(function() {var tag =  "<!-- sidebar 1 --><ins class=\"adbladeads\" data-cid=\"22427-1460339019\" data-host=\"joeforamerica.com\" data-tag-type=\"4\" style=\"display:none\"></ins><script async src=\"/?79ad6cd111=a1a766e9f2\" type=\"text/javascript\"></script>";jQuery('adbladeads').html(tag);})();(function() {var tag =  "<!-- sidebar 2 --><ins class=\"adbladeads\" data-cid=\"22428-1709383097\" data-host=\"joeforamerica.com\" data-tag-type=\"4\" style=\"display:none\"></ins><script async src=\"/?79ad6cd111=a1a766e9f2\" type=\"text/javascript\"></script>";jQuery('adbladeads').html(tag);})();(function() {var tag =  "<!-- below post --><ins class=\"adbladeads\" data-cid=\"22426-2824818743\" data-host=\"joeforamerica.com\" data-tag-type=\"4\" style=\"display:none\"></ins><script async src=\"/?79ad6cd111=a1a766e9f2\" type=\"text/javascript\"></script>";jQuery('adbladeads').html(tag);})();
        jQuery.getScript('/?79ad6cd111=a1a766e9f2');
            };

    // Recommended audit because AdBlock lock the file 'blockadblock.js' 
    // If the file is not called, the variable does not exist 'blockAdBlock'
    // This means that AdBlock is present
    if (typeof blockAdBlock === 'undefined') {
        adBlockDetected();
    } else {
        blockAdBlock.onDetected(adBlockDetected);
    }
});

<!--Cached using Nginx-Helper on 2016-09-04 05:29:11. It took 94 queries executed in 0.236 seconds.-->
<!--Visit http://wordpress.org/extend/plugins/nginx-helper/faq/ for more details-->