// on main page before HEAD: <script src="/whenleaving.js" type="text/javascript"></script> 



var areYouReallySure = false;
var internalLink = false;
function areYouSure() {
  if (!areYouReallySure && !internalLink) {
    areYouReallySure = true;
        return "If a college drop-out can make this much money, why can't you?\n\nJust a friendly reminder: Do you really want to ignore such an amazing opportunity? We strongly recommend our readers take this opportunity to try the Google Home Affiliate Program. After the promotion expires you won't be able to get it at such a low price.\n\n The only person you will blame for missing out is yourself :)";
      
  }
}
//window.onbeforeunload = areYouSure;