jQuery(document).ready(function(){
  jQuery("a[rel=external]").click(function(){
    this.target = "_blank";
  });
});;

