diff options
author | pbowen <pbowen> | 2010-05-13 16:00:16 +0000 |
---|---|---|
committer | pbowen <pbowen> | 2010-05-13 16:00:16 +0000 |
commit | eb84fe53195ee83626524331b1afc24273f5dae6 (patch) | |
tree | e03297d89303dd66a2234c814184a797f0f85428 /elements/footer.html | |
parent | a9e06e3056c6729dc225adfd1d71614d7d785680 (diff) |
Move the google analytics code to the bottom of the page.
Diffstat (limited to 'elements/footer.html')
-rw-r--r-- | elements/footer.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/elements/footer.html b/elements/footer.html index 47c2ed8..c241ed8 100644 --- a/elements/footer.html +++ b/elements/footer.html @@ -18,5 +18,17 @@ </td> </tr> </table> -</div></body> +</div> +<!-- Google Analytics Code Start --> +<script type="text/javascript"> +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); +</script> +<script type="text/javascript"> +try { + var pageTracker = _gat._getTracker("UA-16375106-1"); + pageTracker._trackPageview(); +} catch(err) {}</script> +<!-- Google Analytics Code End --> +</body> </html> |