23 | | |
24 | | {{{ |
25 | | #!html |
26 | | <script type="text/javascript"> |
27 | | |
28 | | var _gaq = _gaq || []; |
29 | | _gaq.push(['_setAccount', 'UA-33300113-1']); |
30 | | _gaq.push(['_trackPageview']); |
31 | | |
32 | | (function() { |
33 | | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
34 | | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
35 | | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
36 | | })(); |
37 | | |
38 | | </script> |
39 | | }}} |