// GA tracking code HAS TO BE split up into 2 files, otherwise it will not work properly !!!
try {
	var pageTracker = _gat._getTracker("UA-3636220-1");
	pageTracker._setDomainName(".example.com");
	pageTracker._trackPageview();

} catch(err) {}