/* G O O G L E   A N A L Y T I C S */
if ((document.domain.indexOf('wwwtest') < 0) &&
	(document.domain.indexOf('wwwdev') < 0) &&
	(document.domain.indexOf('turquoise') < 0)) {
    var _gaq = _gaq || [];
    _gaq.push(['ut._setAccount', 'UA-11887171-2'],
              ['ut._setAllowHash', false],
              ['ut._setDomainName', '.utexas.edu'],
              ['ut._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);
    })();
}

