// used to trigger the tracking via Google Analytics clicks of actual links offsite to sponsors http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55527

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

