var iFrameTrackingEvent = function (label) {
var isOldIE = (navigator.userAgent.indexOf("MSIE") !== -1); // Detect IE10 and below
setTimeout(function () {
iFrameResize({heightCalculationMethod: isOldIE ? 'max' : 'lowestElement', log: false}, '#LEBIENETREPOURTOUS');
}, 400);
};