jQuery().ready(function($) {
	$("a[href^='http']").not("[href*='" + window.location.host + "']").not("[href*='images.gsqa.com']").attr('target','_blank').click(function(){});
	$("a[href*='.pdf']").attr('target','_blank').click(function(){});
});
