var areYouReallySure = false;
self.pixelOverride = true;
function areYouSure() {
    if (!areYouReallySure && !internalLink) {
        areYouReallySure = true;
        $('#hdnPromo').val('specialoffer');
        $('form').submit();
        return "****************************************************\r\n"
+ "DON'T GIVE UP ON YOUR HEALTH\r\n"
+ "We urge you.  Take a moment and consider that Resveratrol is a scientifically proven compound that can keep you healthy and reverse the signs of aging.  Thousands of customers are giving ResV Daily rave reviews - we'll send you a bottle to try for yourself for only $1.95 shipping and handling today!\r\n"
+ "ResV Daily's exclusive premium formula is only available through this special offer.  Act now!\r\n"
+ "Press CANCEL to take advantage of this amazing promotion.\r\n"
+ "****************************************************";

    }
}
function getQS() {
    var URL, qs, a, pos;
    URL = window.location.href;
    qs = "";
    pos = URL.indexOf("?");
    if (pos < 0) return "?promo=specialoffer";
    for (a = pos; a < URL.length; a++) {
        qs += URL.charAt(a);
    }
    return qs + "&promo=specialoffer";
}
window.onbeforeunload = areYouSure;










/*Exception*/ 