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