web/embed_form.php
changeset 276 f7669b499d41
parent 233 10d6fd6ce9ab
child 536 5dd170a735e9
equal deleted inserted replaced
267:c0f6086290fd 276:f7669b499d41
    42 	<script type="text/javascript">
    42 	<script type="text/javascript">
    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 	  _gaq.push(['_setAllowAnchor', true]); 
       
    48 	
    47 	
    49 	
    48 	  (function() {
    50 	  (function() {
    49 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    51 	    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';
    52 	    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);
    53 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);