2013-05-28 02:15:01 +00:00
|
|
|
<!-- GoSquared Tracking -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
var GoSquared = {};
|
2013-07-14 04:55:29 +00:00
|
|
|
GoSquared.acct = "{{ GO_SQUARED }}"; // account number
|
2013-05-28 02:15:01 +00:00
|
|
|
(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);
|