var crossDomains = '(mohawkcollege.ca|mohawk.intelliresponse.com|mohawkviewbook.mcmaster.ca|www.learnfromexperience.ca)',
    baseDomain = location.hostname.match(RegExp(crossDomains + '$')),
	gaProdAccount = 'UA-7033263-1',
	_gaq = _gaq || [];
_gaq.push(['_setAccount', gaProdAccount],
	['_setDomainName', baseDomain],
	['_setAllowAnchor', true],
	['_setAllowLinker', true],
	['_trackPageview'], function() {
    if (/[#&]*__utm.+$/.test(location.hash)) {
        location.hash = location.hash.replace(/[#&]*__utm.+$/, '');
    }
});

(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';
    s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ga, s);
})();
