summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@anderson.cs.unc.edu>2008-01-15 10:23:19 -0500
committerBjoern Brandenburg <bbb@anderson.cs.unc.edu>2008-01-15 10:23:19 -0500
commitb8abf5f43722562758538756ea612d40d7b4a862 (patch)
tree9eb81dae418cd2c857a8c4fc781ca1eee10d3cda
parent37a95acc818ca153a7c1451afe31d6ee61716931 (diff)
added IBM and Google Analytics
-rw-r--r--index.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/index.html b/index.html
index a68ec56..42baa57 100644
--- a/index.html
+++ b/index.html
@@ -62,7 +62,7 @@
62 <div class="box"> 62 <div class="box">
63 <p class="nomargin"> 63 <p class="nomargin">
64 The LITMUS<sup>RT</sup> development effort is being supported by grants from 64 The LITMUS<sup>RT</sup> development effort is being supported by grants from
65 Intel Corp., The National Science Foundation (grant CCR 0615197), and The U.S. 65 Intel Corp., IBM Corp., The National Science Foundation (grant CCR 0615197), and The U.S.
66 Army Research Office (grant W911NF-06-1-0425). 66 Army Research Office (grant W911NF-06-1-0425).
67 </p> 67 </p>
68 </div> 68 </div>
@@ -368,5 +368,12 @@ make tests
368 368
369 369
370 </div> 370 </div>
371 </body> 371
372<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
373</script>
374<script type="text/javascript">
375_uacct = "UA-3184628-1";
376urchinTracker();
377</script>
378</body>
372</html> 379</html>