$(document).ready(function(){
 	$("a[href^='http']:not([href*='www.hawthornpublications.com'])").click(function(){
	 window.open(this.href);
	 return false;
	}).attr("title", "Opens in a new window");
});


