web/player_embed.php
changeset 276 f7669b499d41
parent 248 ffb0a6d08000
child 291 db1e6bfaa54e
equal deleted inserted replaced
267:c0f6086290fd 276:f7669b499d41
    72 	<script type="text/javascript">
    72 	<script type="text/javascript">
    73 	
    73 	
    74 	  var _gaq = _gaq || [];
    74 	  var _gaq = _gaq || [];
    75 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
    75 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
    76 	  _gaq.push(['_trackPageview']);
    76 	  _gaq.push(['_trackPageview']);
       
    77 	  _gaq.push(['_setAllowAnchor', true]); 
       
    78 	
    77 	
    79 	
    78 	  (function() {
    80 	  (function() {
    79 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    81 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    80 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    82 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    81 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    83 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);