web/about.php
changeset 276 f7669b499d41
parent 251 d81cc587cc4d
child 536 5dd170a735e9
equal deleted inserted replaced
267:c0f6086290fd 276:f7669b499d41
    33 	<script type="text/javascript">
    33 	<script type="text/javascript">
    34 	
    34 	
    35 	  var _gaq = _gaq || [];
    35 	  var _gaq = _gaq || [];
    36 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
    36 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
    37 	  _gaq.push(['_trackPageview']);
    37 	  _gaq.push(['_trackPageview']);
       
    38 	  _gaq.push(['_setAllowAnchor', true]); 
    38 	
    39 	
    39 	  (function() {
    40 	  (function() {
    40 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    41 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    41 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    42 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    42 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    43 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);