jQuery(document).ready(function($) {
    // open external links into a new window
    $('a[rel*=external]').each(function(i){this.target='_blank';});
});
