// JavaScript Document

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




