$(document).ready(function() { $("a").click(function() { staying_in_site = true; }); }); 
