window.founder_link_notified = 0; $(function() { $('#founder_link').on('click', function(the_event) { if (!(window.founder_link_notified)) { window.founder_link_notified = 1; the_event.preventDefault(); alert("To read the Founder’s Blog, you’ll need to leave Bluehost.com and visit Matt Heaton’s personal site located at MattHeaton.com. As you may know, Matt is no longer affiliated with Bluehost. Bluehost does not review, authorize, or approve the content of mattheaton.com. The information and opinions on his site do not necessarily reflect the views of Bluehost, its parent company, or any subsidiaries or affiliates."); window.location = "http://www.mattheaton.com"; } }); });