var items = {"grp92":[{"vare":"Refurbished Apple iPad 8 (2020), 128GB, B-Grade","pris":3000,"img":"ipad8","stock":1},{"vare":"Refurbished Apple iPad 9 (2021), 64GB, Wi-Fi + Cellular, B-Grade","pris":3000,"img":"ipad9","stock":1},{"vare":"Refurbished Apple iPad 10 (2022), 64GB, Wi-Fi + Cellular, A-Grade","pris":4300,"img":"ipad10","stock":1}],"grp90":[{"vare":"Refurbished Apple iPhone 12 Mini, 64GB, B-Grade","pris":3000,"img":"ip12mini","stock":2},{"vare":"Refurbished Apple iPhone 12, 128GB, B-Grade","pris":3500,"img":"ip12","stock":2},{"vare":"Refurbished Apple iPhone 13 Mini, 128GB, B-Grade","pris":4200,"img":"ip13mini","stock":2},{"vare":"Refurbished Apple iPhone SE 2 (2020), 64GB, A-Grade","pris":1500,"img":"ipse2","stock":2}],"grp97":[{"vare":"Nokia 105 4G (2023 Edition), Charcoal","pris":400,"img":"nokia105_4g","stock":2},{"vare":"Samsung Galaxy XCover 7 5G, 128GB, Black","pris":2600,"img":"xcover7","stock":3},{"vare":"Ulefone Armor X12 Pro, 64GB, All Black","pris":1600,"img":"armorx12pro","stock":1},{"vare":"Ulefone Armor X13, 64GB, All Black","pris":1800,"img":"armorx13","stock":1}],"grp98":[{"vare":"Samsung Galaxy Tab A9 Plus 11'' (2023), 64GB, Graphite","pris":1800,"img":"taba9plus","stock":2}],"grp91":[{"vare":"Refurbished 13\" HP EliteBook 830 G7 - Intel i5 10210U 1,6GHz, 256GB NVMe, 16GB, Win11 Pro - Grade A","pris":3300,"img":"elitebook830g7","stock":3},{"vare":"Refurbished 14\" Lenovo ThinkPad T495s - AMD Ryzen 5 Pro 3500U 2,1GHz, 256GB NVMe, 14GB, Touch Screen, Win11 Pro - Grade A","pris":3000,"img":"t495s","stock":8},{"vare":"Refurbished 15.6\" Lenovo ThinkPad L580 - Intel i5 8250U 1,6GHz, 256GB NVMe, 16GB, Win11 Pro - Grade A","pris":3100,"img":"l580","stock":1},{"vare":"Refurbished 15.6\" Lenovo ThinkPad T580 - Intel i5 8250U 1,6GHz, 256GB NVMe, 8GB, Win11 Pro - Grade B","pris":3300,"img":"t580","stock":1},{"vare":"Refurbished 15.6\" Lenovo ThinkPad T590 - Intel i5 8365U 1,6GHz, 256GB NVMe, 8GB, Win11 Pro - Grade A","pris":3500,"img":"t590","stock":1},{"vare":"Refurbished 24\" Lenovo IdeaCentre AIO 3 - AMD Ryzen 5 Pro 3500U 2,1GHz, 256GB NVMe, 16GB, Win11 Pro - Grade A","pris":3900,"img":"ideacentre","stock":1},{"vare":"Refurbished MacBook Air (M1, 2020), 13\", 8GB RAM, 256GB SSD, Model A2337 EMC 3598, Grade A","pris":5900,"img":"macairm12020","stock":1}]};
Warning: Undefined array key "kat" in /home/web/iktp.dk/html/refurbished.php on line 74

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/web/iktp.dk/html/refurbished.php on line 74
var kats = [""]; document.write('
'); function formatnum(nStr) { nStr += ''; var x = nStr.split('.'); var x1 = x[0]; var x2 = x.length > 1 ? ',' + x[1] : ''; var rgx = /(\d+)(\d{3})/; while (rgx.test(x1)) { x1 = x1.replace(rgx, '$1' + '.' + '$2'); } return x1 + x2; } if (kats.includes('90') && items.grp90) { document.write('

Telefoner på lager:

'); document.write(''); } if (kats.includes('91') && items.grp91) { document.write('

Computere på lager:

'); document.write(''); } if (kats.includes('92') && items.grp92) { document.write('

Tablets på lager:

'); document.write(''); } if (kats.includes('97') && items.grp97) { document.write('

Telefoner på lager:

'); document.write(''); } if (kats.includes('98') && items.grp98) { document.write('

Tablets på lager:

'); document.write(''); } if (kats.includes('99') && items.grp99) { document.write('

Computere på lager:

'); document.write(''); } document.write('
');