Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Give GoSquared a try
  • Loading branch information
Couto committed Apr 15, 2013
1 parent 53b6c6f commit ef15a85
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Expand Up @@ -43,5 +43,23 @@ <h1 class="placeholder tk-news-gothic-std"></h1>
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
// Experiment
var GoSquared = {};
GoSquared.acct = "GSN-001793-V";
(function(w){
function gs(){
w._gstc_lt = +new Date;
var d = document, g = d.createElement("script");
g.type = "text/javascript";
g.src = "//d1l6p2sc9645hc.cloudfront.net/tracker.js";
var s = d.getElementsByTagName("script")[0];
s.parentNode.insertBefore(g, s);
}
w.addEventListener ?
w.addEventListener("load", gs, false) :
w.attachEvent("onload", gs);
})(window);
</script>
</body>
</html>

0 comments on commit ef15a85

Please sign in to comment.