jQuery(document).ready(function() {
  jQuery("a[href^='http']").attr('target','_blank');
});
;

