$(document).ready(function(){
$('a[rel="external"]')
  .attr({
    target: "_blank", 
    title: "Opens in a new window"
  });
});
