Changeset 1661 for cpc/trunk/project/web
- Timestamp:
- Oct 4, 2010, 5:29:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/js/fonctions.js
r1591 r1661 97 97 return(array); 98 98 } 99 100 // Google101 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");102 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));103 try {104 var pageTracker = _gat._getTracker("UA-10423931-2");105 pageTracker._trackPageview();106 } catch(err) {}
Note: See TracChangeset
for help on using the changeset viewer.