window.onbeforeunload = function(){   
    if(!disable_exit_popup) {
        window.location = "http://www.yourfreemeds.com/o1";
        return "Wait we have a better offer for you!!!\nGet 10 pills for just 49.95!!";
    }
}
