(function($) {
	$(document).ready(function() {
		/* Offsite Links Open In New Window (target: _blank) */
		$('a:not([href^="http://' + window.location.host + '"])').attr("target", "_blank");		
	});
})(jQuery);