(function(){
var isIE = window.navigator.userAgent.indexOf("MSIE ") > 0;
var ifr = document.createElement('iframe');
ifr.setAttribute('id', 'cto_iframe_4c6eb657cc');
ifr.setAttribute('frameBorder', 0);
ifr.setAttribute('allowtransparency', true);
ifr.setAttribute('hspace', 0);
ifr.setAttribute('marginwidth', 0);
ifr.setAttribute('marginheight', 0);
ifr.setAttribute('scrolling', 'no');
ifr.setAttribute('vspace', 0);
ifr.setAttribute('width', '728px');
ifr.setAttribute('height', '90px');
var container = document.getElementById('placeholderId_1');
if (container) { container.appendChild(ifr); }
var ifc = "\n";
ifc += "<"+"!DOCTYPE html>\n";
ifc += "<"+"html>\n";
ifc += " <"+"head>\n";
ifc += " <"+"meta name=\"format-detection\" content=\"telephone=no\"><"+"meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n";
ifc += " <"+"/head>\n";
ifc += " <"+"body><"+"div id=\'beacon_4c6eb657cc\' style=\'position: absolute; left: 0px; top: 0px; visibility: hidden;\'>\n";
ifc += "<"+"img width=\"0\" height=\"0\" src=\"http://cat.nl.eu.criteo.com/delivery/lg.php?cppv=1&cpp=Yc5HNnxySUZZVGU2RWFMaG8rdHJwQkgwWHpPSnlNS20rb1BPYzhhS1kyU3NGOE5IK2taM0lxRW8yUnQ2c21oWXVqVm5Ha1M0VXBxQTZmWWZoeWZHdG81TEZTMS9ZVFRjb0hBci9tY3Y1TnJOcUkwSVljTGpPY0E2RS9kVzZWSEFvT1JtZkpGcFBNbW1GMnoxclc3RTVSYjQ1SS9kelJ5RjFsU0lCdFhTRG1RbkR2dTNuRTd0RUhENC95UCtXdmNNZGRSWUlDSEVIUGRGM09lV3g0MjU4M3drK0hhUTQ1Yk9uZGhEZkh4UlVmbW1PazZJPXw%3D\"/>\n";
ifc += "<"+"/div>\n";
ifc += "<"+"/body>\n";
ifc += "<"+"/html>\n";
var fillIframe = function(ifrd) {
var getDocument = function(iframe) {
var result_document = iframe.contentWindow || iframe.contentDocument;
if (result_document && result_document.document)
result_document = result_document.document;
return result_document;
};
var c = getDocument(ifrd);
if (c) {
c.open();
c.write(ifc);
c.close();
}
};
var maxRetryAttempts = 100;
var loaded = false;
var pollIframe = function() {
var ifrd = document.getElementById('cto_iframe_4c6eb657cc');
if (ifrd && isIE) {
ifrd.onload = function() {
if(!loaded) {
loaded = true;
fillIframe(ifrd);
}
};
} else if (ifrd) {
loaded = true;
fillIframe(ifrd);
} else if (maxRetryAttempts-- > 0) {
setTimeout(pollIframe, 10);
}
};pollIframe();
})();