/*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 celink682 = document.getElementById("celink682"); celink682.href = "https://www.ehandelssertifisering.no/kontroller-sertifikat/?url=www.clubcreo.com"; celink682.oncontextmenu = function() { return false; } celink682.className = "tbsfix"; celink682.onmouseenter = function() { ceShow682(); } celink682.onmouseleave = function() { ceHide682(); } celink682.ontouchstart = function() { ceTouch682(); return false; } celink682.style.display = "inline-block"; celink682.style.width = "80px"; celink682.style.height = "80px"; celink682.innerHTML = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; var ceContainer682 = document.createElement("div"); ceContainer682.id = "ceContainer682"; document.body.appendChild(ceContainer682); ceContainer682.innerHTML = '\ \ \
\ \ \
\ \ \ \
\
\ \ \
\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \
\ Kvalitetsmerkingen for E-handel\
\ \
\ \
\ Handle trygt med kjøpsbeskyttelse i denne e-handelen.\
\ \
\ www.clubcreo.com
\ Great Product Productions Sverige AB
\
\ \
\ E-handelen oppfyller idag 2024-04-27 kravene for Sertifisert E-handel fastsatt av Nordisk E-handelssertifisering.\
\ \
\ \
\ Butikken har ingen uløste klager.\
\ \
\ \ \
VISE SERTIFIKAT
\
\
\ \
LEGG INN KLAGE
\
\ \
\ \ \
\
\ '; var ceToA682; var ceToB682; var ceTouchedbefore682 = false; var cePopup682 = document.getElementById('cePopup682'); var ceCenter682 = document.getElementById('ceCenter682'); function ceShow682() { if(cePopup682.style.display=='none') { cePopup682.style.display='inline'; //adjust size of text relative to size of popup, which is 70% of viewport of max 500px var ow = cePopup682.offsetWidth; if(ow >= 500) { cePopup682.style.fontSize = "12px"; } else if( ow >= 350) { cePopup682.style.fontSize = "10px"; } else { cePopup682.style.fontSize = "8px"; } ceCenter682.setAttribute("stroke", "#666766"); cePopup682.style.animation='ceAnimPopupIn 0.3s ease-out normal'; cePopup682.style.WebkitAnimation='ceAnimPopupIn 0.3s ease-out normal'; } } function ceKeepMouse682() { clearTimeout(ceToA682); } function ceKeepTouch682() { cePopup682.onmouseleave = function() { }; clearTimeout(ceToA682); clearTimeout(ceToB682); } function ceHide682() { if(cePopup682.style.display == 'inline') { ceToA682 = setTimeout(ceHideDo682, 1000); } } function ceHideDo682() { cePopup682.style.animation = 'ceAnimPopupOut 0.3s ease-in forwards'; cePopup682.style.WebkitAnimation = 'ceAnimPopupOut 0.3s ease-in forwards'; setTimeout(function() { cePopup682.style.display = 'none'; }, 300); ceCenter682.setAttribute("stroke", "#70BF45"); } function ceTouch682() { if(ceTouchedbefore682) { window.location.href = "https://www.ehandelssertifisering.no/kontroller-sertifikat/?url=www.clubcreo.com"; } else { ceTouchedbefore682 = true; ceShow682(); ceToB682 = setTimeout(ceHideDo682, 9500); } } //ceShow682(); /*end*/