view js/google_analytics.js @ 19:792475dd63f3 judyates

fixed problem with images not loadgin
author Robert McIntyre <rlm@mit.edu>
date Fri, 22 Jul 2011 13:43:55 -0400
parents 903b91a97990
children
line wrap: on
line source
1 var _gaq = _gaq || [];
2 _gaq.push(['_setAccount', 'UA-24471363-1']);
3 _gaq.push(['_trackPageview']);
5 (function() {
6 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
7 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
8 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
9 })();