$(document).ready(function() {
   $("a.external").click(function(){
      this.target = "_blank";
   });
});

