down vote favorite $(document).ready(function(){ $("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank"); $("a[target!='_blank'][target!='_top']").click(function(){ $("#actualcontent").load($(this).attr("href")); $("#nav").load('nav.php'); window.location.hash=$(this).attr("href"); return false; }); });