web/archives.php
changeset 276 f7669b499d41
parent 251 d81cc587cc4d
child 291 db1e6bfaa54e
equal deleted inserted replaced
267:c0f6086290fd 276:f7669b499d41
    42 		});
    42 		});
    43 
    43 
    44 		var _gaq = _gaq || [];
    44 		var _gaq = _gaq || [];
    45 		_gaq.push(['_setAccount', 'UA-23581291-1']);
    45 		_gaq.push(['_setAccount', 'UA-23581291-1']);
    46 		_gaq.push(['_trackPageview']);
    46 		_gaq.push(['_trackPageview']);
    47 		
    47 		_gaq.push(['_setAllowAnchor', true]); 
       
    48 	  
    48 		(function() {
    49 		(function() {
    49 		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    50 		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    50 		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    51 		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    51 		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    52 		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    52 		})();
    53 		})();