ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/footer.html
Revision: 147
Committed: Wed Jul 16 00:32:13 2008 UTC (15 years, 9 months ago) by laffer1
Content type: text/html
File size: 593 byte(s)
Log Message:
Add "new" google tracking code instead of the old method.

File Contents

# Content
1 <!-- BEGIN FOOTER -->
2 <div id="footer">
3 <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2008 Lucas Holt
4 </p>
5
6 <script type="text/javascript">
7 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
8 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
9 </script>
10 <script type="text/javascript">
11 var pageTracker = _gat._getTracker("UA-560995-2");
12 pageTracker._initData();
13 pageTracker._trackPageview();
14 </script>
15
16 </div>
17 <!-- END FOOTER -->