function recordOutboundLink(link, category, action) {
  try{
    var pageTracker = _gat._getTracker("UA-2214365-1");
    pageTracker._trackEvent('/outgoing/' + category, action);
    setTimeout('window.open("' + link.href + '")', 100)
  } catch(err) {}
}
