Basic skeleton for static website
[speedfreak] / Server / application / views / pages / tracking.php
diff --git a/Server/application/views/pages/tracking.php b/Server/application/views/pages/tracking.php
new file mode 100644 (file)
index 0000000..0915d1b
--- /dev/null
@@ -0,0 +1,29 @@
+<!-- Quantcast -->
+       <script type="text/javascript">
+       _qoptions={
+       qacct:"p-7cWGYT9IyknYs"
+       };
+       </script>
+       <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
+       <noscript>
+       <img src="http://pixel.quantserve.com/pixel/p-7cWGYT9IyknYs.gif" style="display: none;" border="0" height="1" width="1"/>
+       </noscript>
+<!-- /Quantcast -->
+
+<!-- Compete -->
+       <script type="text/javascript">
+           __compete_code = '6274cefdf710bb98ba3b3393cea02554';
+           (function () {
+               var s = document.createElement('script'),
+                   d = document.getElementsByTagName('head')[0] ||
+                       document.getElementsByTagName('body')[0],
+                   t = 'https:' == document.location.protocol ?
+                       'https://c.compete.com/bootstrap/' :
+                       'http://c.compete.com/bootstrap/';
+               s.src = t + __compete_code + '/bootstrap.js';
+               s.type = 'text/javascript';
+               s.async = 'async';
+               if (d) { d.appendChild(s); }
+           }());
+       </script>
+<!-- /Compete -->
\ No newline at end of file