/*
* Toyota - Google Analytics Tracking Library
* Version: 1.0.2 2010-09-06
* Created by Panalysis www.panalysis.com
*/
var _gaSettings = {
	_lid: 'UA-7276741-14',
	_sid: 'UA-7276741-15',
	AccountID:'',
	DomainName: '',
	Path: "/",
	init: function()
	{
		if (window.location && window.location.hostname.toLowerCase().indexOf('charity') > -1)
			this.AccountID = this._sid;
		else
			this.AccountID = this._lid;
		

	}
};
_gaSettings.init();
var _gaq = _gaq || [];
_gaq.push(['_setAccount', _gaSettings.AccountID]);
_gaq.push(['_setAllowHash',false]);
_gaq.push(['_setAllowLinker',true]);
if(_gaSettings.DomainName != "")
	_gaq.push(['_setDomainName',_gaSettings.DomainName]);
else
	_gaq.push(['_setDomainName','none']);
_gaq.push(['_setCookiePath',_gaSettings.Path]);
_gaq.push(['_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);
})();
