jQuery
(function($) {
     $('a[href*=://]').attr('target', '_blank');
 });

