|
@@ -18,3 +18,19 @@ _gaq.push(['_trackPageview']);
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
})();
|
|
|
+
|
|
|
+//Quantcast
|
|
|
+var _qevents = _qevents || [];
|
|
|
+
|
|
|
+(function() {
|
|
|
+var elem = document.createElement('script');
|
|
|
+elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
|
|
|
+elem.async = true;
|
|
|
+elem.type = "text/javascript";
|
|
|
+var scpt = document.getElementsByTagName('script')[0];
|
|
|
+scpt.parentNode.insertBefore(elem, scpt);
|
|
|
+})();
|
|
|
+
|
|
|
+_qevents.push({
|
|
|
+qacct:"p-4UQY7SYFeUHE_"
|
|
|
+});
|