diff options
| author | sostler <sbostler@gmail.com> | 2010-03-16 08:17:04 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-16 08:17:04 -0400 |
| commit | 0a9c5c4df26f3d8a9a322e6696667fab4be6676c (patch) | |
| tree | cdccd645402997bc0a648d6c7c0b0f33a10c2bb8 /static/index.html | |
| parent | 20fa5f469f7c289e7b0048d9d311e9d3a5cca7b2 (diff) | |
| parent | 68a356a3e49717aefed0a00d4ec0fd565b067d9f (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> |
