jQuery(document).ready(function($){
  $('a').click(function(){
    _gaq.push(['_trackEvent', 'outgoing', $(this).attr('href')]);
  });
});