var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23426244-10'],
	  ['_setDomainName', 'none'],
	  ['_setAllowLinker', true],
	  ['setAllowHash', false],
	  ['_trackDownload'], // This is where gaAddons calls go
	  ['_trackOutbound'], // Showing three basic calls
	  ['_trackMailTo', {  // Sample call overwritting some defaults
		  onBounce:false,  // - Do not track if the page is a bounce
		  category:'email' // - Change the event label
	  }],
	  ['_trackPageview']);

(function() {
	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);
})();

