/*start*/ /* SV Endast en av Nordisk E-handelscertifiering godkand Certifierad E-handel far visa upp markningen (logotypen) for Certifierad E-handel eller referenser till att de ar en Certifierade E-handel. Markningen (logotypen) maste laggas in med det skript som tillhandahalls vid godkannandet. http://www.ehandelscertifiering.se/villkor/#abuse NO Bare en nettbutikk som er sertifisert som Sertifisert E-handel av Nordisk E-handelssertifsiering kan vise merket (logoen) for Sertifisert E-handel eller henvise til at de er sertifisert som Sertifisert E-handel. Merkingen (logoen) ma legges inn med det skriptet som gis ved godkjenning. http://www.ehandelssertifisering.no/betingelser/#abuse DA Kun en af Nordisk E-handelscertificering godkendt Certificeret E-handel ma fremvise maerkningen (logoet) for Certificeret E-handel eller henvise til, at de er en Certificeret E-handel. Maerkningen (logoet) skal laegges ind i med det script, der blev modtaget ved godkendelsen. http://www.ehandelscertificering.dk/betingelser/#abuse */ //adjustments for legacy logo code v4 and v5 //in legacy v5 code we have an img tag image placeholder we want to delete var legacy5 = document.getElementById("celink1"); if(legacy5) { legacy5.id = "celink1000"; legacy5.innerHTML = "certifierad ehandel"; } //in legacy v4 code we have a div we want to replace with an a tag var legacy4 = document.getElementById("celogohere"); if(legacy4) { var newa4 = document.createElement("a"); newa4.id = "celink1000"; newa4.innerHTML = "certifierad ehandel"; legacy4.replaceWith(newa4); } var celink9993 = document.getElementById("celink9993"); celink9993.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.example"; celink9993.oncontextmenu = function() { return false; } celink9993.className = "tbsfix"; celink9993.onmouseenter = function() { ceShow9993(); } celink9993.onmouseleave = function() { ceHide9993(); } celink9993.ontouchstart = function() { ceTouch9993(); return false; } celink9993.style.display = "inline-block"; celink9993.style.width = "90px"; celink9993.style.height = "90px"; celink9993.style.filter = " drop-shadow(0px 0px 4px rgba(120,120,120,0.8))"; celink9993.style.webkitFilter = " drop-shadow(0px 0px 4px rgba(120,120,120,0.8))"; celink9993.innerHTML = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; var ceContainer9993 = document.createElement("div"); ceContainer9993.id = "ceContainer9993"; document.body.appendChild(ceContainer9993); ceContainer9993.innerHTML = '\ \ \
\ \ \
\ \ \ \
\
\ \ \
\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \
\ Verkkokaupan laatumerkinä\
\ \
\ \
\ Osta turvallises verkkokaupasta.\
\ \
\ www.example
\ Example AB
\
\ \
\ Verkkokauppa täyttää tänään 2024-04-27 Pohjoismaisen Verkkokauppa sertifioinnin vaatimukset Sertifioidulle Verkkokaupalle.\
\ \
\ \
\ Yrityksellä ei ole ratkaisemattomia valituksia.\
\ \
\ \ \
NÄYTÄ SERTIFIKAATTI
\
\
\ \
JÄTÄ VALITUS
\
\ \
\ \ \
\
\ '; var ceToA9993; var ceToB9993; var ceTouchedbefore9993 = false; var cePopup9993 = document.getElementById('cePopup9993'); var ceCenter9993 = document.getElementById('ceCenter9993'); function ceShow9993() { if(cePopup9993.style.display=='none') { cePopup9993.style.display='inline'; //adjust size of text relative to size of popup, which is 70% of viewport of max 500px var ow = cePopup9993.offsetWidth; if(ow >= 500) { cePopup9993.style.fontSize = "12px"; } else if( ow >= 350) { cePopup9993.style.fontSize = "10px"; } else { cePopup9993.style.fontSize = "8px"; } ceCenter9993.setAttribute("stroke", "#666766"); cePopup9993.style.animation='ceAnimPopupIn 0.3s ease-out normal'; cePopup9993.style.WebkitAnimation='ceAnimPopupIn 0.3s ease-out normal'; } } function ceKeepMouse9993() { clearTimeout(ceToA9993); } function ceKeepTouch9993() { cePopup9993.onmouseleave = function() { }; clearTimeout(ceToA9993); clearTimeout(ceToB9993); } function ceHide9993() { if(cePopup9993.style.display == 'inline') { ceToA9993 = setTimeout(ceHideDo9993, 1000); } } function ceHideDo9993() { cePopup9993.style.animation = 'ceAnimPopupOut 0.3s ease-in forwards'; cePopup9993.style.WebkitAnimation = 'ceAnimPopupOut 0.3s ease-in forwards'; setTimeout(function() { cePopup9993.style.display = 'none'; }, 300); ceCenter9993.setAttribute("stroke", "#70BF45"); } function ceTouch9993() { if(ceTouchedbefore9993) { window.location.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.example"; } else { ceTouchedbefore9993 = true; ceShow9993(); ceToB9993 = setTimeout(ceHideDo9993, 9500); } } //ceShow9993(); /*end*/