jQuery(document).ready(function() {
    // Opening links in a new window
    jQuery("a[rel='external']").attr('target', '_blank');
});
