equal
deleted
inserted
replaced
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); |