$(function(){
  $('div.sites_grupo ul a').each(function(index, href){
    $(this).attr('onclick', "pageTracker._trackPageview('"+href+"')");
  });
});

