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