function recordOutboundLink(link, category, action) {
  try {
    var pageTracker=_gat._getTracker("UA-2446810-1");
    pageTracker._trackEvent(category, action);
    if (link.target == "_blank") {
         window.open(link.href);
    } else {
        setTimeout('document.location = "' + link.href + '"', 100)
   }
  }catch(err){}
}
