$(document).ready(function(){
  $('.tracking').click(function(){

    pageTracker._trackPageview(this.rel);

  });
})