281 | | <script type="text/javascript"> |
282 | | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
283 | | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 281 | <!-- Google Analytics --> |
| 282 | <script> |
| 283 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 284 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 285 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 286 | })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 287 | |
| 288 | ga('create', 'UA-52447-27', 'auto'); |
| 289 | ga('send', 'pageview'); |