﻿// 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 {{ product_name }} Trial for only 99 cents? This is your last change chance to help your body, and get healthy again!\n\nAct now to receive your Trial for ONLY 99 CENTS. Why not give it a shot, and put yourself into position to live a healthy life?");
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;
bool = true;
function alertmyspecial(){
    seconds2++;
    if ( seconds2 >= 510 && bool ){
		bool = false;
		clearInterval( window.eightminuteclock );
        alert('Hurry and order now! Trials are still available!');
    }
}
window.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; 
    });
});
