(function () { let commentURL = "https://comment.ifragasatt.se/comment?customerId=9&articleId=di.epi.2445499&adFrequency=null&alias=true&articleUrl=https://www.di.se/nyheter/undantagstillstand-i-chile-efter-t-banevald/&articleTitle=Undantagstillst%C3%A5nd+i+Chile+efter+t-banev%C3%A5ld&cssUrl=//content.di.se/css/article-comments/e56406407d4526b5c6626946a4a8344f.css&articleDescription=Chiles+president+Sebasti%C3%A1n+Pi%C3%B1era+har+utlyst+undantagstillst%C3%A5nd+i+huvudstaden+Santiago.%0ABeskedet+kom+efter+v%C3%A5ldsamma+demonstrationer.%0A%E2%80%9DDet+h%C3%A4r+%C3%A4r+inte+protester%2C+det+%C3%A4r+ren+brottslighet%E2%80%9D%2C+s%C3%A4ger+president+Sebasti%C3%A1n+Pi%C3%B1era.&articlePublishedTime=2019-10-19T20:02:18.0000000+02:00&articleTags=R%C3%A4ntor+och+valutor&articleTitle=Undantagstillst%C3%A5nd+i+Chile+efter+t-banev%C3%A5ld&stickylogin=false&languageName=svenska&languageShortName=sv"; let allowSticky = commentURL.includes("stickylogin=true"); if (allowSticky) { let cookie = document.cookie .split('; ') .find(row => row.startsWith('ifragasatt_cookie=')); if (cookie) { let cookieValue = cookie.split('=')[1]; commentURL += "&cookie=" + cookieValue; } } function getDomain(url) { url = url.replace(/(https?:\/\/)?(www.)?/i, ''); if (url.indexOf('/') !== -1) { url = url.split('/')[0]; } return "." + url; } let ifrURL = ""; document.getElementById("ifragasatt-di.epi.2445499").innerHTML = ifrURL; window.addEventListener('message', receiveMessage, false); function receiveMessage(evt) { const commentDiv = document.getElementById("ifragasatt-di.epi.2445499"); let domain = window.location.hostname.replace(/(https?:\/\/)?(www.)?/i, ''); if (domain.indexOf('/') !== -1) { domain = domain.split('/')[0]; } if (evt.data.id === "ifragasatt-di.epi.2445499" && commentDiv && commentDiv.firstChild) { document.getElementById("ifragasatt-di.epi.2445499").firstChild.style.height = evt.data.height; } if (allowSticky && (evt.data.id === "ifr-set-cookie")) { const token = evt.data.token; if (token && token.length > 0) { const maxAge = 30 * 24 * 60 * 60; const cookie = "ifragasatt_cookie=" + token + "; max-age=" + maxAge + ";domain=." + domain + ";"; document.cookie = cookie; } } if (evt.data.id === "ifr-remove-cookie") { const cookie = "ifragasatt_cookie=;expires=Thu, 01 Jan 1970 00:00:01 GMT;max-age=-1;domain=." + domain + ";"; document.cookie = cookie; commentURL = "https://comment.ifragasatt.se/comment?customerId=9&articleId=di.epi.2445499&adFrequency=null&alias=true&articleUrl=https://www.di.se/nyheter/undantagstillstand-i-chile-efter-t-banevald/&articleTitle=Undantagstillst%C3%A5nd+i+Chile+efter+t-banev%C3%A5ld&cssUrl=//content.di.se/css/article-comments/e56406407d4526b5c6626946a4a8344f.css&articleDescription=Chiles+president+Sebasti%C3%A1n+Pi%C3%B1era+har+utlyst+undantagstillst%C3%A5nd+i+huvudstaden+Santiago.%0ABeskedet+kom+efter+v%C3%A5ldsamma+demonstrationer.%0A%E2%80%9DDet+h%C3%A4r+%C3%A4r+inte+protester%2C+det+%C3%A4r+ren+brottslighet%E2%80%9D%2C+s%C3%A4ger+president+Sebasti%C3%A1n+Pi%C3%B1era.&articlePublishedTime=2019-10-19T20:02:18.0000000+02:00&articleTags=R%C3%A4ntor+och+valutor&articleTitle=Undantagstillst%C3%A5nd+i+Chile+efter+t-banev%C3%A5ld&stickylogin=false&languageName=svenska&languageShortName=sv"; ifrURL = ""; document.getElementById("ifragasatt-di.epi.2445499").innerHTML = ifrURL; } } })();