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