function setTargetForExternalLinks() {
	$('a[href^="http"]').not('[href*="americanleatherman2009.com"]').attr('target','_blank');
}

$(function() {
	setTargetForExternalLinks();
});