$(document).ready( function()
{
  $('.news .quepuedohaceryo .texto-quepuedohaceryo a').click( function()
  {
    var titulo =  $('h1').text();
    var tema = $('div.tags').find('a:random').text(); //El selector random sólo funciona así.
    pageTracker._trackEvent('impacto social', titulo, tema );
    return true;
  });
});
