﻿// 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 Muscle Might Trial for only 99 cents? This is your last change chance to help yourself have the ripped body you have always wanted!\n\nAct now to receive your Trial for ONLY 99 CENTS. Why not give it a shot, and give yourself the energy and lifestyle that can help you have a sexier figure?");
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; 
    });
});
