var PreventExitPop = false;

function ExitPop() {

    if(PreventExitPop == false)    {

        PreventExitPop=true;

        document.getElementById("MainBody").style.display='none';

        document.getElementById("ExitDive").style.display='block';

        scroll(0, 0);

        location.href = "http://ihaveagiftforyou.com/offers/LCM.php?ReferralID="+ r;

     return '*************************************************\nYou Can Actually Get Paid Just For Joining\n*************************************************\n\nThis is by far and away my favorite money making program of all times.\n\nYou can actually get paid just by joining.\n\nYou\'ll be amazed by how many people I will put in this program after you join and you will be benefit by my efforts.\n\nPress cancel to see it now or press ok to navigate away.\n\n\n*************************************************\n';


    }

}