$(document).ready(function(){
    $('a[rel=external]').click(function(e){ 
        open(this.href); 
        e.preventDefault(); 
    }); 
});
