addTarget_blank
$('a[href^=http]').not('[href*="'+location.hostname+'"]').attr('target', '_blank');
$('a[href^=http]').attr('target', '_blank');