// onclick="linkEvent(this, 'Outbound Links', 'example.com', '');return false;"
function linkEvent(link, category, action, label, window) {
  _gat._getTrackerByName()._trackEvent(category, action, label);
  if (window)
    setTimeout(window.open(link.href), 100);
  else
    setTimeout('document.location = "' + link.href + '"', 100);
}

function buttonEvent(category, action, label) {
  _gat._getTrackerByName()._trackEvent(category, action, label);
}


