$(document).ready(function () {
  if (typeof pageTracker == 'function') {
    $('a').each(function () {
      if (this.href.indexOf(location.href.split('index.html')[2])) {
        $(this).click(function () {
          pageTracker._trackPageview('/outbound/'+this.href.substring(7));
        });
      }
    });
  }
});