jQuery(function() {

    //Add target="_blank" to any rel="external"
    jQuery('a[rel=external]').attr('target', '_blank');

});

