$(document).ready(function(){
	var h = window.location.host.toLowerCase();
	$("a[href^='http']:not(a[href^='http://" + h + "']):not(a[href^='http://www." + h + "']),a[href$='.pdf']").attr("target", "_blank");
});
