var trackerId = "UA-950385-1";

function _checkGAT() {
  if (typeof _gat == 'undefined') { 
    setTimeout(_checkGAT, 200); 
  } else {
    try {
      var pageTracker = _gat._getTracker(trackerId);
      pageTracker._trackPageview();
    } catch(err) {}
  }
}

Event.observe(window, 'load', function(e) {
	$$('head').first().appendChild(new Element('script', { 
		src: ("https:" == document.location.protocol) ? 
				"https://ssl." : "http://www." +
				"google-analytics.com/ga.js"
	}));

	_checkGAT();
});
