﻿
// -------------------------------------- Exit popup ---------------------------------------

var ShowExitPopup = true;

function ExitPage()
{
if (ShowExitPopup) { 
ShowExitPopup = false;
location.href = "http://get-more-twitter-followers.com/specialoffer";

return "***************************************************************************\nWAIT! PLEASE *CLICK THE CANCEL* BUTTON AND CHECK THIS OUT!\n***************************************************************************\n\nPLEASE HOLD ON A FEW SECONDS! READING THIS COULD SAVE YOU SOME MONEY ON GETTING QUALITY TWITTER FOLLOWERS!\n\nSorry to see you leaving so soon without choosing one of our twitter follower packages! Would you like a discount? Would that change your mind?\n\n** C L I C K   C A N C E L   N O W ** TO CHECK OUT OUR SPECIAL DISCOUNT OFFER FOR YOU!!\n\n***************************************************************************";
                    }
}

