var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2833321-6'], ['_setDomainName', 'none'], ['_setAllowLinker', true], ['_setAllowHash', false], ['_trackPageview'], ['_trackPageLoadTime']);
//_gaq.push(['_setAccount', 'UA-25250281-1'], ['_setDomainName', 'none'], ['_setAllowLinker', true], ['_setAllowHash', false], ['_trackPageview'], ['_trackPageLoadTime']);
//UA-25250281-1
(function() {
   if (!window._gaScriptLoaded) {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      window._gaScriptLoaded = true;
      }
   })();

function recordOutboundLink(link, category, action) {
  var a = _gat._getTrackerByName();
  a._trackEvent(category, action);
  setTimeout('document.location = "' + link.href + '"', 100);
}

function recordOutboundLinkNoRedirect(category, action, label) {
  var a = _gat._getTrackerByName();
  a._trackEvent(category, action, label);
  return true;
}

function recordOutboundLinkNewWindow(link, category, action) {
  var a = _gat._getTrackerByName();
  a._trackEvent(category, action);
  setTimeout('window.open("' + link.href + '")', 100);
}
