CINXE.COM
FOTO - Motori.ilmessaggero.it
<!DOCTYPE html> <html lang="it" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/"> <head> <link rel="shortcut icon" href="/ilmessaggero-favicon.ico"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@400;700&display=swap" rel="stylesheet"> <link href="/css/main.css?m258346" rel="stylesheet"> <script> function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i < ca.length; i++) { let c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function setCookie(cname,cvalue,exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } async function sha256(message) { const msgBuffer = new TextEncoder().encode(message); const hashBuffer = await crypto.subtle.digest('SHA-256', msgBuffer); const hashArray = Array.from(new Uint8Array(hashBuffer)); const hashHex = hashArray.map(b => b.toString(16).padStart(2, '0')).join(''); return hashHex; } function getUserInfoFromCookie(key) { let defaultUserInfo = { mail: null, sha256_mail: null, md5_mail: null, base64_mail: null, loggato: 0, abbonato: 0 }; let cookieValue = getCookie('user_info'); if (cookieValue) { try { let jsonString = atob(cookieValue); let userInfo = JSON.parse(jsonString); userInfo = { ...defaultUserInfo, ...userInfo }; if (key) { return userInfo[key] !== undefined ? userInfo[key] : defaultUserInfo[key]; } else { return userInfo; } } catch (e) { console.error('Errore nella decodifica o nel parsing del cookie:', e); } } else { console.log('Cookie user_info non trovato'); return key ? defaultUserInfo[key] : defaultUserInfo; } return null; } </script> <script> var impostazioni_testata = { oneSignal_appId: '', oneSignal_safari_web_id: '', fb_appId: '', load_on_cookielaw_accepted: true, dfp: { load_method: 'instant', lazy: false}, outbrain: { load_method: 'first-interaction', }, noddus: { load_method: 'first-interaction', }, jwplayer_config: '20210401', disable_video_float_on_non_adv_content: true, messaggio_paywall: '', account_domain: 'https://account.ilmessaggero.it', assets_domain: 'https://statics.cedscdn.it/utils', sso: 1}; const isPreview = 0; </script> <script> (function(w, d) { var userFirstInteraction = false, initFunction = function() { if (!userFirstInteraction) { userFirstInteraction = true; w.removeEventListener("scroll", initFunction); d.removeEventListener("touchstart", initFunction); _trigger("first-interaction"); } }; w.addEventListener("scroll", initFunction); d.addEventListener("touchstart", initFunction); w.addEventListener("load", function() { if (!userFirstInteraction) { setTimeout(function() { if (!userFirstInteraction) { initFunction(); } }, 5251); } }); })(window, document); var _trigger = _waitFor = _waitOnceFor = function() {}; (function() { //Polyfill Object.values Object.values=function(e){return Object.keys(e).map(function(n){return e[n]})}; //Polyfill Object.assign() Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:function(e,r){"use strict";if(null==e)throw new TypeError("Cannot convert first argument to object");for(var t=Object(e),n=1;n<arguments.length;n++){var c=arguments[n];if(null!=c){c=Object(c);for(var o=Object.keys(Object(c)),a=0,b=o.length;a<b;a++){var i=o[a],l=Object.getOwnPropertyDescriptor(c,i);void 0!==l&&l.enumerable&&(t[i]=c[i])}}}return t}}); var _eventsPassed = {}, _events = [], _eventsQueue = {}; function areDependenciesSatisfied(dependencies) { if (!dependencies) { return true; } if (typeof dependencies == "string") { return dependencies in _eventsPassed; } if (typeof dependencies == "object" && dependencies.length) { for (var k=0; k < dependencies.length; k++) { if (typeof dependencies[k] == "object" && dependencies[k].length) { var allDone = true; for (var k_and=0; k_and < dependencies[k].length; k_and++) { if (typeof dependencies[k][k_and] != "string") { CED.error("Dependencies is not in a valid format, event cannot be called (ERR 3)", dependencies, k, k_and); allDone = false; break; } if (!(dependencies[k][k_and] in _eventsPassed)) { allDone = false; break; } } if (allDone) return true; } else { CED.error("Dependencies is not in a valid format, event cannot be called (ERR 2)", dependencies, k); return false; } } } else { CED.error("Dependencies is not in a valid format, event cannot be called (ERR 1)", dependencies); return false; } return false; } function execTriggerOnQueuedItem(event, event_id) { if (!event_id in _events) { return false; } if (!areDependenciesSatisfied(_events[event_id].dependencies)) { return false; } if(_events[event_id].initializing && _events[event_id].executions > 0) { return false; } if (_events[event_id].maxExecutions && _events[event_id].executions >= _events[event_id].maxExecutions) { return -1; } try { _events[event_id].cb.apply(null, _eventsPassed[event]); } catch (e) { CED.error("_trigger: error in callback for event", event, _eventsPassed[event], e); } _events[event_id].executions++; if (typeof jQuery === "function") { var params = Object.values(Object.assign({}, _eventsPassed[event])); params.shift(); try { jQuery(window).trigger(event, params); } catch(e) { CED.error(e); } } } _trigger = function(event, params, unique) { unique = typeof unique == "boolean" ? unique : false; params = typeof params == "undefined" ? [] : (typeof params == "object" && params.length ? params : [params]); if (!event || typeof event != "string" || !(event = sanitizeEventName(event))) { CED.error("event is not valid", event, "expected not empty string"); return false; } if (unique && _eventsPassed[event]) { CED.debug("evento ",event, " non inoltrato perché richiesta modalità `unica` e evento già inviato in precedenza con parametri", _eventsPassed[event]); return false; } params.unshift(null); _eventsPassed[event] = Object.values(Object.assign({}, params)); if (!_eventsQueue[event] || typeof _eventsQueue[event] !== "object" || typeof _eventsQueue[event].length === "undefined") { _eventsQueue[event] = []; } for (var k=0; k < _eventsQueue[event].length; k++) { let event_id = _eventsQueue[event][k]; if (-1 === execTriggerOnQueuedItem(event, event_id)) { dequeueEventID(_events[event_id].dependencies, event_id); } } _eventsQueue[event].push = function(obj) { Array.prototype.push.call(_eventsQueue[event], obj); let event_id = _eventsQueue[event][_eventsQueue[event].length - 1]; if (-1 === execTriggerOnQueuedItem(event, event_id)) { dequeueEventID(_events[event_id].dependencies, event_id); } } execTriggerOnDomElements(event); } function execTriggerOnDomElements(event) { var scriptElements = document.querySelectorAll("script.on" + event + "[type='text/plain']"); for (i = 0; i < scriptElements.length; i++) { var cln = document.createElement('script'); if (scriptElements[i].getAttribute('src')) { cln.setAttribute('src', scriptElements[i].getAttribute('src')); } else if (scriptElements[i].getAttribute('data-src')) { cln.setAttribute('src', scriptElements[i].getAttribute('data-src')); } else { cln.innerHTML = scriptElements[i].innerHTML; } if (scriptElements[i].getAttribute('onload')) { cln.setAttribute('onload', scriptElements[i].getAttribute('onload')); } cln.type = 'text/javascript'; cln.id = scriptElements[i].id; scriptElements[i].parentElement.appendChild(cln); scriptElements[i].remove(); } var linkElements = document.querySelectorAll("link.on" + event + "[data-href]"); for (i = 0; i < linkElements.length; i++) { linkElements[i].href = linkElements[i].getAttribute('data-href'); linkElements[i].removeAttribute('data-href'); linkElements[i].classList.remove("on" + event); } var iframeElements = document.querySelectorAll("iframe.on" + event + "[data-src]"); for (i = 0; i < iframeElements.length; i++) { iframeElements[i].src = iframeElements[i].getAttribute('data-src'); iframeElements[i].removeAttribute('data-src'); iframeElements[i].classList.remove("on" + event); } } function queueEventID(event, event_id) { if (typeof event == "string") { _eventsQueue[event] = _eventsQueue[event] || []; _eventsQueue[event].push(event_id); } else if(typeof event == "object" && event.length) { for (var k=0; k < event.length; k++) { queueEventID(event[k], event_id); } } } function dequeueEventID(event, event_id) { if (typeof event == "string") { var index = _eventsQueue[event].indexOf(event_id); _eventsQueue[event].splice(index, 1); } else if(typeof event == "object" && event.length) { for (var k=0; k < event.length; k++) { dequeueEventID(event[k], event_id); } } } function sanitizeEventsArray(event) { if (typeof event == "string") { return isValidEventName(event) ? [[sanitizeEventName(event)]] : -5; } if (typeof event == "object" && event.length) { var sanitizedArray = [], allString = true; for (var i=0; i<event.length; i++) { if (typeof event[i] == "object" && event[i].length) { allString = false; var obj = []; for (var k=0; k<event[i].length; k++) { if (typeof event[i][k] == "string") { var sanitizedEvent = sanitizeEventName(event[i][k]); if (!sanitizedEvent) return -4; obj.push(sanitizedEvent); } else { return -3; } } sanitizedArray.push(obj); } else if (typeof event[i] == "string") { var sanitizedEvent = sanitizeEventName(event[i]); if (!sanitizedEvent) return -2; sanitizedArray.push(sanitizedEvent); } else { return -1; } } return allString ? [sanitizedArray] : sanitizedArray; } return 0; } function isValidEventName(event) { return !event.match(/^\d+$/); } function sanitizeEventName(event) { return event.replace(/[\. ]/g, '-'); } _waitFor = function(event, cb, maxExecutions) { if (typeof cb != "function") { CED.error("_waitFor: callback is not a function", event, cb); return; } maxExecutions = parseInt(maxExecutions); maxExecutions = maxExecutions || 0; var sanitized_event = sanitizeEventsArray(event); if (!sanitized_event || sanitized_event <= 0) { CED.error("Dependencies is not a valid format, event cannot be called (ERR 0."+parseInt(sanitized_event)+")", event); return false; } _events.push({ maxExecutions: maxExecutions, initializing: true,executions: 0, cb: cb, dependencies: sanitized_event }); var event_id = _events.length-1; queueEventID(sanitized_event, event_id); _events[event_id].initializing = false; } _waitOnceFor = function(event, cb) { _waitFor(event, cb, 1); } document.addEventListener("DOMContentLoaded", function(){ for(var event in _eventsPassed) execTriggerOnDomElements(event); }); })(); var CED = (function(){ function getRandomArbitrary(min, max) { return Math.round(Math.random() * (max - min)) + min; } function getRandomColor(min, max) { return 'rgb(' + getRandomArbitrary(min, max) + ',' + getRandomArbitrary(min, max) + ',' + getRandomArbitrary(min, max) + ')'; } var prefix = "CED", baseStyle = "display: inline-block; color: #fff; background: <bgcolor>; padding: 1px 4px; border-radius: 3px;"; logger = { log: console.log.bind(window.console, "%c"+prefix, baseStyle.replace('<bgcolor>','green')), error: console.error.bind(window.console, "%c"+prefix, baseStyle.replace('<bgcolor>','red')), debug: console.debug.bind(window.console, "%c"+prefix, baseStyle.replace('<bgcolor>',getRandomColor(50,255))), version: 1721386235, remoteL: function(message, xhr) { xhr = new XMLHttpRequest() //open a get request with the remote server URL xhr.open("GET", atob("aHR0cHM6Ly90cmFjay5jZWRzZGlnaXRhbC5pdC9zZXJ2aWNlL2pzbC5waHA/")+"a="+encodeURIComponent(document.location.href.split('?')[0].split('#')[0])+'&chk='+btoa("ceds-"+JSON.stringify(message))); //send the Http request xhr.send() } }; return logger; })(); function loadScript(url, cb) { cb = typeof cb == "function" ? cb : function(){}; var e = document.createElement('script'); e.type = "text/javascript"; e.async = true; if (e.readyState) { e.onreadystatechange = function(){ if (e.readyState == "loaded" || e.readyState == "complete") { e.onreadystatechange = null; cb(); } } } else { e.onload = cb; } e.src = url; document.head.insertAdjacentElement("beforeend", e); } (function(){ var CedsWNVManager = function() { window.onScrollCallbacks = typeof onScrollCallbacks == "object" && onScrollCallbacks.length ? onScrollCallbacks : []; var checkEvery = 200, tag = "CedsWNV:", handlers = [], scrollerCheckerStarted = false; function startScrollerChecker(checkEvery) { if (scrollerCheckerStarted) return; scrollerCheckerStarted = true; var didScroll, lastScrollTop = 0, maxVoidExecutions = 5, voidExecutions = 0, checkerInterval = null; checkEvery = parseInt(checkEvery); checkEvery = checkEvery >= 50 ? checkEvery : 200; window.addEventListener("scroll", function(event){ didScroll = true; if (!checkerInterval) { checkerInterval = setInterval(function() { if (didScroll) { voidExecutions = 0; hasScrolled(); didScroll = false; } else { voidExecutions++; if (voidExecutions > maxVoidExecutions) { clearInterval(checkerInterval); checkerInterval = null; } } }, checkEvery); } }); function hasScrolled() { var st = window.scrollY; for (var i=0; i < onScrollCallbacks.length; i++) { if( typeof onScrollCallbacks[i] == "function") { setTimeout(onScrollCallbacks[i], 1, st, lastScrollTop); } else { CED.debug(tag, "not a callback"); } } lastScrollTop = st; } hasScrolled(); } this.watch = function(element, callback, user_options) { if (!element) { CED.error(tag, "element is not a DOM element!"); return false; } if (typeof callback != "function") { CED.error(tag, "callback is not a functions!"); return false; } this.options = { checkInterval: 300,offset: window.innerHeight,stopListenOnTrigger: true}; if (typeof user_options == "object") { for (var key in this.options) { if (key in user_options) { this.options[key] = user_options[key]; } } } var _this = this, placeholderElement = null; if (!element.offsetParent) { placeholderElement = document.createElement('i'); placeholderElement.style.width = 0; placeholderElement.style.height = 0; placeholderElement.style.opacity = 0; element.insertAdjacentElement("afterend", placeholderElement); } function getElementPositionRect() { if (placeholderElement) { return placeholderElement.getBoundingClientRect(); } else { return element.getBoundingClientRect(); } } function nearViewport() { var bb = getElementPositionRect(); return !(bb.top - _this.options.offset > window.innerHeight || bb.bottom < 0); } handlers.push({ executeEvery: this.options.checkInterval, isNearViewport: nearViewport, callback: callback, stopListenOnTrigger: this.options.stopListenOnTrigger, lastChecked: 0 }); startScrollerChecker(); }; function handleOnScroll(scrollTop, previousScrollTop) { var now = Math.round(new Date().getTime() / 1000); for (var i=0; i<handlers.length; i++) { if (!handlers[i].lastChecked || (now - handlers[i].lastChecked) >= handlers[i].executeEvery) { if (handlers[i].isNearViewport()) { handlers[i].callback(); if (handlers[i].stopListenOnTrigger) { handlers.splice(i, 1); i--; } } } } } onScrollCallbacks.push(handleOnScroll); } window.CedsWNV = new CedsWNVManager(); })(); (function() { _waitFor('DOMElementChanged', function(undefined, domElement) { var lazyEmbeds = domElement.querySelectorAll('.wnv-lazy'); if (lazyEmbeds) { for (var i = 0; i < lazyEmbeds.length; i++) { (function (k) { CedsWNV.watch(lazyEmbeds[k], function () { lazyEmbeds[k].src = lazyEmbeds[k].getAttribute('data-src'); lazyEmbeds[k].removeAttribute('data-src'); CED.log("WNV Lazy", lazyEmbeds[k].src); }); })(i) } } }); })(); (function(){ document.addEventListener('DOMContentLoaded', function(){ _trigger('ready'); }); })(); (function(){ window.addEventListener('load', function(){ _trigger('load'); }); })(); (function(w){ w.c_advs = w.c_advs || []; window.AdvManager = new function() { var advs = {}; advs.push = function(adv_id) { if (advs[adv_id]) return; advs[adv_id] = { id: adv_id, rendered: false, isEmpty: false, source: null, size: null }; _waitFor("adv_render_ended_" + adv_id, function(_, slot, source, isEmpty, size) { advs[adv_id].isEmpty = isEmpty; advs[adv_id].source = source; advs[adv_id].rendered = true; advs[adv_id].size = size; if (isEmpty) _trigger("advs."+adv_id+".hidden", [advs[adv_id]]); else _trigger("advs."+adv_id+".shown", [advs[adv_id]]); }); }; w.c_advs.push = function(adv_id) { advs.push(adv_id); }; while (w.c_advs.length) advs.push(w.c_advs.pop()); this.getAdvs = function(){ return Object.values(advs).filter(function(v){return typeof v != "function"}); }; this.exists = function(adv_id) { if (!advs[adv_id]) return false; return advs[adv_id].rendered && !advs[adv_id].isEmpty; }; }; })(window); (function(w){ w.googletag = w.googletag || {}; w.googletag.cmd = w.googletag.cmd || []; w.googletag.cmd.push(function(){ w.googletag.pubads().addEventListener('slotRenderEnded', function(event) { var slotId = event.slot.getSlotElementId().replace('adv_', ''); (w.c_advs = w.c_advs || []).push(slotId); _trigger("adv_render_ended_" + slotId,[event.slot, "dfp", event.isEmpty, event.size]); _trigger("adv_render_ended_" + event.slot.getSlotElementId(), [event.slot, "dfp", event.isEmpty, event.size]); }); w.googletag.pubads().addEventListener('impressionViewable', function(event) { _trigger("adv_impression_viewable_" + event.slot.getSlotElementId(), event.slot); }); }); })(window); (function(){ window.doesPurposeHaveConsent = function(purpose) { return typeof cookieLawPurposes == "object" && cookieLawPurposes[purpose]; } })(); (() => { _waitOnceFor('ready', () => { if (typeof PaywallMeter == "undefined" && !(function(a,b){ var scripts = document.querySelectorAll("script"); for(var i=0; i < scripts.length; i++) { if ((scripts[i].getAttribute('src')+'').indexOf(a+b) > 0 || (scripts[i].getAttribute('data-src')+'').indexOf(a+b) > 0 || (scripts[i].innerText.indexOf(a+b)+'') > 0) return true; } return false; })(impostazioni_testata.assets_domain.replace("https://", ""),'/js/PaywallMeter.js')){ _trigger('no_paywall'); CED.debug("PAYWALL - not found"); } else { CED.debug("PAYWALL - found"); setTimeout(function(){ if (typeof PaywallMeter == "undefined") { CED.log("!!! Paywall trovato in pagina ma non avviato entro il tempo limite, lo considero non attivato."); _trigger('no_paywall'); } },10 * 1000) } }); })(); (() => { window.getInfoSezione = function() { var sez = ssez = paths = null; try { var parts = location.pathname.split('?')[0].split('/'); var paths = parts.filter((x)=>x.length && !x.match(/\.html$/)); var article = parts.filter((x)=>x.length && x.match(/\.html$/))[0]; sez = paths.length > 0 ? paths[0] : ''; ssez = paths.length > 1 ? paths[1] : ''; } catch(e) { } return { full: paths.join('/'), split: paths, sez: sez, ssez: ssez }; }; })(); (() => { let canShowToasts = false; _waitFor('toast.set', (_, status) => { canShowToasts = !! status; }); _waitFor('socialbar_enabled', (_, user) => { if (!user.messages || !canShowToasts) return; function create({message, type, icon_url}, i, bottom_distance) { var style = 'bottom:'+bottom_distance+'px'; if(type == 'danger') { style += ';background:#f36764;border-color:#df4a47;color:#fff'; } else { style += ';background:#d8dce5;border-color:#d3d8e3;color:#333'; } let iconHtml = icon_url ? (icon_url.match(/^(https?:)?\/\//) ? `<img src="${icon_url}" alt="avviso" width="24" style="vertical-align:middle; margin-right: .7em" />` : icon_url) : ''; let div = document.createElement('div'); if (window.innerWidth < 500) { style += ';right: 4vw; width: 92vw; max-width: 92vw;' } else { style += ';right: 1em; max-width: 70vw;' } div.innerHTML = ` <div class="toast ${type.replace(/"/g,'\"')}" style="box-sizing:border-box;cursor:pointer;overflow:hidden;position:fixed;z-index:99999;font-size:14px;padding: 1em 2em;box-shadow: 1px 1px 4px #ccc;font-family:'Poppins',Helvetica,sans-serif;${style}"> ${iconHtml} <span style="vertical-align:middle">${message}</span> </div> `; return div.children[0]; } let bottom_distance = 25; for (var k=0; k<user.messages.length;k++){ let el = create(user.messages[k], k, bottom_distance); document.body.insertAdjacentElement("beforeend", el); bottom_distance += el.clientHeight + 10; let elTimer = setTimeout(() => { el.remove(); }, 7500); el.addEventListener('click', (e) => { el.remove(); clearTimeout(elTimer); }); } }); })(); (() => { window.md5=function(n){function e(n,r){var t=f(t=n[0],e=n[1],u=n[2],o=n[3],r[0],7,-680876936),o=f(o,t,e,u,r[1],12,-389564586),u=f(u,o,t,e,r[2],17,606105819),e=f(e,u,o,t,r[3],22,-1044525330);t=f(t,e,u,o,r[4],7,-176418897),o=f(o,t,e,u,r[5],12,1200080426),u=f(u,o,t,e,r[6],17,-1473231341),e=f(e,u,o,t,r[7],22,-45705983),t=f(t,e,u,o,r[8],7,1770035416),o=f(o,t,e,u,r[9],12,-1958414417),u=f(u,o,t,e,r[10],17,-42063),e=f(e,u,o,t,r[11],22,-1990404162),t=f(t,e,u,o,r[12],7,1804603682),o=f(o,t,e,u,r[13],12,-40341101),u=f(u,o,t,e,r[14],17,-1502002290),t=i(t,e=f(e,u,o,t,r[15],22,1236535329),u,o,r[1],5,-165796510),o=i(o,t,e,u,r[6],9,-1069501632),u=i(u,o,t,e,r[11],14,643717713),e=i(e,u,o,t,r[0],20,-373897302),t=i(t,e,u,o,r[5],5,-701558691),o=i(o,t,e,u,r[10],9,38016083),u=i(u,o,t,e,r[15],14,-660478335),e=i(e,u,o,t,r[4],20,-405537848),t=i(t,e,u,o,r[9],5,568446438),o=i(o,t,e,u,r[14],9,-1019803690),u=i(u,o,t,e,r[3],14,-187363961),e=i(e,u,o,t,r[8],20,1163531501),t=i(t,e,u,o,r[13],5,-1444681467),o=i(o,t,e,u,r[2],9,-51403784),u=i(u,o,t,e,r[7],14,1735328473),t=a(t,e=i(e,u,o,t,r[12],20,-1926607734),u,o,r[5],4,-378558),o=a(o,t,e,u,r[8],11,-2022574463),u=a(u,o,t,e,r[11],16,1839030562),e=a(e,u,o,t,r[14],23,-35309556),t=a(t,e,u,o,r[1],4,-1530992060),o=a(o,t,e,u,r[4],11,1272893353),u=a(u,o,t,e,r[7],16,-155497632),e=a(e,u,o,t,r[10],23,-1094730640),t=a(t,e,u,o,r[13],4,681279174),o=a(o,t,e,u,r[0],11,-358537222),u=a(u,o,t,e,r[3],16,-722521979),e=a(e,u,o,t,r[6],23,76029189),t=a(t,e,u,o,r[9],4,-640364487),o=a(o,t,e,u,r[12],11,-421815835),u=a(u,o,t,e,r[15],16,530742520),t=h(t,e=a(e,u,o,t,r[2],23,-995338651),u,o,r[0],6,-198630844),o=h(o,t,e,u,r[7],10,1126891415),u=h(u,o,t,e,r[14],15,-1416354905),e=h(e,u,o,t,r[5],21,-57434055),t=h(t,e,u,o,r[12],6,1700485571),o=h(o,t,e,u,r[3],10,-1894986606),u=h(u,o,t,e,r[10],15,-1051523),e=h(e,u,o,t,r[1],21,-2054922799),t=h(t,e,u,o,r[8],6,1873313359),o=h(o,t,e,u,r[15],10,-30611744),u=h(u,o,t,e,r[6],15,-1560198380),e=h(e,u,o,t,r[13],21,1309151649),t=h(t,e,u,o,r[4],6,-145523070),o=h(o,t,e,u,r[11],10,-1120210379),u=h(u,o,t,e,r[2],15,718787259),e=h(e,u,o,t,r[9],21,-343485551),n[0]=d(t,n[0]),n[1]=d(e,n[1]),n[2]=d(u,n[2]),n[3]=d(o,n[3])}function c(n,r,t,o,u,e){return r=d(d(r,n),d(o,e)),d(r<<u|r>>>32-u,t)}function f(n,r,t,o,u,e,f){return c(r&t|~r&o,n,r,u,e,f)}function i(n,r,t,o,u,e,f){return c(r&o|t&~o,n,r,u,e,f)}function a(n,r,t,o,u,e,f){return c(r^t^o,n,r,u,e,f)}function h(n,r,t,o,u,e,f){return c(t^(r|~o),n,r,u,e,f)}function r(n){txt="";for(var r=n.length,t=[1732584193,-271733879,-1732584194,271733878],o=64;o<=n.length;o+=64)e(t,function(n){var r,t=[];for(r=0;r<64;r+=4)t[r>>2]=n.charCodeAt(r)+(n.charCodeAt(r+1)<<8)+(n.charCodeAt(r+2)<<16)+(n.charCodeAt(r+3)<<24);return t}(n.substring(o-64,o)));n=n.substring(o-64);var u=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(o=0;o<n.length;o++)u[o>>2]|=n.charCodeAt(o)<<(o%4<<3);if(u[o>>2]|=128<<(o%4<<3),55<o)for(e(t,u),o=0;o<16;o++)u[o]=0;return u[14]=8*r,e(t,u),t}var o="0123456789abcdef".split("");function t(n){for(var r=0;r<n.length;r++)n[r]=function(n){for(var r="",t=0;t<4;t++)r+=o[n>>8*t+4&15]+o[n>>8*t&15];return r}(n[r]);return n.join("")}function d(n,r){var t=(65535&n)+(65535&r);return(n>>16)+(r>>16)+(t>>16)<<16|65535&t}return t(r(n))}; })(); </script> <script> var cookieLaw = {}; cookieLaw.cookieAccepted = function() { return false; }; </script> <script type="text/javascript"> var _iub = _iub || []; _iub.csConfiguration = { "cookiePolicyInOtherWindow": true, "enableRemoteConsent": false, "consentOnDocument": false, "consentOnScroll": false, "consentOnButton": false, "consentOnElement": false, "enableCMP": true, "googleAdditionalConsentMode": false, "lang": "it", "invalidateConsentBefore": "2024-05-16", "enableTcf": true, "siteId": 1916770, "logLevel": "warn", "tcfVersion": 2.2, // dal 21 Novembre 2023 obbligatoria versione 2.2 "tcfPurposes":{ "1":true, "2":"consent_only", "3":"consent_only", "4":"consent_only", "5":"consent_only", "6":"consent_only", "7":"consent_only", "8":"consent_only", "9":"consent_only", "10":"consent_only", "11":"consent_only" }, "tcfVendors":"1019,1111,92,217,58,740,628,174,272,1038,1098,39,47,1094,1210,834,941,999,1200,1163,199,697,259,149,27,1218,978,215,748,907,806,318,40,231,788,539,196,790,1149,9,430,6,211,326,1022,147,1205,377,1203,44,50,553,15,1033,889,612,855,264,565,799,1072,1212,507,613,1191,205,1199,779,410,827,798,822,900,746,1141,1176,1169,1035,501,1154,1073,68,793,922,23,1195,780,1097,155,733,354,728,1223,879,498,1193,495,685,1067,1058,797,1237,119,561,717,160,394,944,742,783,1230,496,956,647,610,461,1069,618,128,625,658,848,1120,1020,549,273,801,156,666,12,920,1106,724,715,736,30,1134,185,450,94,815,620,684,1105,374,1151,163,1155,1181,741,422,1129,869,934,329,676,1081,1087,572,963,1080,996,1206,2,954,729,315,890,1217,734,1146,1139,803,1222,767,319,958,243,973,285,416,77,143,138,630,656,248,1140,1104,85,91,570,440,936,343,826,1215,573,1225,1244,713,1229,209,397,1029,707,122,885,1226,778,833,754,1215,674,434,584,110,796,168,825,1228,29,444,1084,997,1202,402,8,1248,1192,853,849,24,244,814,413,773,957,1062,312,1224,1027,877,1,1002,120,347,1107,1016,795,756,781,1207,100,1240,1178,766,78,471,1221,323,1190,970,1171,1250,455,657,888,1198,1055,644,328,87,845,892,758,768,536,690,580,274,749,755,765,1232,98,1232,61,865,431,550,995,1031,787,1247,881,626,1177,1112,1050,206,178,699,864,131,479,730,935,535,436,438,129,896,930,872,606,253,333,10,1136,871,452,150,596,278,677,1068,252,49,838,294,62,745,424,747,569,820,1214,972,314,1245,751,325,955,794,1165,702,1110,994,667,1175,804,254,884,497,1159,148,97,919,587,1046,1188,109,95,508,63,998,1132,228,75,1147,153,770,671,1122,184,1196,358,782,687,151,486,55,202,52,493,102,270,943,776,791,1122,1122,1122,193,858,1209,101,1126,703,216,279,311,311,909,581,1003,898,663,807,1211,737,681,20,1246,709,34,37,502,1233,1133,263,878,124,530,48,982,468,568,1060,130,965,812,373,1085,816,624,646,1119,784,388,1148,137,832,1091,1113,31,304,716,1049,509,708,241,1006,617,719,602,255,280,69,1135,488,227,915,385,772,559,164,1101,127,490,874,1079,418,466,976,732,139,361,856,516,412,727,384,140,1070,975,1131,297,1249,1037,1185,952,1032,762,427,76,842,725,860,226,850,81,808,993,835,11,990,880,1059,1048,1235,57,16,554,682,60,1220,290,1025,911,1157,631,1242,1100,1167,192,800,659,1162,1045,1189,759,375,203,194,108,454,1021,1238,71,4,1241,435,161,134,857,844,918,1236,1183,901,506,351,350,1051,1015,1179,1103,1184,1090,371,157,775,84,1083,491,621,33,80,337,276,111,59,927,73,53,652,46,82,45,653,546,969,531,246,534,639,1076,937,381,964,1005,1153,1039,104,662,13,1028,951,655,293,1041,238,1216,851,1057,136,473,114,517,1174,712,475,1124,1024,750,985,828,275,42,962,786,448,132,1089,336,940,90,345,686,524,382,21,893,931,249,249,249,239,648,862,673,1043,1108,159,1040,1144,831,36,714,368,237,1036,1047,1009,706,26,1137,512,1138,744,1219,571,924,1208,83,1168,1014,968,774,1082,601,1130,870,284,282,281,256,1127,718,32,154,25,866,70,251,173,726,1170,210,321,331,902,959,738,556,22,224,66,195,598,771,946,378,1164,1026,938,133,1075,929,1243,854,213,1213,1161,1017,967,1201,811,991,721,1156,810,317,521,1061,1064,819,115,966,423,242,1078,459,212,190,821,1001,1142,301", "newConsentAtVendorListUpdate": 60, "perPurposeConsent": true, "isTCFConsentGlobal": false, "consentOnScrollDelay": 1500, "cookiePolicyId": 29298946, "cookiePolicyUrl": "https://motori.ilmessaggero.it/?p=cookie_policy", "callback": { "onReady": function() { _trigger("cookielaw.ready"); }, "onBannerShown": function() { _trigger("cookielaw.bannerShown"); }, "onConsentFirstGiven": function() { _trigger("cookielaw.consentFirstGiven"); }, "onPreferenceExpressedOrNotNeeded": function (preference) { if (!preference || (preference.consent && !preference.purposes)) { // non serviva => true // mantengo per retrocompatibilità cookieLaw.cookieAccepted = function() { return true; }; // normalizzo l'oggetto con tutti i purposi accettati preference = { consent: true, purposes: { 1: true, 2: true, 3: true, 4: true, 5: true } }; // NOTA: grazie alla normalizzazione il SI esplicito non serve perché è lo stesso evento di qui } if (preference.consent === false) { // no esplicito cookieLaw.cookieAccepted = function() { return false; }; // normalizzo i purposi a FALSE preference.purposes = { 1: true, // 1 sempre a true perché sono i cookie tecnici 2: false, 3: false, 4: false, 5: false }; } else if (preference.purposes) { // per singolo trattamento: // per compatibilità, per me è true se ho il consenso a pubblicità cookieLaw.cookieAccepted = function() { return !!preference.purposes[5]; }; } // dico che in qualche modo ho espresso un consenso, sta poi allo script decidere quale // verificando il parametro preference o meglio ancora usando i trigger specifici di sotto _trigger("cookielaw.accepted", preference); // triggero esplicito per ogni purposo /** * da usare in due modi * cookielaw_<n>_<accepted|denied> * cookielaw_<n> con @param bool true|false */ window.cookieLawPurposes = {}; for (var i=1; i<=5; i++) { // rendo questi valori accessibili window.cookieLawPurposes[i] = !!preference.purposes[i]; } // triggero gli eventi, serve dopo per aver popolato il cookieLawPurposes for (var i=1; i<=5; i++) { _trigger("cookielaw_" + i + "_" + (preference.purposes[i] ? 'accepted' : 'denied')); _trigger("cookielaw_" + i, !!preference.purposes[i]); } /* trigger anche per consensi TCF */ const tcf_delay_start_time = performance.now(); __tcfapi('getTCData', 2, function(tcdata,success) { const tcf_delay_end_time = performance.now(); console.log('TCF Delay: '+ (tcf_delay_end_time - tcf_delay_start_time) +'ms', tcdata.purpose.consents); window.tcfConsents = tcdata.purpose.consents; for (var i=1; i<=11; i++) { _trigger("tcf_" + i + "_" + (tcdata.purpose.consents[i] ? 'accepted' : 'denied')); } }); console.log('consent given', preference); } }, "banner": { "acceptButtonDisplay":true, "slideDown": false, "prependOnBody": false, "position": "top", "backgroundOverlay": true, "fontSize": "12px", "zIndex": 2147483647, "backgroundColor": "#333", "content": "<div id=\"iubenda-cs-title\">Informativa<\/div><div id=\"iubenda-cs-paragraph\"><p class=\"iub-p\">Questo sito intende fornire un'informazione di qualit\u00e0, grazie al lavoro della propria redazione e dei propri tecnici. Affinch\u00e8 ci\u00f2 sia possibile, facciamo ricorso alla pubblicit\u00e0 profilata, i cui ricavi consentono di offrire una parte dei contenuti gratuitamente. In mancanza di consenso alla pubblicit\u00e0 profilata, l'accesso ai nostri servizi avviene previa sottoscrizione di un abbonamento. Puoi scegliere se accedere ai contenuti gratuiti permettendoci di erogare pubblicit\u00e0 personalizzata o sottoscrivere un piano di abbonamento equivalente. Come indicato nella %{cookie_policy_link}, noi e terze parti facciamo uso di tecnologie, quali i cookie, per raccogliere ed elaborare dati personali dai dispositivi (ad esempio l'indirizzo IP, tracciamenti precisi dei dispositivi e della posizione geografica). Per installare i cookie che garantiscono le funzionalit\u00e0 tecniche, non \u00e8 necessario il tuo consenso. Con il tuo consenso, noi e alcune tra %{total_number_of_ads_vendors} terze parti presenti - inserzionisti nonch\u00e9 intermediari del mercato pubblicitario di volta in volta coinvolti -, potremo mostrarti pubblicit\u00e0 personalizzata, misurarne la performance, analizzare le nostre audience e migliorare i nostri prodotti e servizi. Puoi liberamente conferire, rifiutare o revocare il consenso a tutti o alcuni dei trattamenti facendo click sul pulsante %{advertising_preferences_link} sempre raggiungibile anche attraverso la nostra cookie policy. In caso di rifiuto integrale o delle singole finalit\u00e0 necessarie all'erogazione di pubblicit\u00e0 e di contenuti personalizzati, potrai scegliere di aderire a un piano di abbonamento. Puoi acconsentire direttamente all'uso delle tecnologie sopra menzionate facendo click su "ACCETTA E CONTINUA" o rifiutarne l'uso e abbonarti facendo click su "Opzioni Cookie".<\/p><\/div>", "innerHtmlCloseBtn": "Rifiuta e abbonati", "rejectButtonDisplay": false, "acceptButtonCaption": "ACCETTA E CONTINUA", "customizeButtonCaption": "Opzioni Cookie", "closeButtonDisplay": true, "customizeButtonColor": "Opzioni Cookie", "closeButtonRejects": true }, "i18n": { "it": { "per_purpose": { "widget_intro": "Il seguente pannello ti consente di esprimere le tue preferenze di consenso alle tecnologie di tracciamento che adottiamo per offrire le funzionalità e svolgere le attività sotto descritte. Per ottenere ulteriori informazioni in merito all'utilità e al funzionamento di tali strumenti di tracciamento, fai riferimento alla cookie policy. Puoi rivedere e modificare le tue scelte in qualsiasi momento. Tieni presente che il rifiuto del consenso per una finalità particolare può rendere le relative funzioni non disponibili." + "<br /><br />" + "L‘offerta gratuita di contenuti redazionali è possibile grazie al sostentamento che i siti e le app ricevono dalle inserzioni pubblicitarie. È perciò possibile che il consenso all’utilizzazione di cookie di profilazione pubblicitaria sia richiesto per poter avere accesso a tali contenuti gratuiti. In alternativa al consenso, potrai sottoscrivere un abbonamento dietro pagamento di un piccolo importo. Il rilascio del consenso, in mancanza di abbonamento, dà pieno accesso solo ai contenuti gratuiti, per cui, se non sei abbonato ma hai rilasciato il consenso facoltativo ai cookie di personalizzazione pubblicitaria, non potrai comunque accedere agli articoli riservati agli abbonati.", "purposes": { "5": { "name": "Marketing e Pubblicità" } }, "general_advertising_services": "Servizi di Marketing del Titolare" } } } }; // gestione apertura automatica (arrivando da AMP personalizzando il consenso) try { _waitFor('cookielaw.loaded', function() { if (window.location.href.match(/opencmp=true/)) { window.history.replaceState({}, '', window.location.href.replace(/opencmp=true/, '')); window.setTimeout(function() { _iub.cs.api.openPreferences(); }, 1000); } }); } catch(e) { console.warn(e); } </script> <script class="onjqueryloaded" type="text/plain" src="//cs.iubenda.com/sync/1916770.js" onload="_trigger('iubconsentmode_loaded')" async></script> <script class="oniubconsentmode_loaded" type="text/plain" src="//cdn.iubenda.com/cs/tcf/stub-v2.js" onload="_trigger('iubstub_loaded')" async></script> <script class="oniubstub_loaded" type="text/plain" src="//cdn.iubenda.com/cs/tcf/safe-tcf-v2.js" onload="_trigger('iubtcf_loaded')" async></script> <script class="oniubtcf_loaded" type="text/plain" src="//cdn.iubenda.com/cs/stable/iubenda_cs.js" onload="_trigger('cookielaw.loaded')" charset="UTF-8" async></script> <!-- <script class="onjqueryloaded" type="text/plain" src="//cdn.iubenda.com/cs/tcf/stub-v2.js" onload="_trigger('iubstub_loaded')" async></script> <script class="oniubstub_loaded" type="text/plain" src="//cdn.iubenda.com/cs/iubenda_cs_l.js" onload="_trigger('cookielaw.loaded')" charset="UTF-8" async></script> --> <style> /* fix temporaneo problema zindex */ div#iubenda-iframe { z-index: 2147483647 !important; } body #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn { background-color: #0073ce!important; color: #fff!important; } body #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn, body #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn { font-size: 13px !important; } #iubenda-cs-banner button.iubenda-cs-close-btn { border: 2px solid #eee!important; padding: 4px 10px!important; height: 28px!important; border-radius: 0!important; font-weight: bold !important; } body #purposes-content-container .purposes-header .purposes-header-title { font-size: 1em !important; text-transform: uppercase !important; } body #purposes-content-container .purposes-header .purposes-header-text { font-size: 14px !important; } </style> <script> // gestione webview iOS try { // temporaneamente qualsiasi chiamata da app (appId o uuid), poi solo disable_tracking=true if (/((appId|uuid)=|disable_tracking=true)/.test(document.location.href)) { sessionStorage.setItem('hideIubenda', true); } if (sessionStorage.getItem('hideIubenda')) { var hideIubendaStyle = document.createElement("style"); hideIubendaStyle.type = "text/css"; hideIubendaStyle.innerText = 'body #iubenda-cs-banner { display: none !important; }' document.head.appendChild(hideIubendaStyle); } } catch(e) { console.log("Errore nella gestione della webview anonima", e); } </script> <!-- fine iubenda --> <script src="https://utils.cedsdigital.it/src/js/cmpConsentWall.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" onload="_trigger('jqueryloaded')"></script> <script type="text/javascript" src="/js/common.js?v=349" async></script> <script type="text/javascript" src="https://utils.cedsdigital.it/js/socialbar-sso.js" async onload="_trigger('socialbarloaded')"></script> <script type="text/javascript" src="//utils.cedsdigital.it/checkSubscription/checkSubscription.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>FOTO - Motori.ilmessaggero.it</title> <meta name="description" content="Le Foto delle nuove automobili in anteprima per i nostri lettori" /> <meta name="keywords" content="" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="dns-prefetch" href="//www.google-analytics.com"/> <link rel="dns-prefetch" href="//www.facebook.com"/> <link rel="dns-prefetch" href="//plusone.google.com"/> <link rel="dns-prefetch" href="//googleads.g.doubleclick.net"/> <link rel="dns-prefetch" href="//www.ilmessaggerocasa.it"/> <meta http-equiv="Refresh" content="300; url=?refresh_ce" /> <meta name="apple-itunes-app" content="app-id=396297761"/> <meta name="google-play-app" content="app-id=com.messaggero.mobile.app"> <link rel="canonical" href="" /> <meta name="bingbot" content="noarchive"> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <!-- <script async src="https://www.googletagservices.com/tag/js/gpt.js"></script> --> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googletag.cmd.push(function() { googletag.pubads().disableInitialLoad(); }); var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; function initAdserver() { if (pbjs.initAdserverSet) { return; } if(!googletag.pubadsReady) { setTimeout(initAdserver, 50); return; } googletag.cmd.push(function() { pbjs.que.push(function() { pbjs.setTargetingForGPTAsync(); }); googletag.pubads().refresh(); }); pbjs.initAdserverSet = true; } </script> <script async src="https://statics.cedscdn.it/utils/js/prebid9.18.0.js"></script> <!-- Prebid Config Section START --> <script type="text/plain" class="cookieLaw _iub_cs_activate-inline" data-iub-purposes="5"> var PREBID_TIMEOUT = 3000; var FAILSAFE_TIMEOUT = 3100; var adUnits = [ { code: 'adv_LdbMastheadPush', mediaTypes: { banner: { sizes: [[728,90],[980,90],[980,250],[970,250]] } }, bids: [{ bidder: 'appnexus', params: { placementId: '11767969' } }, { bidder: 'rubicon', params: { accountId: '16836', siteId: '195950', zoneId: '1177826' } }, { bidder: 'criteo', params: { networkId: 694 } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964568@980x250' } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964567@980x90' } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964566@970x250' } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964565@728x90' } }, { bidder: 'ix', params: { siteId: '349214', size: [728,90] } }, { bidder: 'ix', params: { siteId: '349214', size: [980,90] } }, { bidder: 'ix', params: { siteId: '349214', size: [980,250] } }, { bidder: 'ix', params: { siteId: '349214', size: [970,250] } }, { bidder: 'openx', params: { unit: '540632394', delDomain: 'piemme-d.openx.net' } }] }, { code: 'adv_BoxTop', mediaTypes: { banner: { sizes: [[300,250],[300,600]] } }, bids: [{ bidder: 'appnexus', params: { placementId: '11767704' } }, { bidder: 'rubicon', params: { accountId: '16836', siteId: '195950', zoneId: '1177830' } }, { bidder: 'criteo', params: { networkId: 694 } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964563@300x250' } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964564@300x600' } }, { bidder: 'ix', params: { siteId: '349215', size: [300,250] } }, { bidder: 'ix', params: { siteId: '349215', size: [300,600] } }, { bidder: 'openx', params: { unit: '540632395', delDomain: 'piemme-d.openx.net' } }] }, { code: 'adv_BoxBottom', mediaTypes: { banner: { sizes: [300,250] } }, bids: [{ bidder: 'appnexus', params: { placementId: '14768006' } }, { bidder: 'rubicon', params: { accountId: '16836', siteId: '195950', zoneId: '1177836' } }, { bidder: 'criteo', params: { networkId: 694 } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964561@300x250' } }, { bidder: 'ix', params: { siteId: '349217', size: [300,250] } }, { bidder: 'openx', params: { unit: '540632397', delDomain: 'piemme-d.openx.net' } }] }, { code: 'adv_PromoBox', mediaTypes: { banner: { sizes: [300,250] } }, bids: [{ bidder: 'appnexus', params: { placementId: '14768066' } }, { bidder: 'rubicon', params: { accountId: '16836', siteId: '195950', zoneId: '1177832' } }, { bidder: 'criteo', params: { networkId: 694 } }, { bidder: 'pubmatic', params: { publisherId: '158069', adSlot: '1964562@300x250' } }, { bidder: 'ix', params: { siteId: '349216', size: [300,250] } }, { bidder: 'openx', params: { unit: '540632396', delDomain: 'piemme-d.openx.net' } }] } ]; var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; </script> <!-- Prebid Config Section END --> <script type="text/plain" class="cookieLaw _iub_cs_activate-inline" data-iub-purposes="5"> pbjs.que.push(function() { pbjs.setConfig({ debug: true, enableSendAllBids: false, bidderTimeout: PREBID_TIMEOUT, consentManagement: { cmpApi: 'iab', timeout: 3000, allowAuctionWithoutConsent: true }, currency: { adServerCurrency: 'USD' // ,defaultRates: { 'USD': { 'EUR': 0.85 }} }, priceGranularity: { buckets: [{ precision: 2, min: 0, max: 99, increment: 0.01 }] }, userSync: { filterSettings: { iframe: { bidders: '*', filter: 'include' } }, syncsPerBidder: 0 }, timeoutBuffer: 300, useBidCache: true, rubicon: { singleRequest: true, netRevenue: true } }); pbjs.addAdUnits(adUnits); pbjs.requestBids({ timeout: PREBID_TIMEOUT, bidsBackHandler: function(bidResponses) { initAdserver(); } }); }); // in case PBJS doesn't load setTimeout(initAdserver, FAILSAFE_TIMEOUT); </script> <script type="text/plain" class="cookieLaw _iub_cs_activate-inline" data-iub-purposes="1"> var skin_slot = null;// LUDO temp googletag.cmd.push(function() { var urlocation = document.location.href.replace('http://', '').replace('https://', ''); var pos = urlocation.indexOf('^'); var urlkey = pos != -1 ? urlocation.substr(pos + 1, urlocation.length) : ""; googletag.pubads().setCookieOptions( cookieLaw.cookieAccepted() ? 0 : 1 ); console.log("DFP attivato", cookieLaw.cookieAccepted()); googletag.defineOutOfPageSlot('/38681514/Messaggero/Motori/IntropageOvl','adv_IntropageOvl').addService(googletag.pubads()); googletag.defineSlot('/38681514/Messaggero/Motori/Skin',[1,1],'adv_Skin').addService(googletag.pubads()); googletag.defineSlot('/38681514/Messaggero/Motori/LdbMastheadPush',[[728,90],[980,90],[980,250],[970,250]],'adv_LdbMastheadPush').addService(googletag.pubads()); googletag.defineSlot('/38681514/Messaggero/Motori/BoxTop',['fluid',[300,250],[300,600]], 'adv_BoxTop').addService(googletag.pubads()); googletag.defineSlot('/38681514/Messaggero/Motori/BoxBottom',[[300,250], [300,251]], 'adv_BoxBottom').addService(googletag.pubads()); googletag.defineSlot('/38681514/Messaggero/Motori/PromoBox',[[300,100],[300,250]],'adv_PromoBox').addService(googletag.pubads()); if (urlkey != "") googletag.pubads().setTargeting("UrlKey", urlkey); googletag.pubads().setTargeting("UrlFull", urlocation); googletag.pubads().setTargeting('SubCategory','Foto'); googletag.pubads().setTargeting("HomeSezione", "true"); googletag.pubads().enableSingleRequest(); googletag.pubads().enableAsyncRendering(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script><link rel="stylesheet" type="text/css" href="/modules/socialbar/socialbar.css?m948923" /> <link rel="stylesheet" type="text/css" href="/modules/menu/menu.css?m258369" /> <link rel="stylesheet" type="text/css" href="/modules/mainFotogalleryElenco/mainFotogalleryElenco.css?m258360" /> <script type="text/plain" class="onsocialbarloaded" src="/modules/socialbar/socialbar.js?m948923"></script> </head> <body itemscope itemtype="http://schema.org/WebPage"> <!-- adv-2cb6216 --- 2024-11-29 11:44:54 --> <div id='adv_Skin' class="advertising"> <!-- <script type='text/javascript'> googletag.cmd.push(function() {googletag.display('')}); </script>--> </div><!-- TIME TO GENERATE - adv-2cb6216:0.00058412551879883 --> <section class="global"> <div class="container skin-global"> <!-- logo-fad2c6e --- 2024-11-29 11:42:49 --> <div class="logo-container"> <h3> <a class="logo" href="https://www.ilmessaggero.it"> <img src="/img/logos/logo-parent-ilmessaggero.png" alt="Il Messaggero.it"> <span class="assistive-text">Il Messaggero.it</span> </a> </h3> </div><!-- TIME TO SERVE CACHED logo-fad2c6e: 0.00027918815612793 --> <!-- socialbar-9b0511a --- 2024-11-29 11:42:49 --> <div id="socialBarDiv" class="unlogged link_login"> <div class="linkLogin"> <a href="/UTENTI/?p=login" class="btn login" rel="nofollow">ACCEDI - REGISTRATI</a> </div> <div class="loggedUser"> <div id="overlaySocialLogin"></div> <div class="user_icons"> <div class="notifications"></div> <div class="avatar"></div> <div id="userPanel"> <div class="username"></div> <div class="saluto"> Buongiorno </div> <a href="https://account.ilmessaggero.it" data-cat="profile,invoicing">Impostazioni account</a> <div class="labelPanel">I TUOI CONTENUTI</div> <a href="/MYHOME/" class="tuenotiziepanel" data-cat="tuenotiziepanel">Le tue notizie</a> <a href="/newsletter/" class="newsletter" data-cat="newsletter">Newsletter</a> <div class="labelPanel">SUPPORTO</div> <a href="https://account.ilmessaggero.it/faq" data-cat="contact">FAQ e contatti</a> <a class="logout" id="logout" href="https://account.ilmessaggero.it/logout/?redirect_uri=https://motori.ilmessaggero.it/index.php?p=articolo&id=8507492&sez=motorsport" rel="nofollow">Scollegati</a> </div> </div> </div> <a href="/MYHOME/" class="msg-btn btn tuenotizie" rel="nofollow">LE TUE NOTIZIE</a> </div> <!-- TIME TO SERVE CACHED socialbar-9b0511a: 0.00030994415283203 --> <!-- topMenu-fad2c6e --- 2024-11-29 11:42:53 --> <nav role="navigation"> <ul class="menu-nav"> <li class=" italia"><a href="https://www.ilmessaggero.it/italia/" >ITALIA</a> </li> <li class=" economia"><a href="https://www.ilmessaggero.it/economia/" >ECONOMIA</a> </li> <li class=" spettacoliecultura"><a href="https://www.ilmessaggero.it/spettacoli/" >SPETTACOLI E CULTURA</a> </li> <li class=" gossip"><a href="https://www.ilmessaggero.it/gossip/" >GOSSIP</a> </li> <li class=" sport"><a href="https://www.ilmessaggero.it/sport/" >SPORT</a> </li> <li class=" tecnologia"><a href="https://www.ilmessaggero.it/tecnologia/" >TECNOLOGIA</a> </li> <li class="menu-nav altre"><a href="#" >LE ALTRE SEZIONI <span class='more'>▼</span></a> <ul class="submenu-nav"> <div class="sub-block"> <li> <a href="https://www.ilmessaggero.it/salute/"><span class="arrow"> ►</span> SALUTE</a></li> <li> <a href="https://www.ilmessaggero.it/viaggi/"><span class="arrow"> ►</span> VIAGGI</a></li> <li> <a href="https://www.ilmessaggerocasa.it/"><span class="arrow"> ►</span> CASA</a></li> <li> <a href="https://meteo.ilmessaggero.it/"><span class="arrow"> ►</span> METEO</a></li> </div> <div class="sub-block"> <li> <a href="https://www.ilmessaggero.it/oroscopo/"><span class="arrow"> ►</span> OROSCOPO</a></li> <li> <a href="https://shop.ilmessaggero.it/"><span class="arrow"> ►</span> EDIZIONE DIGITALE</a></li> <li> <a href="https://www.ilmessaggero.it/video/"><span class="arrow"> ►</span> VIDEO</a></li> <li> <a href="https://www.ilmessaggero.it/foto/"><span class="arrow"> ►</span> FOTO</a></li> </div> </ul> </li> </ul> </nav><!-- TIME TO SERVE CACHED topMenu-fad2c6e: 0.00035595893859863 --> </div> <div class="clearfix"></div> </section> <header class="page-header"> <div class="container skin-header"> <div class="logo-container"> <h1 class="logo"> <a href="https://motori.ilmessaggero.it" title="Motori - Il Messaggero.it"> <img src="/img/logos/logo-ilmessaggero-motori.png" alt="Motori - Il Messaggero.it"></a> </h1> </div> <div class="follow-container"> <ul> <li class="introfollow">Seguici su</li> </ul> <ul class="glyphs css-mapping"> <li><a href="https://www.facebook.com/pages/Il-Messaggeroit/124918220854917?sk=wall" title="Seguici su Facebook" target="_blank"><i class="icon icon-facebook"></i></a></li> <li><a href="https://twitter.com/ilmessaggeroit" target="_blank"><i class="icon icon-twitter"></i></a></li> <!-- <li><a href="" target="_blank"><i class="icon icon-google-plus"></i></a></li>--> <li><a href="https://www.ilmessaggero.it/rss/motori.xml" target="_blank"><i class="icon icon-feed"></i></a></li> </ul> </div> <!-- search_form-fad2c6e --- 2024-11-29 11:42:03 --> <div class="search-container"> <form name="ricerca" method="GET" action="/" id="search_form"> <input type="hidden" name="p" value="search" placeholder="cerca video" /> <input class="grigio defaultText" type="text" name="q" value="inserisci testo..." title="inserisci testo..." /> <input type="submit" value="Cerca" /> </form> </div><!-- TIME TO SERVE CACHED search_form-fad2c6e: 0.00028610229492188 --> </div> </header> <!-- menu-7d15dd8 --- 2024-11-29 11:42:00 --> <section id="menu"> <nav role="navigation" id="navbar-menu"> <div class="container-hover"> <ul class="menu_nav"> <li class=" "> <a href="https://motori.ilmessaggero.it">HOME</a> </li> <li class=" "> <a href="/costruttori/">COSTRUTTORI</a> </li> <li class=" "> <a href="/news/">NEWS</a> </li> <li class=" "> <a href="/anteprime/">ANTEPRIME</a> </li> <li class=" "> <a href="/prove/">PROVE</a> </li> <li class=" "> <a href="/speciali/">SPECIALI</a> </li> <li class=" "> <a href="/motorsport/">MOTORSPORT</a> </li> <li class=" "> <a href="/dueruote/">DUERUOTE</a> </li> <li class="ALTRE "> <a href="">ALTRE SEZIONI <i class="arrow_down"></i></a> </li> <li class=" gray"> <a href="/video/">VIDEO</a> </li> <li class=" selected gray"> <a href="/foto/">FOTO</a> </li> </ul> <!-- altre sezioni --> <div id="submenu-container" class="altre clearfix "> <nav class="submenu"> <ul> <li class="economia"><a href="/economia/">ECONOMIA</a></li> <li class="sicurezza"><a href="/sicurezza/">SICUREZZA</a></li> <li class="ecologia"><a href="/ecologia/">ECOLOGIA</a></li> <li class="eventi"><a href="/eventi/">EVENTI</a></li> <li class="normative"><a href="/normative/">NORMATIVE</a></li> <li class="interviste"><a href="/interviste/">INTERVISTE</a></li> <li class="auto_storiche"><a href="/auto_storiche/">STORICHE</a></li> <li class="sharing"><a href="/sharing/">SHARING</a></li> <li class="pneumatici"><a href="/pneumatici/">PNEUMATICI</a></li> <li class="commerciali"><a href="/commerciali/">COMMERCIALI</a></li> <li class="nautica"><a href="/nautica/">NAUTICA</a></li> </ul> </nav> <div class="clearboth"></div> </div> </div> </nav> <div id="empty-submenu"></div> </section> <script> $(document).ready(function(){ $("li.ALTRE a").click(function(e){ e.preventDefault(); }); $("li.ALTRE").hover(function(){ $("#submenu-container.altre").addClass('open'); $(this).addClass('open'); }); var timer; $("#submenu-container.altre").mouseleave(function() { timer = setTimeout(function () { $("#submenu-container.altre").removeClass('open'); $("li.ALTRE").removeClass('open'); }, 1000); }); $("#submenu-container.altre").mouseenter(function() { clearTimeout(timer); $("#submenu-container.altre").addClass('open'); $("li.ALTRE").addClass('open'); }); }); </script> <!-- TIME TO SERVE CACHED menu-7d15dd8: 0.00036406517028809 --> <div class="clearfix"></div> <section class="adv_top"> <!-- adv-c0c6526 --- 2024-11-29 11:44:54 --> <div id='adv_LdbMastheadPush' class="advertising"> <!-- <script type='text/javascript'> googletag.cmd.push(function() {googletag.display('')}); </script>--> </div><!-- TIME TO GENERATE - adv-c0c6526:0.00052499771118164 --> </section> <div class="clearfix"></div> <div class="container white main_top"> <main role="main"> <div class="main-content-full"> <!-- mainFotogalleryElenco-d7f3e8e --- 2024-11-29 11:42:00 --> <section id="elenco-fotogallery"> <article class="single first"> <div class="foto-container"> <figure> <a href="/foto/hyundai_ioniq_9_debutta_il_nuovo_maxi_suv_a_7_posti-8492458.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/24/58/8492458_21163426_IMAGE1_1.jpg" alt="Hyundai Ioniq 9, debutta il nuovo maxi Suv a 7 posti" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/hyundai_ioniq_9_debutta_il_nuovo_maxi_suv_a_7_posti-8492458.html">Hyundai Ioniq 9, debutta il nuovo maxi Suv a 7 posti</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/audi_a5_avant_una_comoda_viaggiatrice_ipertecnologica-8488280.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/82/80/8488280_19194130_A242908_large.jpg" alt="Audi A5 Avant, una comoda viaggiatrice ipertecnologica" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/audi_a5_avant_una_comoda_viaggiatrice_ipertecnologica-8488280.html">Audi A5 Avant, una comoda viaggiatrice ipertecnologica</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/audi_a5_la_spettacolare_premi_egrave_re_a_roma_tra_glamour_e_stile-8492222.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/22/22/8492222_21122551_Flavia_Pennetta_campionessa_di_tennis_e_Christoph_Aringer_AD_Volkswagen_Group_Italia.jpg" alt="Audi A5, la spettacolare première a Roma tra glamour e stile" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/audi_a5_la_spettacolare_premi_egrave_re_a_roma_tra_glamour_e_stile-8492222.html">Audi A5, la spettacolare première a Roma tra glamour e stile</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <div class="clearfix"></div> <div class="separator-full"></div> <article class="single first"> <div class="foto-container"> <figure> <a href="/foto/nuova_a5_la_berlina_audi_che_si_distingue_per_tecnologia_ed_efficienza-8488288.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/82/88/8488288_19195018_Audi_A5_---_VGI_U_O_Responsabile_VA-5_Data_di_Creazione_30_07_2024_Classe_9_1_003.jpg" alt="Nuova A5, la berlina Audi che si distingue per tecnologia ed efficienza" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/nuova_a5_la_berlina_audi_che_si_distingue_per_tecnologia_ed_efficienza-8488288.html">Nuova A5, la berlina Audi che si distingue per tecnologia ed efficienza</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/kia_ev3_l_rsquo_elettrica_brillante_e_super_spaziosa-8480132.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/01/32/8480132_15124457_kia-ev3-baseline-frost-blue-dynamic-hires-003.jpg" alt="Kia EV3, l’elettrica brillante e super spaziosa" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/kia_ev3_l_rsquo_elettrica_brillante_e_super_spaziosa-8480132.html">Kia EV3, l’elettrica brillante e super spaziosa</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/opel_grandland_la_nuova_egrave_anche_elettrica_e_pi_ugrave_ambiziosa-8471983.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/19/83/8471983_11193702_03_Opel_526354_jpg.jpg" alt="Opel Grandland, la nuova è anche elettrica e più ambiziosa" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/opel_grandland_la_nuova_egrave_anche_elettrica_e_pi_ugrave_ambiziosa-8471983.html">Opel Grandland, la nuova è anche elettrica e più ambiziosa</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <div class="clearfix"></div> <div class="separator-full"></div> <article class="single first"> <div class="foto-container"> <figure> <a href="/foto/audi_e_concept_il_futuro_elettrico_in_cina_senza_i_leggendari_ldquo_quattro_anelli_rdquo-8471967.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/19/67/8471967_11193341_AUDI_E_concept_---_VGI_U_O_Responsabile_VA-5_Data_di_Creazione_08_11_2024_Classe_9_1_004.jpg" alt="Audi E concept: il futuro elettrico in Cina senza i leggendari “Quattro Anelli”" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/audi_e_concept_il_futuro_elettrico_in_cina_senza_i_leggendari_ldquo_quattro_anelli_rdquo-8471967.html">Audi E concept: il futuro elettrico in Cina senza i leggendari “Quattro Anelli”</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/volkswagen_ecco_il_nuovo_suv_tayron-8470131.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/01/31/8470131_10195729_DB2024AU01569_large.jpg" alt="Volkswagen, ecco il nuovo suv Tayron" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/volkswagen_ecco_il_nuovo_suv_tayron-8470131.html">Volkswagen, ecco il nuovo suv Tayron</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/5_arriva_la_smart_pi_ugrave_grande_di_sempre-8457478.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/74/78/8457478_04171228_5purecarstills-15-premium-rgb.jpg" alt="#5, arriva la Smart più grande di sempre" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/5_arriva_la_smart_pi_ugrave_grande_di_sempre-8457478.html">#5, arriva la Smart più grande di sempre</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <div class="clearfix"></div> <div class="separator-full"></div> <article class="single first"> <div class="foto-container"> <figure> <a href="/foto/arriva_evitara_il_primo_modello_100_elettrico_di_suzuki-8457443.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/74/43/8457443_04165501_eVitara_various_settings_3.jpg" alt="Arriva eVitara, il primo modello 100% elettrico di Suzuki" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/arriva_evitara_il_primo_modello_100_elettrico_di_suzuki-8457443.html">Arriva eVitara, il primo modello 100% elettrico di Suzuki</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/abarth_600e_la_pi_ugrave_potente_di_sempre-8443758.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/37/58/8443758_28174305_Abarth600eScorpionissima_2.jpg" alt="Abarth 600e, la più potente di sempre" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/abarth_600e_la_pi_ugrave_potente_di_sempre-8443758.html">Abarth 600e, la più potente di sempre</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/jeep_avenger_4xe_the_north_face_edition_il_piccolo_suv_sale_sul_monte_bianco-8443735.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/37/35/8443735_28172432_JeepAvenger4xeTheNorthFaceEdition_3.jpg" alt="Jeep Avenger 4xe The North Face Edition: il piccolo Suv sale sul Monte Bianco" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/jeep_avenger_4xe_the_north_face_edition_il_piccolo_suv_sale_sul_monte_bianco-8443735.html">Jeep Avenger 4xe The North Face Edition: il piccolo Suv sale sul Monte Bianco</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <div class="clearfix"></div> <div class="separator-full"></div> <article class="single first"> <div class="foto-container"> <figure> <a href="/foto/bmw_serie_2_gran_coup_eacute_la_sportiva_dal_look_elegante-8421670.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/16/70/8421670_17171427_P90572399-highRes.jpg" alt="Bmw Serie 2 Gran Coupé, la sportiva dal look elegante" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/bmw_serie_2_gran_coup_eacute_la_sportiva_dal_look_elegante-8421670.html">Bmw Serie 2 Gran Coupé, la sportiva dal look elegante</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/auto_e_moto_d_39_epoca_2024_il_paradiso_dei_veicoli_storici_a_due_e_quattro_ruote_2-8443754.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/37/54/8443754_28173831_FERRARI_M166_ZAGATO.jpg" alt="Auto e Moto d'Epoca 2024, il paradiso dei veicoli storici a due e quattro ruote (2)" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/auto_e_moto_d_39_epoca_2024_il_paradiso_dei_veicoli_storici_a_due_e_quattro_ruote_2-8443754.html">Auto e Moto d'Epoca 2024, il paradiso dei veicoli storici a due e quattro ruote (2)</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/auto_europa_2025_dacia_duster_egrave_la_regina-8431848.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/18/48/8431848_22195920_e6484ccd87c81071a4f537f578660c8d.jpg" alt="Auto Europa 2025, Dacia Duster è la Regina" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/auto_europa_2025_dacia_duster_egrave_la_regina-8431848.html">Auto Europa 2025, Dacia Duster è la Regina</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <div class="clearfix"></div> <div class="separator-full"></div> <article class="single first"> <div class="foto-container"> <figure> <a href="/foto/mondial_dell_39_auto_di_parigi_le_immagini_pi_ugrave_belle_del_salone_3-8419419.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/94/19/8419419_16171742_onecms_1em8980tv4vcq80k67o_wgv13ezev4.jpg" alt="Mondial dell'auto di Parigi, le immagini più belle del salone (3)" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/mondial_dell_39_auto_di_parigi_le_immagini_pi_ugrave_belle_del_salone_3-8419419.html">Mondial dell'auto di Parigi, le immagini più belle del salone (3)</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/la_nuova_cooper_cabrio_completa_l_39_attuale_famiglia_mini-8404829.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/48/29/8404829_09171221_dedeaaa1.jpg" alt="La nuova Cooper Cabrio completa l'attuale famiglia MINI" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/la_nuova_cooper_cabrio_completa_l_39_attuale_famiglia_mini-8404829.html">La nuova Cooper Cabrio completa l'attuale famiglia MINI</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <article class="single "> <div class="foto-container"> <figure> <a href="/foto/bigster_il_grande_suv_firmato_dacia-8404757.html" title="apri la fotogallery"> <img src="https://statics.cedscdn.it/photos/MED_LOW/47/57/8404757_09161657_Rvl03-E3-Journey-FS-34AvDIndigoBlueSemiDiam19RoulingUrbain-Norvege-Immat-16-9.jpg" alt="Bigster, il grande Suv firmato Dacia" width="300" height="164"> </a> </figure> </div> <header> <h3><a href= "/foto/bigster_il_grande_suv_firmato_dacia-8404757.html">Bigster, il grande Suv firmato Dacia</a></h3> </header> <div class="clearfix"></div> <div class="separator"></div> </article> <div class="clearfix"></div> <div class="clearfix"></div> </section> <!-- TIME TO SERVE CACHED mainFotogalleryElenco-d7f3e8e: 0.00052809715270996 --> </div> </main> <div class="clearfix"></div> </div> <!-- footer-fad2c6e --- 2024-11-29 11:44:23 --> <footer id="footer"> <div class="container skin-footer"> <nav role="navigation"> <ul> <li><a href="http://www.caltagironeeditore.com/" class="bianco font11" target="_blank">CALTAGIRONE EDITORE</a></li> <li><a href="http://www.ilmattino.it" target="_blank" class="bianco font11">IL MATTINO</a></li> <li><a href="http://www.corriereadriatico.it" target="_blank" class="bianco font11">CORRIERE ADRIATICO</a></li> <li><a href="http://www.ilgazzettino.it" target="_blank" class="bianco font11">IL GAZZETTINO</a> <li><a href="http://www.quotidianodipuglia.it" target="_blank" class="bianco font11">QUOTIDIANO DI PUGLIA</a></li> <li><a href="http://www.leggo.it" target="_blank" class="bianco font11">LEGGO</a></li> <li><a href="https://www.piemmemedia.it" target="_blank" class="bianco font11">PUBBLICITA'</a></li> </ul> <ul class="contacts" style="display: block; padding-top: 15px;"> <li><a href="http://www.ilmessaggero.it/?p=contatti" target=_blank class="bianco font11">CONTATTI</a></li> <li><a href="https://utils.cedsdigital.it/cookies/informativa.pdf" target="_blank" title="Privacy Policy ">Privacy Policy</a></li> <li><a href="//utils.cedsdigital.it/cookies/" data-iub-z-index="2147483647" class="iubenda-nostyle no-brand iubenda-embed" title="Cookie Policy ">Cookie Policy</a></li> <li><a href="https://www.ilmessaggero.it/?p=informazioni_legali">Informazioni legali</a></li> <!-- <li> <a href="#" class="iubenda-advertising-preferences-link">Preferenze cookie</a></li>--> </ul> <script> (function(me){ _waitOnceFor('iubstub_loaded', function(){ CedsWNV.watch(me.previousElementSibling, function(){ loadScript('https://cdn.iubenda.com/iubenda.js'); }); }); })(document.currentScript) </script> </nav> <div class="clearfix"></div> <div class="more_info"> © 2024 Il MESSAGGERO - C.F. e P. IVA 05629251009 </div> </div> </footer><!-- TIME TO SERVE CACHED footer-fad2c6e: 0.00034999847412109 --> <!-- adv-8415acb --- 2024-11-29 11:44:54 --> <div id='adv_IntropageOvl' class="advertising"> <!-- <script type='text/javascript'> googletag.cmd.push(function() {googletag.display('')}); </script>--> </div><!-- TIME TO GENERATE - adv-8415acb:0.00046181678771973 --> <!-- Google Tag Manager Analytics Cross--> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M4WGV6R');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M4WGV6R" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Start Nielsen SDK --> <script > // non nelle webview if (location.search.match(/\bappId=/) || location.search.match(/\buuid=/i) || localStorage.getItem('in_webview') == 1) { // webview nielsen: nothing! CED.debug("Nielsen web disabled because of webview"); // salvo in localStorage per evitare che ulteriori visite da webview mandino la view localStorage.setItem('in_webview', 1); } else { // Static Queue Snippet !function(t,n){t[n]=t[n]||{nlsQ:function(e,o,c,r,s,i){return(r=(s=t.document).createElement("script")).async=1,r.src=("http:"===t.location.protocol?"http:":"https:")+"//cdn-gl.imrworldwide.com/conf/"+e+".js#name="+o+"&ns="+n,(i=s.getElementsByTagName("script")[0]).parentNode.insertBefore(r,i),t[n][o]=t[n][o]||{g:c||{},ggPM:function(e,c,r,s,i){(t[n][o].q=t[n][o].q||[]).push([e,c,r,s,i])}},t[n][o]}}}(window,"NOLBUNDLE"); // SDK Initialization var nSdkInstance = NOLBUNDLE.nlsQ("PE5AA187D-01B4-4A45-AEDF-21686DF747CC", "nlsnInstance"); // Content Metadata var nielsenMetadata = { type: 'static', assetid: '1-motori-foto', section: 'IlMessaggeroMotori_BRW' }; // Event 'staticstart' Call nSdkInstance.ggPM("staticstart", nielsenMetadata); _trigger('nielsen.init'); } </script> <!-- END Nielsen SDK --> <!-- MAPP + Pixel cookie Control --> <script src="https://statics.cedscdn.it/utils/js/mapp.js"></script> <script > _waitOnceFor('cookielaw.ready', function() { console.log("cookielaw.ready"); function getContentIdByURL(){ var url = document.location.href; if(url && url !== null) { return url.split("?")[0].toLowerCase(); } return "no_content"; }; function getExistsParameterByName(name) { var match = RegExp('[?&]' + name).exec(window.location.search); if (match) return name; else return 'no-refresh'; } var isAnonoymousTracking = (typeof window.cookieLawPurposes == 'undefined' || window.cookieLawPurposes[4] == false); if (isAnonoymousTracking) console.log("tracciatura anonima"); var pageConfig = { enableAnonymousFunction: isAnonoymousTracking, anonymousOptIn: isAnonoymousTracking, anonymousCookieName: "miCookieOptOut", suppressIdentificationParameter: ["cd"], linkTrack : "link", /* Attivare la rilevazione dei LINK ["link" o "standard"] */ heatmap : "", /* Attivare la rilevazione della HEATMAP ["1" = on | "0" = off] */ form : "", /* Attivare la rilevazione dei FORM ["1" = on | "0" = off] */ contentId : getContentIdByURL() /* Popolare con il NOME della pagina */ }; window.wt = new webtrekkV3(pageConfig); _waitOnceFor('cookielaw_4_accepted', function(){ wt.removeAnonymousCookie(); console.log("cancello cookie anonimo"); }); string_consent_parameter = 'no_consent'; _waitOnceFor("cookielaw.accepted", function(_, p) { string_consent_parameter = p.purposes[5]?'consent':'no_consent'; console.log("string_consent_parameter = " + string_consent_parameter); }); stato_abbonamento = getUserInfoFromCookie('abbonato') == 1 ? "abbonato" : "non_abbonato"; stato_loggato = getUserInfoFromCookie('mail') ? "loggato" : "non_loggato"; wt.contentGroup = { 1 : "Aggregato Caltagirone Editore", 2 : "web", 3 : "web - Il Messaggero", 4 : "web - Messaggero - MOTORI", /* sezione */ 5 : "web - Messaggero - MOTORI - FOTO" /* sottosezione */ }; refresh = getExistsParameterByName("refresh_ce"); wt.customParameter = { 1 : document.title, 2 : refresh, 3 : "na", 5 : string_consent_parameter, 6 : stato_abbonamento, 7 : document.location.href, 8 : stato_loggato }; wt.customSessionParameter = { 6 : string_consent_parameter, 7 : string_consent_parameter }; wt.ignorePrerendering = "true"; wt.sendinfo(); /* wteid sync */ (function(e,g){var h=!1,m=function(b){var d=b?b:"",a=!1,c=function(b,d){b&&!a&&(a=!0,d(b))},f=function(b,a){b.onerror=function(){c("e",a)};b.onload=function(){c("l",a)};e.setTimeout(function(){c("t",a)},5E3)};return{script:function(b){if(g.createElement){var a=g.getElementsByTagName("head").item(0),c=g.createElement("script");c.language="javascript";c.type="text/javascript";c.async=!0;f(c,b);c.src=d;a&&null!==a&&a.appendChild(c)}}}},n=function(){var b={},d=0,a=0,c=function(f){0>=d?f(a,b):e.setTimeout(function(){c(f)}, 100)};return{start:function(a){d++;b[a]=!1},done:function(a,c){d--;b[a]=c},get:c,error:function(b){a=b}}},k=function(b,d){for(var a=b.trackId.split(","),c=0;c<a.length;c++)d.push({trackDomain:b.trackDomain,trackIds:b.trackId,trackId:a[c],eid:b.eid,pixel:b})},p=function(){var b=[];if("undefined"!==typeof e.webtrekkUnloadObjects)for(var d=0,a=e.webtrekkUnloadObjects.length;d<a;d++){var c=e.webtrekkUnloadObjects[d];"1"!==c.cookie||c.eid||c.firstParty();k(c,b)}else"undefined"!==typeof e.webtrekk&&(e.webtrekk.trackId&& e.webtrekk.trackDomain)&&k({trackDomain:e.webtrekk.trackDomain,trackId:e.webtrekk.trackId,eid:"undefined"!==typeof e.wt_cookie_eid?e.wt_cookie_eid:!1,getCookie:e.wt_getCookie,setCookie:e.wt_setCookie},b);return b},l=function(b,d,a){"function"!==typeof e.wtcc_setCookie&&(e.wtcc_setCookie=function(a,c){b.pixel.setCookie(a,c)});var c="wt_gdpr_"+b.trackId,f=b.pixel.getCookie(c);f?d.done(b.trackId,f):a?(d.error(5),d.done(b.trackId,!1)):(a=("https:"===e.document.location.protocol?"https:":"http:")+"//"+ b.trackDomain+"/"+b.trackIds+"/cc",a=a+"?a=c"+("&c=wteid_"+b.trackId),a+="&rn_wteid_"+b.trackId+"="+c,a+="&v=",a+="&cl=",a+="&ccl=",a+="&w=2",a+="&o=s",m(a).script(function(a){switch(a){case "l":l(b,d,!0);break;case "t":d.error(3);d.done(b.trackId,!1);break;case "e":d.error(4),d.done(b.trackId,!1)}}))};e._getWebtrekkEIDs=function(b){if(h)return b(1);var d=p();if(0>=d.length)return b(2);h=!0;for(var a=n(),c=0,e=d.length;c<e;c++)a.start(d[c].trackId),d[c].eid?a.done(d[c].trackId,d[c].eid):l(d[c],a); a.get(function(a,c){h=!1;b(a,c)})}})(window,document); wtes=(x,eid)=>{ /* nulla di utile */ }; _waitOnceFor('cookielaw_4_accepted', function(){ /* se non sono stati accettati i cookie non c'è alcun cookie da leggere */ _getWebtrekkEIDs(wtes); }); }); </script> <noscript><div><img src="https://caltagironeeditore01.wt-eu02.net/927615140575951/wt.pl?p=328,0" height="1" width="1" alt="" /></div></noscript> <!-- /Mapp --> <!-- Webtrekk 3.2.8, (c) www.webtrekk.com - FOTOGALLERY --> <script class="onwebtrekkloaded" type="text/plain"> var pageConfig = { linkTrack : "", // Attivare la rilevazione dei LINK ["link" o "standard"] heatmap : "", // Attivare la rilevazione della HEATMAP ["1" = on | "0" = off] form : "", // Attivare la rilevazione dei FORM ["1" = on | "0" = off] contentId : getContentIdByURL() // Popolare con il NOME della pagina }; var wt2 = new webtrekkV3(pageConfig); wt2.contentGroup = { 1 : "Aggregato Caltagirone Editore", 2 : "web", 3 : "web - Il Messaggero", 4 : "web - Messaggero - MOTORI", // sezione 5 : "web - Messaggero - MOTORI - FOTO" // sottosezione }; wt2.customParameter = { 1 : document.title, 2 : "refresh_ce-awe", 3 : "na" // Popolare con il tipo di template o con un valore di fallback }; wt2.ignorePrerendering = "true"; // Inserire la chiamata wt2.sendinfo(); sul cambio foto </script> <!-- Tracking delle views --> <script class="oncookielaw_4_accepted" type="text/plain" src="https://track.cedsdigital.it/track_views.php" async></script> <!-- MAPP Traccio eventi CookieBannerShow e Consenso espresso --> <script> // traccio banner mostrato _waitOnceFor('cookielaw.bannerShown', function() { var dominio_corrente = 'ilmessaggero.it'; try { dominio_corrente = document.location.host.match(/(\w+\.\w+)\.*$/)[1]; } catch (e) {} let sito_corrente = dominio_corrente.replace('.it', ''); console.log("sito_corrente = " + sito_corrente); var evento = "CookieBannerShow"; try { console.log("Aspetto webtrekkloaded"); // aspetto che abbia inizializzato la variabile wt var callWt = function() { window.wt.sendinfo({ linkId: sito_corrente + "." + evento }); }; typeof window.wt === 'object' ? callWt() : window.setTimeout(callWt, 200); } catch (e) { console.log("DEBUG","Tracciamento banner iubenda fallito con errore", e); } // traccio consensi _waitOnceFor('cookielaw.consentFirstGiven', function(){ _waitOnceFor("cookielaw.accepted", function(_, p) { let stringa_tracciamento_consensi = (p.purposes[1]?'1':'0') + (p.purposes[2]?'1':'0') + (p.purposes[3]?'1':'0') + (p.purposes[4]?'1':'0') + (p.purposes[5]?'1':'0'); console.log("stringa_tracciamento_consensi = " + stringa_tracciamento_consensi); try { var callWt = function() { window.wt.sendinfo({ linkId: sito_corrente + ".CookieBanner."+stringa_tracciamento_consensi }); }; typeof window.wt === 'object' ? callWt() : window.setTimeout(callWt, 200); } catch (error) { console.log("DEBUG", "Tracciamento consenso utente fallito con errore", error); } }); }); }); </script></body> </html> <!-- 2024-11-29 11:44:54 --><!-- TIME TO SERVE CACHED: 0.0013151168823242 -->