 $(document).ready(function(){

  // external links
  $("a[rel*='external']").click(function(event){
    this.target = "_blank";
  });

 });
