(function($, window, undefined){

    $(function() {
        $('a[rel=external]').click(function(){
          this.target = "_blank";
        });
    })

})(jQuery, window);
