/*outbound link delay code (Modified)*/

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

