$(document).ready(function() {
     $.expr[':'].external = function(obj){
       return !obj.href.match(/^mailto:/)
         && (obj.hostname != document.location.hostname);
     };
     $('a:external').click(function(){
       _gaq.push(['_trackEvent','Outbound','Link',$(this).attr('href')]);
     });
});

