  function recordOutboundLink(link, category, action, label) {
    _gat._getTrackerByName()._trackEvent(category, action, label);
    setTimeout('document.location = "' + link.href + '"', 100);
  }
  
  /* Google Analytics - records stats for outbound links
  http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55527 */

