// Slightly delay the execution of external links to facilitate Google Analytics Link Tracking
function recordOutboundLink(link, category, action) {
  try {
    var pageTracker=_gat._getTracker("UA-240458-11");
    pageTracker._trackEvent(category, action);
    setTimeout('document.location = "' + link.href + '"', 100)
  }catch(err){}
}
