CINXE.COM

Expressen

<!DOCTYPE html> <html lang="sv" class="start-page"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="description" content=""> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <title>Expressen</title> <link rel="shortcut icon" type="image/x-icon" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3389/396a4de28b69e95d7a311df958588cff" /> <link rel="apple-touch-startup-image" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3391/1aeb3a740078fad60c7256e18521c0ee?width=640&height=1136" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" /> <link rel="apple-touch-startup-image" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3391/1aeb3a740078fad60c7256e18521c0ee?width=750&height=1294" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" /> <link rel="apple-touch-startup-image" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3391/1aeb3a740078fad60c7256e18521c0ee?width=1242&height=2148" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" /> <link rel="apple-touch-startup-image" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3391/1aeb3a740078fad60c7256e18521c0ee?width=1125&height=2436" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" /> <link rel="apple-touch-startup-image" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3391/1aeb3a740078fad60c7256e18521c0ee?width=1536&height=2048" media="(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" /> <link rel="apple-touch-startup-image" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3391/1aeb3a740078fad60c7256e18521c0ee?width=1668&height=2224" media="(min-device-width: 834px) and (max-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" /> <link rel="apple-touch-startup-image" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3391/1aeb3a740078fad60c7256e18521c0ee?width=2048&height=2732" media="(min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" /> <link rel="apple-touch-icon" href="https://1123185085.rsc.cdn77.org/api/image/application-images/3393/849ce0b90a696d2e57671e4433fe71b6" /> <link rel="preload" href="https://assetscdn.prenly.com/runtime.dc748adfc308efcf9b60.js" as="script"> <link rel="preload" href="https://assetscdn.prenly.com/config.e08ac085ba5523fafcd5.js" as="script"> <link rel="preload" href="https://assetscdn.prenly.com/reader.c8a07630ce2fb3e7e014.js" as="script"> <link rel="preload" href="https://assetscdn.prenly.com/sentry.b738357b5b8b2ba32ab9.js" as="script"> <link rel="preload" href="https://assetscdn.prenly.com/auth-oauth2-authorization-code.cec1620176dc391e00c0.js" as="script"> <style> /** Theme variables */ :root { --color-white: hsl(0, 0%, 100%); --color-black: hsl(0, 0%, 0%); --color-grey-100: hsl(0, 0%, 95%); /* #f2f2f2 */ --color-grey-250: hsl(0, 0%, 88%); /* #e0e0e0 */ --color-grey-300: hsl(0, 0%, 77%); /* #c4c4c4 */ --color-grey-400: hsl(0, 0%, 66%); /* #a8a8a8 */ --color-grey-500: hsl(0, 0%, 60%); /* #999999 */ --color-grey-600: hsl(0, 0%, 45%); /* #737373 */ --color-grey-650: hsl(0, 0%, 37%); /* #5f5f5f */ --color-grey-700: hsl(0, 0%, 31%); /* #4e4e4e */ --color-grey-800: hsl(217, 8%, 20%); /* #303338 */ --color-blue-500: hsl(212, 72%, 49%); /* #2376d8 */ --color-blue-550: hsl(213, 73%, 44%); /* #1e68c2 */ --color-blue-600: hsl(212, 72%, 40%); /* #1d61af */ --color-blue-700: hsl(212, 73%, 30%); /* #154984 */ --color-red-500: hsl(353, 98%, 41%); /* #cf021a */ --color-red-550: hsl(353, 98%, 37%); --color-red-600: hsl(353, 98%, 33%); --color-green-500: hsl(104, 49%, 42%); /* #519e36 */ } /** Global resets and normalization. */ *, *:before, *:after { box-sizing: border-box; } /* This will hide the focus indicator if the element receives focus via the mouse, but it will still show up on keyboard focus. */ .js-focus-visible :focus:not(.focus-visible) { outline: none; } body { margin: 0; /* Prevent iOS text size adjust after orientation change. */ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; } button { overflow: visible; user-select: none; } button, input, optgroup, select, textarea { margin: 0; padding: 0; font: inherit; color: inherit; } button, input, textarea { border: 0; border-radius: 0; } textarea { overflow: auto; } button, select { text-transform: none; } button, input[type='reset'], input[type='submit'], input[type='button'] { background-color: transparent; cursor: pointer; -webkit-appearance: button; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input[type='search'] { -webkit-appearance: textfield; } input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance: none; } kbd { font-family: inherit; } h1 { margin: 0.67em 0; font-size: 2em; } svg:not(:root) { overflow: hidden; } input { line-height: normal; } input[type='checkbox'], input[type='radio'] { padding: 0; } input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { height: auto; } fieldset { padding: 0.35em 0.625em 0.75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { background-color: transparent; border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } figure { margin: 0; } img { vertical-align: middle; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } [role='button'] { cursor: pointer; } h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height: 1.1; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; color: #777; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h1 small small, h2 small small, h3 small small { font-size: 65%; } h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, h5 small, h6 small { font-size: 75%; } h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h6 { font-size: 12px; } p { margin: 0 0 10px; } small { font-size: 85%; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; } blockquote footer:before, blockquote small:before { content: '\2014 \00A0'; } input[type='radio'], input[type='checkbox'] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type='file'] { display: block; } input[type='range'] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type='radio'][disabled], input[type='checkbox'][disabled], fieldset[disabled] input[type='radio'], fieldset[disabled] input[type='checkbox'] { cursor: not-allowed; } /** Web Reader styles */ html { min-height: 100%; position: relative; background-color: #eee; } body { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.42857143; background-color: #eee; color: #333; overflow-y: auto; } a { color: var(--color-blue-550); text-decoration: none; } a:hover { color: var(--color-blue-700); text-decoration: underline; } sub { vertical-align: sub; font-size: 0.67em; line-height: 0; } sup { vertical-align: super; font-size: 0.67em; line-height: 0; } /** Initial app loading screen styles */ .skeleton-topbar { height: 64px; position: absolute; display: flex; align-items: center; top: 0; left: 0; right: 0; font-size: 16px; background: rgba(255, 255, 255, 1); color: rgba(9, 118, 181, 1); } .ajax-loader-container { position: relative; height: calc(100vh - 40px); } .ajax-loader { position: absolute; right: 0; left: 0; top: calc(50% - 20px / 2); margin: 0 auto; border: 5px solid #bbbebd; border-radius: 50%; border-top: 5px solid #606060; width: 20px; height: 20px; animation: spin 0.8s linear infinite, fadein 1s; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* New bottom controls, circle */ .control-button-circle { border: 0; float: left; margin-right: 10px; width: 40px; height: 40px; background: #303338; border-radius: 50%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); text-align: center; color: var(--color-white); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; } .control-button-circle:last-child { margin-right: 0; } .control-button-circle:hover, .control-button-circle:active { color: var(--color-white); -webkit-filter: brightness(130%); filter: brightness(130%); } .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .print-content { display: none; } html.start-page, html.start-page > body { background-color: rgba(237, 237, 237, 1); } </style> <link rel="stylesheet" href="https://assetscdn.prenly.com/fonts.css"> <link rel="stylesheet" href="https://assetscdn.prenly.com/print.css" media="print"> <link rel="manifest" href="/manifest.json.php"> <link rel="preconnect" href="https://content.textalk.se" crossorigin> </head> <body> <div id="app" style="height: 100%; width: 100%"> <div class="skeleton-topbar"> <h1 style="font: inherit; line-height: inherit; margin: 0 0 0 15px; display: none;"> Expressen </h1> </div> <noscript> <p style="margin: 5vh auto; padding: 20px; text-align: center; font-size: 24px"> Please enable JavaScript in your browser to use the Prenly Web Reader. </p> </noscript> </div> <div id="dropdowns"></div> <div id="modals"></div> <script> (function() { var l = document.createElement('div'); l.className = 'ajax-loader-container'; var a = document.getElementById('app'); a && a.appendChild(l); setTimeout(function() { l = document.querySelector('.ajax-loader-container') l && (l.innerHTML = '<div class="ajax-loader"></div>'); }, 2000); }()); </script> <script>window.PrenlyUser = {};</script> <script>var PrenlyData = window.PrenlyData = window.PrenlyData || {}</script> <script>PrenlyData.translations = {"sv_SE":{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv"},"Your account is now activated":["Ditt konto 盲r nu aktiverat"],"To read, you need to connect your digital account to a subscription.":["F枚r att kunna l盲sa m氓ste du koppla ditt digitala konto till en prenumeration"],"Connect account to subscription":["Koppla konto till prenumeration"],"Continue without connecting":["Forts盲tt utan att koppla"],"Your email has changed":["Din e-post har 盲ndrats"],"Your email has changed to":["Din e-post har 盲ndrats till"],"You must enter email address and password":["Du m氓ste fylla i e-postadress och l枚senord"],"You must enter an email address":["Du m氓ste fylla i en e-postadress"],"You must enter a password":["Du m氓ste fylla i ett l枚senord"],"The password must contain at least 6 characters.":["L枚senordet m氓ste inneh氓lla minst 6 tecken."],"Enter a valid email address":["Fyll i en giltig e-postadress"],"Email":["E-post"],"Password":["L枚senord"],"Create account":["Skapa konto"],"An activation email has been sent to the specified email address":["Ett aktiveringsmail har skickats till den angivna e-postadressen"],"Already have an account?":["Har du redan ett konto?"],"Sign in":["Logga in"],"Forgot password":["Gl枚mt l枚senord"],"Send":["Skicka"],"An email with instructions has been sent to the specified email address":["Ett mail med instruktioner har skickats till den angivna e-postadressen"],"Back to Sign in":["Tillbaka till Logga in"],"Login failed. Please try again.":["Inloggningen misslyckades. F枚rs枚k igen."],"Sign in with your digital account":["Logga in med ditt digitala konto"],"Forgot password?":["Gl枚mt l枚senord?"],"Don't have an account?":["Har du inget konto?"],"Only for subscribers":["Endast f枚r prenumeranter"],"You don't have an active subscription connected to your account.":["Du har 盲nnu ingen aktiv prenumeration kopplad till ditt konto."],"I want to become a subscriber":["Jag vill bli prenumerant"],"Already have a subscription?":["Har du redan en prenumeration?"],"Activate here!":["Aktivera den h盲r!"],"Set a new password for your account":["Skapa ett nytt l枚senord f枚r ditt konto"],"Save password":["Spara l枚senord"],"Your password has been changed":["Ditt l枚senord har 盲ndrats"],"Resend activation email":["Skicka om aktiveringsmail"],"Back to create account":["Tillbaka till Skapa konto"],"Create a password for your account":["Skapa ett l枚senord f枚r ditt konto"],"Create password":["Skapa l枚senord"],"Page Not Found":["Sidan kunde inte hittas"],"No articles found.":["Inga artiklar hittades."],"Hide":["G枚m"],"Show":["Visa"],"Add subscription":["L盲gg till prenumeration"],"Customer number":["Kundnummer"],"Register":["Registrera"],"Subscription number":["Prenumerationsnummer"],"Your subscription has now been added":["Din prenumeration har nu lagts till"],"Password has been updated":["L枚senordet har uppdaterats"],"You must enter your old password":["Du m氓ste ange ditt gamla l枚senord"],"You must enter a new password":["Du m氓ste ange ditt nya l枚senord"],"You must repeat your new password":["Du m氓ste ange ditt nya l枚senord igen"],"Passwords don't match":["L枚senorden 枚verensst盲mmer inte"],"Change password":["Byt l枚senord"],"Old password":["Gammalt l枚senord"],"New password":["Nytt l枚senord"],"New password again":["Nytt l枚senord igen"],"Your personal information was successfully updated":["Dina uppgifter har blivit uppdaterade"],"Enter a valid telephone number":["Felaktigt format p氓 telefonnumret"],"User information":["Anv盲ndaruppgifter"],"Email address":["E-post"],"Change email":["Byt e-postadress"],"Customer information":["Kunduppgifter"],"First name":["F枚rnamn"],"Surname":["Efternamn"],"Contact information":["Kontaktuppgifter"],"Phone":["Telefon"],"Update profile":["Uppdatera profil"],"Edit profile":["Redigera profil"],"Subscription information":["Prenumerationsuppgifter"],"Ongoing":["L枚pande"],"{startDate} to {stopDate}":["{startDate} till {stopDate}"],"Validity":["Giltighet"],"Subscriptions":["Prenumerationer"],"Overview":["脰versikt"],"Page":["Sida"],"yyyy-mm-dd":["氓氓氓氓-mm-dd"],"From":["Fr氓n"],"To":["Till"],"Search":["S枚k"],"Something went wrong":["N氓got gick fel"],"Sorry, something went wrong. Please reload the page and try again.":["Tyv盲rr gick n氓got fel. Ladda om sidan och f枚rs枚k igen."],"Titles":["Titlar"],"Try one of the following and search again:":["Testa n氓got av f枚ljande och f枚rs枚k igen:"],"Use <strong>other keywords</strong>":["Anv盲nd <strong>andra s枚kord</strong>"],"<strong>Change the time span</strong> of your search":["<strong>脛ndra den tidsperiod</strong> du s枚ker inom"],"Page {pageNo}":["Sidan {pageNo}"],"Share using link":["Dela via l盲nk"],"Copy this URL to share":["Kopiera denna URL f枚r att dela"],"Hi, I would like to tip you about this article from {customer}":["Hej, jag skulle vilja tipsa dig om denna artikel fr氓n {customer}"],"Information":["Information"],"The shared content could not be found.":["Det delade inneh氓llet kunde inte hittas."],"You have no subscriptions.":["Du har inga prenumerationer."],"A verification email has been sent to {email}. Your email address will not be changed until it is verified.":["Ett verifieringsmail har skickats till {email}. E-postadressen kommer inte 盲ndras f枚rr盲n den 盲r verifierad."],"You have already signed in on the maximum number of devices.":["Du 盲r redan inloggad p氓 f枚r m氓nga enheter."],"If you proceed with the sign in you will be logged out from one of your other devices.":["Om du loggar in kommer du att bli utloggad fr氓n n氓gon av dina andra enheter."],"Proceed with sign in":["Logga in 盲nd氓"],"Decrease font size":["Minska textstorlek"],"Increase font size":["脰ka textstorlek"],"Decrease line height":["Minska radavst氓nd"],"Increase line height":["脰ka radavst氓nd"],"Font":["Typsnitt"],"Hyphenation":["Avstavning"],"Disable hyphenation":["Anv盲nd avstavning"],"Enable hyphenation":["St盲ng av avstavning"],"On":["P氓"],"Off":["Av"],"Text settings":["Textinst盲llningar"],"Try one of the following:":["F枚rs枚k n氓got av f枚ljande:"],"Select <strong>more newspapers</strong>":["V盲lj <strong>fler tidningar</strong>"],"Search in the archive":["S枚k i arkivet"],"Contains {article_count} articles":["Inneh氓ller {article_count} artiklar"],"1 year":["1 氓r"],"{years} years":["{years} 氓r"],"could_not_find_page":["Tyv盲rr gick det inte att hitta sidan som du s枚ker. L盲nken kanske 盲r trasig eller sidan kan ha tagits bort."],"select_title_to_search":["V盲lj en s枚kbar titel f枚r att s枚ka"],"select_title_to_search_in_articles":["V盲lj en s枚kbar titel f枚r att s枚ka i artiklar"],"search_not_available":["S枚k ej tillg盲ngligt"],"search_not_available_in_subscription":["S枚k 盲r inte tillg盲ngligt i din prenumeration"],"login_or_signup_to_search":["<0>Logga in</0> eller <1>registrera dig</1> f枚r att s枚ka"],"login_or_signup_to_search_in_articles":["<0>Logga in</0> eller <1>registrera dig</1> f枚r att s枚ka i artiklar"],"label.search_in_articles":["S枚k i artiklar"],"action.clear_search_field":["Rensa s枚kf盲ltet"],"msg.page_could_not_be_loaded":["Sidan kunde inte visas. Ladda om sidan f枚r att f枚rs枚ka igen eller se till att du 盲r ansluten till internet."],"action.reload":["Ladda om sidan"],"link.view_profile":["Visa profil"],"action.sign_out":["Logga ut"],"action.sign_in":["Logga in"],"page_nr":["Sida {pageNr}"],"page_range":["Sida {pageNrStart}鈥搟pageNrEnd}"],"Create your digital account":["Skapa ditt digitala konto"],"untitled":["Rubrik saknas"],"related_articles":["Relaterade artiklar"],"archive":["Arkivet"],"actions.read":["L盲s"],"header.needs_subscription":["Endast f枚r prenumeranter"],"start_reading":["B枚rja l盲sa"],"share_spread":["Dela uppslag"],"share_article":["Dela artikel"],"link":["L盲nk"],"email":["E-post"],"facebook":["Facebook"],"linkedin":["LinkedIn"],"print_spread":["Skriv ut uppslag"],"print_article":["Skriv ut artikel"],"fullscreen_mode_exit":["St盲ng fullsk盲rmsl盲ge"],"fullscreen_mode":["Fullsk盲rmsl盲ge"],"show_zoom_buttons":["Visa zoomknappar"],"show_speech_synthesis":["Visa textuppl盲sning"],"show_text_settings":["Visa textinst盲llningar"],"pdf":["PDF"],"pdf_mode":["PDF-l盲ge"],"article":["Artikel"],"Home":["Hem"],"Article list":["Artikellista"],"PDF mode":["PDF-l盲ge"],"Previous":["F枚reg氓ende"],"Next":["N盲sta"],"Speech":["Tal"],"More":["Mer"],"Article mode":["Artikell盲ge"],"Zoom out":["Zooma ut"],"Zoom in":["Zooma in"],"print_page":["Skriv ut sida"],"You must enter your login credentials":["Du m氓ste ange dina inloggningsuppgifter"],"You must enter your username":["Du m氓ste ange ditt anv盲ndarnamn"],"always_show_controls":["Visa alltid kontrollpanel"],"Read on":["L盲s vidare"],"could_not_download_pdf":["Tyv盲rr kunde inte PDF laddas ned."],"download_pdf":["Ladda ned PDF"],"Since {startDate}":["Sedan {startDate}"],"Select subscription directory":["V盲lj prenumerationsregister"],"section_page":["Sektionssida"],"Change preferred title":["Byt vald titel"],"Select title":["V盲lj titel"],"spread_mode":["Uppslagsl盲ge"],"single_page_mode":["Enkelsidigt l盲ge"],"This link is no longer valid":["Den h盲r l盲nken 盲r inte l盲ngre giltig"],"The account is already activated":["Kontot 盲r redan aktiverat"],"The account is not activated":["Kontot 盲r inte aktiverat"],"Could not change the email.":["Kunde inte byta e-postadressen."],"To read this article, you must be a subscriber.":["F枚r att l盲sa den h盲r artikeln m氓ste du vara prenumerant."],"Are you already a subscriber?":["脛r du redan prenumerant?"],"All titles":["Alla titlar"],"show_less":["Visa mindre"],"show_more":["Visa mer"],"{total} hits":["{total} tr盲ffar"],"{total} hit":["{total} tr盲ff"],"Read time: {minutes} minutes":["L盲stid: {minutes} minuter"],"Read time: {minutes} minute":["L盲stid: {minutes} minut"],"Close":["St盲ng"],"View":["Visa"],"My Favorites":["Mina favoriter"],"Remove favorite":["Ta bort favorit"],"Add to favorites":["L盲gg till i favoriter"],"you_have_1_saved_favorite":["Du har 1 sparad favorit."],"you_have_n_saved_favorites":["Du har {count} sparade favoriter."],"if_you_choose_not_to_transfer_your_favorites":["Om du v盲ljer att inte f枚ra 枚ver dina favoriter kommer de forts盲tta vara sparade i webbl盲saren och dyka upp igen n盲r du loggar ut."],"no":["Nej"],"yes_transfer":["Ja, 枚verf枚r"],"you_have_no_favorites":["Du har inga favoriter"],"Profile":["Profil"],"press_the_heart_of_your_favorite_titles":["Tryck p氓 hj盲rtat p氓 dina favorittitlar s氓 dyker de upp h盲r!"],"Delete account":["Ta bort konto"],"A verification email has been sent to the specified address. Check the email to continue with the delete process.":["Ett verifieringsmail har skickats till den angivna adressen. L盲s e-postmeddelandet f枚r att forts盲tta med borttagningen."],"Please input your credentials in order to delete your account.":["Var god ange dina uppgifter f枚r att ta bort ditt konto."],"Invalid credentials. Please try again.":["Ogiltiga uppgifter. Var god f枚rs枚k igen."],"It is not possible to delete this account. Please contact support for further assistance.":["Det g氓r inte att ta bort det h盲r kontot. Var god kontakta support f枚r att komma vidare."],"An unknown error occurred while deleting the account. Please try again later.":["Ett ov盲ntat fel intr盲ffade under borttagning av kontot. Var god f枚rs枚k igen senare."],"Delete":["Ta bort"],"An unexpected error occurred while deleting the account. The link might have expired. Please try again or contact support if the error persists.":["Ett ov盲ntat fel intr盲ffade under borttagning av kontot. L盲nkens giltighetstid kan ha passerat. Var god f枚rs枚k igen eller kontakta support om felet kvarst氓r."],"Your account was deleted successfully.":["Ditt konto har tagits bort."],"Always on":["Alltid p氓"],"Allow all":["Till氓t alla"],"Allow only necessary":["Till氓t endast n枚dv盲ndiga"],"Confirm selection":["Bekr盲fta val"],"More options":["Fler val"],"Article has no image":["Artikeln har ingen bild"],"Skip backwards":["Hoppa tillbaka"],"Pause":["Pause"],"Play":["Spela upp"],"Skip forwards":["Hoppa fram"],"Up next":["N盲st p氓 tur"],"Clear":["Rensa"],"Remove item from queue":["Ta bort fr氓n k枚"],"Minimize":["Minimera"],"Expand":["F枚rstora"],"Added to your queue":["Tillagd i din k枚"],"Add to queue":["L盲gg till i k枚"],"Expand audio player":["F枚rstora ljudspelare"],"startpage_articles_play_all":["Spela alla"],"h_hours_short":["Tim"],"min_minutes_short":["Min"],"sec_seconds_short":["Sek"],"page":["Sida"],"Display as":["Visa som"],"Grid":["Rutn盲t"],"List":["Lista"],"Sort by":["Sortera p氓"],"Newest":["Nyaste"],"Oldest":["脛ldsta"],"Relevance":["Relevans"],"ad":["Annons"],"Ad":["Annons"],"The subscription number was not found.":["Prenumerationsnumret kunde inte hittas."],"The customer number was not found.":["Kundnumret kunde inte hittas."],"Podcasts":["Podcasts"],"Episodes":["Avsnitt"],"No podcast episodes available...":["Inga tillg盲ngliga podcastavsnitt..."],"Latest episode":["Senaste avsnittet"],"all_podcasts":["Alla podcasts"],"Nothing is playing next. Queued items will be displayed here.":["Inget spelas h盲rn盲st. K枚ade poster kommer att visas h盲r."],"Your account is connected but you have no subscription. Please contact support if you want to add a subscription.":["Ditt konto 盲r kopplat men du har ingen prenumeration. Var god kontakta support om du vill l盲gga till en prenumeration."],"already_subscriber":["Redan prenumerant?"],"buy_single_copy_here":["eller k枚p ditt l枚snummer h盲r"],"Audio could not be loaded correctly...":["Ljudet kunde inte laddas..."],"Premium":["Premium"],"Play from queue":["Spela fr氓n k枚"],"You have nothing to play":["Du har ingenting att spela"],"Your queue is full":["Din k枚 盲r full"],"here_is_a_taste_of_our_locked_content":["H盲r 盲r ett smakprov p氓 v氓rt l氓sta inneh氓ll. Du f氓r l盲sa artikeln eftersom n氓gon med en prenumeration delat den med dig."],"Keyboard shortcuts":["Tangentbordsgenv盲gar"],"Here are some helpful tips on how you can navigate using the keyboard.":["H盲r finns n氓gra hj盲lpsamma tips om hur du kan navigera med hj盲lp av tangentbordet."],"Zoom to different pre-defined views":["Zooma till olika f枚rdefinierade l盲gen"],"Zoom in or out":["Zooma in eller ut"],"Left arrow":["V盲nsterpil"],"Up arrow":["Upp氓tpil"],"Down arrow":["Ned氓tpil"],"Right arrow":["H枚gerpil"],"Navigate in zoomed view":["Navigera i f枚rstorat l盲ge"],"Navigate between pages":["Navigera mellan sidor"],"Return to original view":["脜terg氓 till ursprungsl盲ge"],"keyboard_shortcuts":["Tangentbordsgenv盲gar"],"here_is_a_taste_of_our_locked_content_spread":["H盲r 盲r ett smakprov p氓 v氓rt l氓sta inneh氓ll. Du f氓r l盲sa uppslaget eftersom n氓gon med en prenumeration delat det med dig."],"To continue reading, click here to become a subscriber.":["F枚r att forts盲tta l盲sa, klicka h盲r f枚r att bli prenumerant."],"Close menu":["St盲ng meny"],"Open menu":["脰ppna meny"],"label.logged_in":["Inloggad"],"Cookie settings":["Cookieinst盲llningar"],"External link":["Extern l盲nk"],"Breadcrumb":["Br枚dsmula"],"Back":["Tillbaka"],"previous year":["f枚reg氓ende 氓r"],"previous month":["f枚reg氓ende m氓nad"],"select month":["v盲lj m氓nad"],"select year":["v盲lj 氓r"],"next month":["n盲sta m氓nad"],"next year":["n盲sta 氓r"],"Months":["M氓nader"],"Select start date":["V盲lj startdatum"],"Select end date":["V盲lj slutdatum"],"Clear date":["Rensa datum"],"Couldn't find any publications":["Kunde inte hitta n氓gra publikationer"],"Unfortunately we couldn't find any publications for the given time period.":["Tyv盲rr kunde vi inte hitta n氓gra publikationer f枚r den valda tidsperioden."],"Select font":["V盲lj typsnitt"],"Carousel":["Karusell"],"Carousel controls":["Karusellkontroller"],"Search results for":["S枚kresultat f枚r"],"Your search did not match any results":["Din s枚kning gav inga tr盲ffar"],"Unfortunately we couldn't find any results that matched your search.":["Tyv盲rr kunde vi inte hitta n氓gra tr盲ffar som matchade din s枚kning."],"Search in <strong>more titles</strong>":["S枚k bland <strong>fler titlar</strong>"],"Remove the search term to find all publications in selected titles":["Rensa s枚kf盲ltet f枚r att se alla publikationer i valda titlar"],"Opens article titled":["脰ppnar artikel med namn"],"Opens untitled article.":["脰ppnar artikel utan namn."],"previous {yearsPerPage} years":["f枚reg氓ende {yearsPerPage} 氓r"],"next {yearsPerPage} years":["n盲sta {yearsPerPage} 氓r"],"{headline} (page {pageNr})":["{headline} (sida {pageNr})"],"Account activation":["Kontoaktivering"],"Welcome to {applicationName}":["V盲lkommen till {applicationName}"],"Logotype for {applicationName}":["Logotyp f枚r {applicationName}"],"Sign in or buy single copy":["Logga in eller k枚p l枚snummer"],"Buy single copy":["K枚p l枚snummer"],"Copy link":["Kopiera l盲nk"],"Try again later.":["F枚rs枚k igen senare."],"Too many requests. Please try again in {seconds} seconds.":["F枚r m氓nga anrop. F枚rs枚k igen efter {seconds} sekunder."],"something_went_wrong":["N氓got gick fel"],"page_not_found":["Sidan kunde inte hittas"],"would_you_like_to_transfer_your_favorites_to_your_account":["Vill du f枚ra 枚ver dina favoriter till ditt konto?"],"someone_has_unlocked_an_article_for_you":["Grattis! N氓gon har l氓st upp en artikel 氓t dig!"],"someone_has_unlocked_a_spread_for_you":["Grattis! N氓gon har l氓st upp ett uppslag 氓t dig!"],"downloading_pdf":["Laddar ned PDF"],"pdf_not_found":["PDF kunde inte hittas"]}}}}</script> <script>PrenlyData.application = {"name":"Expressen","public_settings":{"app_has_reader":true,"app_has_login":true,"app_has_subscriber":false,"app_has_checkout":false,"app_has_native_issue_search":true,"app_has_sitemap":false,"archive_title_single_select":false,"hide_topbar_user_features":false,"app_rating":"frequent_publications","checkout_merchant_name":"","checkout_merchant_identifier":"","paywall_url":"","archive_datepicker_earliest_date":"2017-08-15"},"custom_strings":{"external_link_needs_subscription":{"string_type":"url","string_value":"https:\/\/www.expressen.se\/premium\/om-premium\/"},"text_needs_subscription_header":{"string_type":"text","string_value":"Endast f\u00f6r Premium-prenumeranter"},"external_link_create_account":{"string_type":"url","string_value":"https:\/\/www.expressen.se\/premium\/om-premium\/"},"text_in_app_products_header":{"string_type":"text","string_value":"Trevlig l\u00e4sning!"},"text_in_app_products_lead":{"string_type":"html_text","string_value":"Du beh\u00f6ver ha ett Premium-konto f\u00f6r att kunna l\u00e4sa den h\u00e4r tidningen."}},"sharing_enabled":true,"startpage":{"layout":{"type":"vertical","parts":[{"component":"text","params":{"header":"E-tidningar och magasin f\u00f6r dig med Expressen Premium","body":"H\u00e4r l\u00e4ser du dagens Expressen, GT och Kv\u00e4llsposten samt utvalda magasin.","background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(9, 118, 181, 1)","body_text_color":"rgba(48, 51, 56, 1)","separator_color":"rgba(48, 51, 56, 1)"},"id":1},{"component":"carousel","params":{"size":"medium","description":"","header":"Senaste fr\u00e5n Expressen","issue_header":"[issue_date_weekday] [issue_date_formatted]","issue_subheader":"","titles":[259,1431],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":"","use_favorite_titles":false,"show_parts_for_favorite_titles":false,"show_inserts_for_favorite_titles":false,"archive_link_text_color":"rgba(32, 109, 197, 1)"},"id":31},{"component":"carousel","params":{"size":"medium","description":"","header":"Minnestidningar","issue_header":"[issue_date_weekday] [issue_date_formatted]","issue_subheader":"","titles":[4699],"start_index":null,"limit":null,"number_of_days":2,"start_day":1,"show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"use_favorite_titles":false,"show_parts_for_favorite_titles":false,"show_inserts_for_favorite_titles":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":"","background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 1)","cell_text_color":"rgba(48, 51, 56, 1)"},"id":41},{"component":"carousel","params":{"size":"medium","description":"","header":"Sportmagasin","issue_header":"[issue_date_formatted]","titles":[3665,1431,3653,3661,3667],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","issue_subheader":"","show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":10},{"component":"carousel","params":{"size":"medium","description":"","header":"Senaste fr\u00e5n GT","issue_header":"[issue_date_weekday] [issue_date_formatted]","issue_subheader":"","titles":[893],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":32},{"component":"carousel","params":{"size":"medium","description":"","header":"Senaste fr\u00e5n Kv\u00e4llsposten","issue_header":"[issue_date_weekday] [issue_date_formatted]","issue_subheader":"","titles":[895],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":33},{"component":"carousel","params":{"size":"medium","description":"","header":"Expressen S\u00f6ndag","issue_header":"[issue_date_formatted]","titles":[1409],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","issue_subheader":"","show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":12},{"component":"carousel","params":{"size":"medium","description":"","header":"Leva Bo","issue_header":"[issue_date_formatted]","titles":[1403],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","issue_subheader":"","show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":13},{"component":"carousel","params":{"size":"medium","description":"","header":"Extra","issue_header":"[issue_date_formatted]","titles":[1401],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","issue_subheader":"","show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":15},{"component":"carousel","params":{"size":"medium","description":"","header":"Mitt K\u00f6k","issue_header":"[issue_date_formatted]","titles":[1405],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","issue_subheader":"","show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":14},{"component":"carousel","params":{"size":"medium","description":"","header":"Allt om Resor","issue_header":"[issue_date_formatted]","titles":[1399],"start_index":null,"limit":null,"number_of_days":15,"start_day":1,"background_color":"rgba(255, 255, 255, 1)","cell_background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","description_text_color":"rgba(48, 51, 56, 0.5)","cell_text_color":"rgba(48, 51, 56, 0.5)","issue_subheader":"","show_issue_download_button":false,"show_parts_for_titles":[],"show_inserts_for_titles":[],"use_user_preferred_title":false,"show_parts_for_user_preferred_title":false,"show_inserts_for_user_preferred_title":false,"count_issues_per_title":false,"archive_link_text":"","archive_alt_text":""},"id":7},{"component":"single-issue","params":{"header":"Boken du ska l\u00e4sa f\u00f6r att f\u00f6rst\u00e5 dagens Sverige","subheader":"Sju reportage om v\u00e5rt land i dag - av Johanna Karlsson och Federico Moreno","titles":[1709],"issue_id":null,"background_color":"rgba(255, 255, 255, 1)","header_text_color":"rgba(48, 51, 56, 1)","subheader_text_color":"rgba(48, 51, 56, 0.5)","body_text_color":"rgba(48, 51, 56, 1)","button_color":"rgba(48, 51, 56, 1)","issue_uid":null},"id":25}]},"topbar":{"image":"1527070852690_175207.png","background_color":"rgba(255, 255, 255, 1)","text_color":"rgba(9, 118, 181, 1)"},"background_color":"rgba(237, 237, 237, 1)","background_image":null},"files":[{"id":3389,"type":"favicon","hash":"396a4de28b69e95d7a311df958588cff","mime":"image\/png"},{"id":3391,"type":"splash-screen","hash":"1aeb3a740078fad60c7256e18521c0ee","mime":"image\/png"},{"id":3393,"type":"app-icon","hash":"849ce0b90a696d2e57671e4433fe71b6","mime":"image\/png"}],"title_interstitial_ads":[{"title_id":259,"interstitial_ad_ids":[4167,4169,4171,4173]},{"title_id":893,"interstitial_ad_ids":[4169,4171,4173]},{"title_id":895,"interstitial_ad_ids":[4169,4171,4173]}],"search_result_default_view":"grid","search_result_default_sort_order":"relevance","menu":{"main":{"items":[{"id":1,"type":"archive","icon":"magnifier","name":null}]},"menu":{"icon":"user-with-menu","items":[{"id":6,"type":"cmp","icon":"cookie","name":null}]}},"user_preferred_title":null}</script> <script>PrenlyData.client = {"authToken":"NzRjNWNjM2FjYzUzNTIyY3wzODYwMWZjNDA3Yzk1NmFlYTU5NmI0ZTg1ZDc4NWZiNmZmMDM1NDI3ODc5NGRmOWZmMTM5Y2I4MzA2OWQ1MDUy","locale":"sv_SE","authority":{"enabled":true,"show_login":true,"module":"oauth2-authorization-code","config":{"oauth2":{"client_id":"prenly-expressen","authorization_endpoint":"https:\/\/id.bonniernews.se\/oidc\/auth?response_type=code&client_id={{OAUTH_CLIENT_ID}}&redirect_uri={{OAUTH_REDIRECT_URI}}&scope={{OAUTH_SCOPE}}&prompt=consent%20select_account","scope":"openid offline_access profile"},"external_login_check_url":null,"external_logout_url":"https:\/\/id.bonniernews.se\/oidc\/session\/end?post_logout_redirect_uri=https%3A%2F%2Fetidning.expressen.se%2F&client_id={{OAUTH_CLIENT_ID}}","use_redirect_path":true},"required":false},"cmp":{"type":"didomi","config":{"api_key":"839e15c5-b3dc-4adf-9a82-6d97c8ca004d","notice_id":null,"purpose_ids":{"functional":"funktionel-t2meYCeq","analytical":"analysutv-BcCq4VEq","marketing":"marknadsfo-G6hNqgqm"},"vendor_ids_by_feature":{"prenlytics":["c:bn-prenly","c:bonniernews-reynolds","c:googleanalytics"],"prenlytics-user-tracking":["c:bn-prenly","c:bonniernews-reynolds","c:googleanalytics"]}},"features_by_purpose":{"necessary":["archive-search-filter","auth","favorite-content","in-app-purchase","preferred-title","text-to-speech","ui-state","prenlytics","prenlytics-user-tracking"],"functional":["firebase-crashlytics","recurring-rating-request"],"analytical":["firebase-analytics","kantar-sifo","matomo","matomo-user-tracking","meta-analytics","pulse","pulse-user-tracking","vimeo","youtube"],"marketing":["meta-analytics","youtube"]},"version_hash":"fH35j62z"},"title_page":{"enabled":false},"podcasts":{"enabled":false},"favorites":{"titles_enabled":false},"tts_default_enabled":true,"smart_banner":{"android":null,"ios":null},"statistics":{"modules":[{"type":"google-tag-manager","config":{"container_id":"GTM-KX6HBXN","custom_url":"https:\/\/tracking.etidning.expressen.se","data_layer_variable_name":null},"events_to_track":null}]},"one_off_purchases":{"enabled":false,"url":""},"info_modal_shared_article_enabled":false,"info_modal_shared_spread_enabled":false,"collective_work_mode":"overview","base_font":null,"custom_fonts":[]}</script> <script>PrenlyData.theme = {"definition":null,"files":[]}</script> <script>PrenlyData.media_host = "https:\/\/1123185085.rsc.cdn77.org"</script> <script>PrenlyData.context_token = {"enabled":true,"api_url":"https:\/\/apicdn.prenly.com"}</script> <script src="https://assetscdn.prenly.com/runtime.dc748adfc308efcf9b60.js"></script> <script src="https://assetscdn.prenly.com/reader.c8a07630ce2fb3e7e014.js"></script> </body> </html>