jQuery(document).ready(function(){
      jQuery('A[rel="_blank"]').each(function(){
           jQuery(this).attr('target', '_blank');
      });
});
