/* var doctype_scan = document.body.parentNode.parentNode.firstChild.nodeValue.search(/doctype/i); // Internet explorer fixed positioning may need strict headers if ( doctype_scan != -1 ) { document.body.parentNode.parentNode.firstChild.nodeValue = "doctype HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\""; } */ // Detect user agent var user_agent = navigator.userAgent; // MSIE 6 Rollover caching bug if ( user_agent.search(/msie 6/i) != -1 && user_agent.search(/msie 7/i) == -1 ) { try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {} } // Image preloads Image1= new Image(325,90); Image1.src = "http://www.nutrapay.com:80/UltimateFooterAd/templates/Free%20Ebook/blue/left.gif"; Image2= new Image(1,90); Image2.src = "http://www.nutrapay.com:80/UltimateFooterAd/templates/Free%20Ebook/blue/bg.gif"; var script_path = 'http://www.nutrapay.com:80/UltimateFooterAd/'; document.write(""); // Seperation may make it easier for MSIE 7 to recognize it has loaded document.getElementById('catfish') when it is called afterwards? document.write("
"); document.write("
\"\"
120SECSX
"); // Seperation may make it easier for MSIE 7 to recognize it has loaded document.getElementById('catfish') when it is called afterwards? document.write("
"); // DEBUGGING //document.getElementById('MSIE_FAKE_ERROR_LINE_DETECT').style.display = 'inline'; //alert(document.compatMode.search(/BackCompat/i)); //alert('CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'); //document.write(''); load_image1(); function load_image1() { Image1.onLoad = load_image2(); } function load_image2() { Image2.onLoad = load_iframe(); } function load_iframe() { document.getElementById('f_ad_gen_render').onLoad = setTimeout("allow_ad()", 1000); //setTimeout("allow_ad()", 1000); //alert('mike testing - cross-site'); } function display_countdown(countdown) { if ( countdown > 0 ) { var countdown = countdown - 1; document.getElementById('show_countdown').innerHTML = countdown; setTimeout("display_countdown(document.getElementById('show_countdown').innerHTML)",1000); } } function allow_ad() { //document.getElementById('catfish').style.display = 'inline'; ufa_jquery(document.getElementById('catfish')).catfish({animation: 'slide',closeLink: '#catfish_close',height: 90}); setTimeout("ufa_jquery.closeCatfish('catfish');", 120000);setTimeout('display_countdown(120)',1000); } //alert('');