...
|
...
|
@@ -39,17 +39,6 @@ var _gaq = _gaq || []; |
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
})();
|
|
|
(function() {
|
|
|
var hm = document.createElement("script");
|
|
|
hm.src = "http://static.criteo.net/js/ld/ld.js";
|
|
|
hm.async = 1;
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
var u = _ozuid || "";
|
|
|
u = (u == 0) ? "" : u;
|
|
|
window.criteo_q = window.criteo_q || [];
|
|
|
window.criteo_q.push({event: "setAccount", account: 16184 },{event: "setCustomerId", id: u},{event: "setSiteType", type: "d" },{event: "viewHome" });
|
|
|
})();
|
|
|
}
|
|
|
if (window.addEventListener) {
|
|
|
window.addEventListener('load', async_load, false);
|
...
|
...
|
|