web/client.php
changeset 276 f7669b499d41
parent 251 d81cc587cc4d
child 291 db1e6bfaa54e
equal deleted inserted replaced
267:c0f6086290fd 276:f7669b499d41
   222 	<script type="text/javascript">
   222 	<script type="text/javascript">
   223 	
   223 	
   224 	  var _gaq = _gaq || [];
   224 	  var _gaq = _gaq || [];
   225 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
   225 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
   226 	  _gaq.push(['_trackPageview']);
   226 	  _gaq.push(['_trackPageview']);
       
   227 	  _gaq.push(['_setAllowAnchor', true]); 
   227 	
   228 	
   228 	  (function() {
   229 	  (function() {
   229 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   230 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   230 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   231 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   231 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
   232 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);