

function infoLinkClicked()
{
  var str = getActiveLink();
  str = str.replace("#", "=");
  
  location.href = "http://www.realatletico.net?" + str;   
}