From 3b0bf456ca9a3c76bc6f900cdea9b48530381ad3 Mon Sep 17 00:00:00 2001
From: Robohash <401330+e1ven@users.noreply.github.com>
Date: Fri, 8 Jul 2011 03:16:55 -0400
Subject: [PATCH] Spam Code

---
 templates/root.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/templates/root.html b/templates/root.html
index 0fa7f5c..4aede38 100644
--- a/templates/root.html
+++ b/templates/root.html
@@ -15,6 +15,7 @@ colin@robohash.org
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+	
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <title>RoboHash</title>
 <link href="/static/css/main.css" rel="stylesheet" type="text/css" />
@@ -538,6 +539,18 @@ All artwork used under license.
 
 
 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+<script type="text/javascript">
 
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-17094384-3']);
+  _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>