var showAlert = false;

function exitAlert() {      
    if (showAlert == false) {
        showAlert = true;
        document.getElementById("order-page").style.display='none';
		document.getElementById("interview-page").style.display='block';
        scroll(0, 0);
        alert( " -- WAIT!\n\nI recently recorded an interview where I answered the most common questions, concerns and fears of people who are on the verge of losing their relationship.\n\n\ -- Click the ( CANCEL ) button on the next window to find out how you can get FREE IMMEDIATE ACCESS to the FULL RECORDING!" );
        return "*****************************************************\n\n\n\n\nWAIT -- >>>>>> Before You Go! <<<<<<  I need your help!!!\n\n\n\n\nPlease take just 15 seconds to tell me why you've decided not to get the home study course\n\nAs soon as submit your response, you'll Get IMMEDIATE ACCESS to the FULL Recording of a Recent Interview where I addressed the most common Questions, Concerns and Fears that people have when they are on the verge of losing their relationship\n\n\n\n-- Click the ( CANCEL ) button Now to submit your response!\n\n\n\n\n\n\n\n\n*****************************************************";
    }
}

function exitAlert2() {      
    if (showAlert == false) {
        showAlert = true;
        document.getElementById("order-page").style.display='none';
		document.getElementById("interview-page").style.display='block';
        scroll(0, 0);
        alert( " -- WAIT!\n\nDo you want FULL IMMEDIATE Access to 'Save Your Relationship' for JUST $1 ???\n\n         -- Click the ( CANCEL ) button on the next window to find out!!!");		
		return "*****************************************************\n\n\nWAIT -- >>>>>> Before You Go! <<<<<<  I need your help!!!\n\nPlease take just 15 seconds to tell me why you've decided to \nleave the site\n\nUpon submitting your response, you'll Get FULL ACCESS \nto the ENTIRE Home Study Course\n\n\n-- Click the ( CANCEL ) button Now to get full access for just $1!\n\n\n*****************************************************";
    }
}