Add GA tracking javascript

git-svn-id: https://svn.apache.org/repos/asf/wink/site/trunk@1467566 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/templates/index.html b/templates/index.html
index 565e50e..5dd314a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -25,7 +25,7 @@
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -113,6 +113,18 @@
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="{{base}}assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="{{base}}assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>