We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bb5b3 commit c064027Copy full SHA for c064027
index.html
@@ -1254,6 +1254,16 @@ <h2>
1254
1255
</section>
1256
1257
-
+ <script type="text/javascript">
1258
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
1259
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
1260
+ </script>
1261
1262
+ try {
1263
+ var pageTracker = _gat._getTracker("UA-18060688-20");
1264
+ pageTracker._trackPageview();
1265
+ } catch(err) {}
1266
1267
+
1268
</body>
1269
</html>
0 commit comments