﻿// exit console
var exito = false;
function onexit() {
if (!exito) {
exito = true;
alert("WAIT don't leave yet!!!!!!!!!! Are you sure you don't want to take advantage of this amazing Blackbelt Profit System Trial for only 99 cents? This is your last change chance to help yourself achieve the levels of success you always dreamed of!\n\nAct now to receive your Trial for ONLY 99 CENTS. Why not give it a shot, and give yourself the chance at success that you deserve!");
location.href="discount2.html"
return "\nDon't miss out on this great offer!!!!!!! Just press Cancel to remain on this page and receive your 99¢ Trial!\n\n";
}
}
window.onbeforeunload = onexit;

// alert 8mins
seconds2 = 0;
function alertmyspecial(){
    seconds2++;
    if ( seconds2 >= 510){
        alert('Hurry and order now! Trials are still available!');
        clearInterval( eightminuteclock );
    }
}
var eightminuteclock = setInterval( alertmyspecial, 1100 );


$(document).ready(function() {
    // misc
    $("#submit").hover(
        function () { temp = this.src; $(this).attr('src', this.alt) },
        function () { $(this).attr('src', temp)
    });

    $('#botm_banner, .offerlmtd a').click(function(){
        $('html, body').animate({scrollTop:0}, (($.browser.msie && $.browser.version.substr(0,1)<7)) ? 0 : 'fast');
		  return false; 
    });
});
