diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-15 23:12:32 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-15 23:12:32 -0400 |
| commit | d2bcd70e8ec45d2e265387665c06e75c66c40797 (patch) | |
| tree | acf2abced5e498ce3597fb33e69aab7e35b9bf5a /static/index.html | |
| parent | 7a3bf6cf4266b4c431d42ac57a070dffda6a4084 (diff) | |
| parent | 67668085e7ea9c1638eab0c4a8ffd584316c0c5c (diff) | |
Merged
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index ed97c85..da98e29 100755 --- a/static/index.html +++ b/static/index.html @@ -213,6 +213,15 @@ label { <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big"> </div> +<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-12364576-1"); +pageTracker._trackPageview(); +} catch(err) {}</script> </body> </html> |
