$('tr.forum').find('a').off().on('click', function(){
    ga('send', 'event', 'Inpage-nav','Click', "Forum: " + $(this).text());
  });