您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Help display missing stamps and easy search
// ==UserScript== // @name Karla's Stamp Album Helper // @namespace karla@neopointskarla // @license GPL3 // @version 0.0.1 // @description Help display missing stamps and easy search // @author Karla // @match *://*.neopets.com/stamps.phtml* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant GM_addStyle // @grant GM_getValue // @grant GM_setValue // ==/UserScript== const stamps = [ ...[ { name: "Mystery Island Kougra Stamp", image: "https://images.neopets.com/items/stamp_mys_kou.gif", index: 0, album: "Mystery Island", }, { name: "Mystery Island Aishas Stamp", image: "https://images.neopets.com/items/stamp_mys_ais.gif", index: 1, album: "Mystery Island", }, { name: "Coco Stamp", image: "https://images.neopets.com/items/stamp_mys_coc.gif", index: 2, album: "Mystery Island", }, { name: "Jhuidah Stamp", image: "https://images.neopets.com/items/stamp_jhuidah1.gif", index: 3, album: "Mystery Island", }, { name: "Island Native Stamp", image: "https://images.neopets.com/items/stamp_mys_nat.gif", index: 4, album: "Mystery Island", }, { name: "Mystery Island Hut Stamp", image: "https://images.neopets.com/items/stamp_mys_mys.gif", index: 5, album: "Mystery Island", }, { name: "Assorted Fruits Stamp", image: "https://images.neopets.com/items/stamp_mys_fru.gif", index: 6, album: "Mystery Island", }, { name: "Triangular Flotsam Stamp", image: "https://images.neopets.com/items/stamp_island_flotsam.gif", index: 7, album: "Mystery Island", }, { name: "Zeenana Stamp", image: "https://images.neopets.com/items/stamp_island_fruit.gif", index: 8, album: "Mystery Island", }, { name: "Mystery Island Grarrl Stamp", image: "https://images.neopets.com/items/stamp_island_grarrl.gif", index: 9, album: "Mystery Island", }, { name: "Island Acara Stamp", image: "https://images.neopets.com/items/stamp_island_acara.gif", index: 10, album: "Mystery Island", }, { name: "Haiku Stamp", image: "https://images.neopets.com/items/stamp_island_haiku.gif", index: 11, album: "Mystery Island", }, { name: "Mystery Island Heads Stamp", image: "https://images.neopets.com/items/stamp_island_heads.gif", index: 12, album: "Mystery Island", }, { name: "Bottle of Sand Stamp", image: "https://images.neopets.com/items/stamp_island_sand.gif", index: 13, album: "Mystery Island", }, { name: "Island Uni Stamp", image: "https://images.neopets.com/items/stamp_island_uni.gif", index: 14, album: "Mystery Island", }, { name: "Mystery Island Chef Stamp", image: "https://images.neopets.com/items/stamp_island_chef.gif", index: 15, album: "Mystery Island", }, { name: "Tombola Stamp", image: "https://images.neopets.com/items/stamp_island_tombola.gif", index: 16, album: "Mystery Island", }, { name: "Mystery Island Kiko Stamp", image: "https://images.neopets.com/items/stamp_island_kiko.gif", index: 17, album: "Mystery Island", }, { name: "Island Mystic Stamp", image: "https://images.neopets.com/items/stamp_mys_mystic.gif", index: 18, album: "Mystery Island", }, { name: "Ryshu Stamp", image: "https://images.neopets.com/items/stamp_mys_ryshu.gif", index: 19, album: "Mystery Island", }, { name: "Need a Better Printer Stamp", image: "https://images.neopets.com/items/stamp_misprint1.gif", index: 20, album: "Mystery Island", }, { name: "Upside Down Island Acara Stamp", image: "https://images.neopets.com/items/stamp_misprint2.gif", index: 21, album: "Mystery Island", }, { name: "One Hundred Million Neopoint Stamp", image: "https://images.neopets.com/items/stamp_misprint3.gif", index: 22, album: "Mystery Island", }, { name: "Misaligned Printer Stamp", image: "https://images.neopets.com/items/stamp_misprint4.gif", index: 23, album: "Mystery Island", }, { name: "Nibbled Cooking Pot Stamp", image: "https://images.neopets.com/items/stamp_mys_pongo.gif", index: 24, album: "Mystery Island", }, ], ...[ { name: "Grimilix Stamp", image: "https://images.neopets.com/items/stamp_spa_better.gif", index: 0, album: "Virtupets", }, { name: "Neopet Version 2 Stamp", image: "https://images.neopets.com/items/stamp_spa_npv2.gif", index: 1, album: "Virtupets", }, { name: "Gormball Stamp", image: "https://images.neopets.com/items/stamp_spa_gorm.gif", index: 2, album: "Virtupets", }, { name: "Splat-A-Sloth Stamp", image: "https://images.neopets.com/items/stamp_spa_splat.gif", index: 3, album: "Virtupets", }, { name: "Dr. Sloth Stamp", image: "https://images.neopets.com/items/stamp_spa_sloth.gif", index: 4, album: "Virtupets", }, { name: "Space Faerie Stamp", image: "https://images.neopets.com/items/stamp_spa_faerie2.gif", index: 5, album: "Virtupets", }, { name: "Grinning Sloth Stamp", image: "https://images.neopets.com/items/stamp_space_sloth2.gif", index: 6, album: "Virtupets", }, { name: "Zygorax Stamp", image: "https://images.neopets.com/items/stamp_space_zygorax.gif", index: 7, album: "Virtupets", }, { name: "Purple Grundo Stamp", image: "https://images.neopets.com/items/stamp_space_grundo.gif", index: 8, album: "Virtupets", }, { name: "Commander Garoo Stamp", image: "https://images.neopets.com/items/stamp_space_garoo.gif", index: 9, album: "Virtupets", }, { name: "Roast Gargapple Stamp", image: "https://images.neopets.com/items/stamp_space_food.gif", index: 10, album: "Virtupets", }, { name: "N4 Bot Stamp", image: "https://images.neopets.com/items/stamp_space_n4bot.gif", index: 11, album: "Virtupets", }, { name: "Blarthrox Stamp", image: "https://images.neopets.com/items/stamp_blarthrox.gif", index: 12, album: "Virtupets", }, { name: "Tazzalor Stamp", image: "https://images.neopets.com/items/stamp_zyrolon.gif", index: 13, album: "Virtupets", }, { name: "Zyrolon Stamp", image: "https://images.neopets.com/items/stamp_tazzalor.gif", index: 14, album: "Virtupets", }, { name: "Advert Attack Stamp", image: "https://images.neopets.com/items/stamp_advert_attack.gif", index: 15, album: "Virtupets", }, { name: "Evil Fuzzles Stamp", image: "https://images.neopets.com/items/sta_space_evilfuzzles.gif", index: 16, album: "Virtupets", }, { name: "Gargarox Isafuhlarg Stamp", image: "https://images.neopets.com/items/sta_space_grundochef.gif", index: 17, album: "Virtupets", }, { name: "Mutant Grundo Stamp", image: "https://images.neopets.com/items/sta_space_mutantgrundo.gif", index: 18, album: "Virtupets", }, { name: "Zurroball Stamp", image: "https://images.neopets.com/items/sta_space_zurroball.gif", index: 19, album: "Virtupets", }, { name: "Double Printed Evil Fuzzle Stamp", image: "https://images.neopets.com/items/stamp_spa_evil.gif", index: 20, album: "Virtupets", }, { name: "Inverted Space Faerie Stamp", image: "https://images.neopets.com/items/stamp_spa_faerie.gif", index: 21, album: "Virtupets", }, { name: "Grundo Warehouse Stamp", image: "https://images.neopets.com/items/sta_grundo.gif", index: 22, album: "Virtupets", }, { name: "Virtupets Space Station Stamp", image: "https://images.neopets.com/items/sta_space.gif", index: 23, album: "Virtupets", }, { name: "Holographic Virtupets Stamp", image: "https://images.neopets.com/items/sta_logo.gif", index: 24, album: "Virtupets", }, ], ...[ { name: "Chomby Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_chomby.gif", index: 0, album: "Tyrannia", }, { name: "Tyrannian Elephante Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_elephante.gif", index: 1, album: "Tyrannia", }, { name: "Grarrg Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_grarrl.gif", index: 2, album: "Tyrannia", }, { name: "Tyrannian Kougra Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_kougra.gif", index: 3, album: "Tyrannia", }, { name: "Tyrannia Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_landscape.gif", index: 4, album: "Tyrannia", }, { name: "Omelette Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_omelette.gif", index: 5, album: "Tyrannia", }, { name: "Tar Pit Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_tarpit.gif", index: 6, album: "Tyrannia", }, { name: "Wock Til You Drop Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_wock.gif", index: 7, album: "Tyrannia", }, { name: "Tyrannian Grarrl Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_night.gif", index: 8, album: "Tyrannia", }, { name: "Chunk of Meat Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_meat.gif", index: 9, album: "Tyrannia", }, { name: "Tyrannian Kyrii Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_kyrii.gif", index: 10, album: "Tyrannia", }, { name: "Tyrannian JubJub Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_jubjub.gif", index: 11, album: "Tyrannia", }, { name: "Tyrannian Korbat Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_korbat.gif", index: 12, album: "Tyrannia", }, { name: "Tyrannian Blumaroo Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_blum.gif", index: 13, album: "Tyrannia", }, { name: "Tyrannian Plateau Stamp", image: "https://images.neopets.com/items/stamp_tyr_plateau.gif", index: 14, album: "Tyrannia", }, { name: "Flying Korbats Stamp", image: "https://images.neopets.com/items/stamp_tyr_korbat.gif", index: 15, album: "Tyrannia", }, { name: "Stone Armchair Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_furn1.gif", index: 16, album: "Tyrannia", }, { name: "Giant Leaf Curtains Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_furn2.gif", index: 17, album: "Tyrannia", }, { name: "Bone Chair Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_furn3.gif", index: 18, album: "Tyrannia", }, { name: "Tyrannian Usul Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_usul.gif", index: 19, album: "Tyrannia", }, { name: "Monocerous Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_monocerous.gif", index: 20, album: "Tyrannia", }, { name: "Kyruggi Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_kyruggi.gif", index: 21, album: "Tyrannia", }, { name: "Discovery of Fire Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_fire.gif", index: 22, album: "Tyrannia", }, { name: "Shiny Monoceraptor Stamp", image: "https://images.neopets.com/items/stamp_tyrannia_mono.gif", index: 23, album: "Tyrannia", }, { name: "Stone Stamp", image: "https://images.neopets.com/items/stamp_tyr_stone.gif", index: 24, album: "Tyrannia", }, ], ...[ { name: "Brain Tree Stamp", image: "https://images.neopets.com/items/stamp_hal_brain.gif", index: 0, album: "Haunted Woods", }, { name: "Esophagor Stamp", image: "https://images.neopets.com/items/stamp_hal_esoph.gif", index: 1, album: "Haunted Woods", }, { name: "Fetch! Stamp", image: "https://images.neopets.com/items/stamp_hal_fetch.gif", index: 2, album: "Haunted Woods", }, { name: "Haunted Mansion Stamp", image: "https://images.neopets.com/items/stamp_hal_house.gif", index: 3, album: "Haunted Woods", }, { name: "Spyder Stamp", image: "https://images.neopets.com/items/stamp_hal_spyder.gif", index: 4, album: "Haunted Woods", }, { name: "Scary Tree Stamp", image: "https://images.neopets.com/items/stamp_hal_trees.gif", index: 5, album: "Haunted Woods", }, { name: "Hubrid Nox Stamp", image: "https://images.neopets.com/items/stamp_haunted_hubrid.gif", index: 6, album: "Haunted Woods", }, { name: "Mutant Usul Stamp", image: "https://images.neopets.com/items/stamp_haunted_mutantusul.gif", index: 7, album: "Haunted Woods", }, { name: "Rock Stamp", image: "https://images.neopets.com/items/stamp_haunted_petrock.gif", index: 8, album: "Haunted Woods", }, { name: "Carnival of Terror Stamp", image: "https://images.neopets.com/items/stamp_haunted_carnival.gif", index: 9, album: "Haunted Woods", }, { name: "Korbats Lab Stamp", image: "https://images.neopets.com/items/stamp_hal_korbatslab.gif", index: 10, album: "Haunted Woods", }, { name: "Luperus Left Head Stamp", image: "https://images.neopets.com/items/stamp_haunted_cerbekusleft.gif", index: 11, album: "Haunted Woods", }, { name: "Luperus Centre Head Stamp", image: "https://images.neopets.com/items/stamp_haunted_cerbekuscenter.gif", index: 12, album: "Haunted Woods", }, { name: "Luperus Right Head Stamp", image: "https://images.neopets.com/items/stamp_haunted_cerbekusright.gif", index: 13, album: "Haunted Woods", }, { name: "Halloween Aisha Stamp", image: "https://images.neopets.com/items/stamp_hal_aishahal.gif", index: 14, album: "Haunted Woods", }, { name: "Spooky Gravestone Stamp", image: "https://images.neopets.com/items/stamp_hal_rip.gif", index: 15, album: "Haunted Woods", }, { name: "Moonlit Werelupe Stamp", image: "https://images.neopets.com/items/stamp_hal_were.gif", index: 16, album: "Haunted Woods", }, { name: "Moonlit Esophagor Stamp", image: "https://images.neopets.com/items/stamp_hal_eso.gif", index: 17, album: "Haunted Woods", }, { name: "Edna the Zafara Stamp", image: "https://images.neopets.com/items/stamp_edna.gif", index: 18, album: "Haunted Woods", }, { name: "Glowing Brain Tree Stamp", image: "https://images.neopets.com/items/stamp_hal_tree.gif", index: 19, album: "Haunted Woods", }, { name: "ARGH!!!! DONNA STAMP", image: "https://images.neopets.com/items/stamp_hal_scary.gif", index: 20, album: "Haunted Woods", }, { name: "Count Von Roo Stamp", image: "https://images.neopets.com/items/stamp_haunted_vonroo.gif", index: 21, album: "Haunted Woods", }, { name: "Misprint Meuka Stamp", image: "https://images.neopets.com/items/stamp_hal_meucapound.gif", index: 22, album: "Haunted Woods", }, { name: "Holographic Magax Stamp", image: "https://images.neopets.com/items/stamp_hal_magax.gif", index: 23, album: "Haunted Woods", }, { name: "Foil Slorg Stamp", image: "https://images.neopets.com/items/stamp_hal_slorg.gif", index: 24, album: "Haunted Woods", }, ], ...[ { name: "Alien Aisha Vending Stamp", image: "https://images.neopets.com/items/stamp_neo_alienvend.gif", index: 0, album: "Neopia Central", }, { name: "Orange Skeith Stamp", image: "https://images.neopets.com/items/stamp_skeith_orange.gif", index: 1, album: "Neopia Central", }, { name: "Skeith Bank Manager Stamp", image: "https://images.neopets.com/items/stamp_skeith_bank.gif", index: 2, album: "Neopia Central", }, { name: "Robot Skeith Stamp", image: "https://images.neopets.com/items/stamp_skeith_robot.gif", index: 3, album: "Neopia Central", }, { name: "Huberts Hot Dogs Stamp", image: "https://images.neopets.com/items/stamp_neo_hotdog.gif", index: 4, album: "Neopia Central", }, { name: "Wishing Well Stamp", image: "https://images.neopets.com/items/stamp_neo_well.gif", index: 5, album: "Neopia Central", }, { name: "Money Tree Stamp", image: "https://images.neopets.com/items/stamp_neo_money.gif", index: 6, album: "Neopia Central", }, { name: "Rainbow Pool Stamp", image: "https://images.neopets.com/items/stamp_neo_rainbow.gif", index: 7, album: "Neopia Central", }, { name: "Kauvara Stamp", image: "https://images.neopets.com/items/stamp_neo_kauvara.gif", index: 8, album: "Neopia Central", }, { name: "Shop Wizard Stamp", image: "https://images.neopets.com/items/stamp_neo_shopwiz.gif", index: 9, album: "Neopia Central", }, { name: "Book Shop Nimmo Stamp", image: "https://images.neopets.com/items/stamp_neo_book.gif", index: 10, album: "Neopia Central", }, { name: "Petpets Stamp", image: "https://images.neopets.com/items/stamp_neo_petpets.gif", index: 11, album: "Neopia Central", }, { name: "Seasonal Stamp", image: "https://images.neopets.com/items/ad_seasonalstamp.gif", index: 12, album: "Neopia Central", }, { name: "Neolodge Stamp", image: "https://images.neopets.com/items/stamp_nc_lodge.gif", index: 13, album: "Neopia Central", }, { name: "Year 5 Stamp", image: "https://images.neopets.com/items/ad_year5stamp.gif", index: 14, album: "Neopia Central", }, { name: "Deluxe Money Tree Stamp", image: "https://images.neopets.com/items/stamp_nc_tree.gif", index: 15, album: "Neopia Central", }, { name: "Neopian Hospital Stamp", image: "https://images.neopets.com/items/sta_gelert_doctor.gif", index: 16, album: "Neopia Central", }, { name: "Jelly Pop Stamp", image: "https://images.neopets.com/items/stamp_jelly_pop.gif", index: 17, album: "Neopia Central", }, { name: "Jelly World Stamp", image: "https://images.neopets.com/items/stamp_jelly_world.gif", index: 18, album: "Neopia Central", }, { name: "Usukiland Stamp", image: "https://images.neopets.com/items/sta_usukiland.gif", index: 19, album: "Neopia Central", }, { name: "Super Bright Rainbow Pool Stamp", image: "https://images.neopets.com/items/stamp_nc_rain.gif", index: 20, album: "Neopia Central", }, { name: "Foil Food Shop Stamp", image: "https://images.neopets.com/items/stamp_neo_food_foil.gif", index: 21, album: "Neopia Central", }, { name: "Chocolate Factory Stamp", image: "https://images.neopets.com/items/sta_chocfactory.gif", index: 22, album: "Neopia Central", }, { name: "Midnight Jelly World Stamp", image: "https://images.neopets.com/items/stamp_jelly_night.gif", index: 23, album: "Neopia Central", }, { name: "Neopia Central Scene Stamp", image: "https://images.neopets.com/items/sta_aerial.gif", index: 24, album: "Neopia Central", }, ], ...[ { name: "NeoQuest Logo Stamp", image: "https://images.neopets.com/items/stamp_nq_logo.gif", index: 0, album: "NeoQuest", }, { name: "NeoQuest Hero Stamp", image: "https://images.neopets.com/items/stamp_nq_hero.gif", index: 1, album: "NeoQuest", }, { name: "Jahbal Stamp", image: "https://images.neopets.com/items/stamp_nq_jahbal.gif", index: 2, album: "NeoQuest", }, { name: "Rotting Skeleton Stamp", image: "https://images.neopets.com/items/stamp_neoquest_skeleton.gif", index: 3, album: "NeoQuest", }, { name: "Mist Kougra Stamp", image: "https://images.neopets.com/items/stamp_neoquest_mistkougra.gif", index: 4, album: "NeoQuest", }, { name: "Plains Aisha Stamp", image: "https://images.neopets.com/items/stamp_neoquest_aisha.gif", index: 5, album: "NeoQuest", }, { name: "Two Rings Archmagus Stamp", image: "https://images.neopets.com/items/stamp_neoquest_archmagus.gif", index: 6, album: "NeoQuest", }, { name: "Boraxis the Healer Stamp", image: "https://images.neopets.com/items/stamp_neoquest_boraxis.gif", index: 7, album: "NeoQuest", }, { name: "Two Rings Crusader Stamp", image: "https://images.neopets.com/items/stamp_neoquest_crusader.gif", index: 8, album: "NeoQuest", }, { name: "Pomanna Stamp", image: "https://images.neopets.com/items/stamp_neoquest_pomanna.gif", index: 9, album: "NeoQuest", }, { name: "Mokti and Rikti Stamp", image: "https://images.neopets.com/items/stamp_mokti_rikti.gif", index: 10, album: "NeoQuest", }, { name: "Mr Irgo Stamp", image: "https://images.neopets.com/items/stamp_neoquest_irgo.gif", index: 11, album: "NeoQuest", }, { name: "Black Bearog Stamp", image: "https://images.neopets.com/items/stamp_neoquest_bearog.gif", index: 12, album: "NeoQuest", }, { name: "Gatekeeper Stamp", image: "https://images.neopets.com/items/stamp_gatekeeper.gif", index: 13, album: "NeoQuest", }, { name: "Leirobas Stamp", image: "https://images.neopets.com/items/stamp_leirobas.gif", index: 14, album: "NeoQuest", }, { name: "Archmagus of Roo Stamp", image: "https://images.neopets.com/items/stamp_neoquest_archmagusroo.gif", index: 15, album: "NeoQuest", }, { name: "Golden Mr Irgo Stamp", image: "https://images.neopets.com/items/stamp_mr_irgo.gif", index: 16, album: "NeoQuest", }, { name: "Zombie Faleinn Stamp", image: "https://images.neopets.com/items/sta_faleinn.gif", index: 17, album: "NeoQuest", }, { name: "Kreai Stamp", image: "https://images.neopets.com/items/sta_kreai.gif", index: 18, album: "NeoQuest", }, { name: "Morax Dorangis Stamp", image: "https://images.neopets.com/items/sta_morgaxdorangis.gif", index: 19, album: "NeoQuest", }, { name: "Guardian Of Spectral Magic Stamp", image: "https://images.neopets.com/items/sta_spectralmagic.gif", index: 20, album: "NeoQuest", }, { name: "Tylix Stamp", image: "https://images.neopets.com/items/sta_tylix.gif", index: 21, album: "NeoQuest", }, { name: "Eleus Stamp", image: "https://images.neopets.com/items/sta_eleus.gif", index: 22, album: "NeoQuest", }, { name: "Gors The Mighty Stamp", image: "https://images.neopets.com/items/sta_gors.gif", index: 23, album: "NeoQuest", }, { name: "Xantan Stamp", image: "https://images.neopets.com/items/sta_xantan.gif", index: 24, album: "NeoQuest", }, ], ...[ { name: "Snow Wars Catapult Stamp", image: "https://images.neopets.com/items/stamp_snowy_snowwars.gif", index: 0, album: "Snowy Valley", }, { name: "Rainbow Slushie Stamp", image: "https://images.neopets.com/items/stamp_snowy_slushie.gif", index: 1, album: "Snowy Valley", }, { name: "Frosty Snowman Stamp", image: "https://images.neopets.com/items/stamp_snowy_man.gif", index: 2, album: "Snowy Valley", }, { name: "Wintery Petpet Shop Stamp", image: "https://images.neopets.com/items/stamp_snowy_ginger.gif", index: 3, album: "Snowy Valley", }, { name: "Wintery Bruce Stamp", image: "https://images.neopets.com/items/stamp_snowy_bruce.gif", index: 4, album: "Snowy Valley", }, { name: "Christmas Meerca Stamp", image: "https://images.neopets.com/items/stamp_snowy_meerca.gif", index: 5, album: "Snowy Valley", }, { name: "Terror Mountain Scene Stamp", image: "https://images.neopets.com/items/stamp_snowy_valley.gif", index: 6, album: "Snowy Valley", }, { name: "Igloo Garage Sale Stamp", image: "https://images.neopets.com/items/stamp_snowy_igloo.gif", index: 7, album: "Snowy Valley", }, { name: "Rink Runner Stamp", image: "https://images.neopets.com/items/stamp_snowy_rink.gif", index: 8, album: "Snowy Valley", }, { name: "Christmas Kougra Stamp", image: "https://images.neopets.com/items/stamp_snowy_kougra.gif", index: 9, album: "Snowy Valley", }, { name: "Christmas Uni Stamp", image: "https://images.neopets.com/items/sta_christmasuni.gif", index: 10, album: "Snowy Valley", }, { name: "Christmas Zafara Stamp", image: "https://images.neopets.com/items/stamp_snowy_zafara.gif", index: 11, album: "Snowy Valley", }, { name: "Scratchcard Kiosk Stamp", image: "https://images.neopets.com/items/stamp_snowy_wocky.gif", index: 12, album: "Snowy Valley", }, { name: "Candychan Stamp", image: "https://images.neopets.com/items/stamp_snowy_candychan.gif", index: 13, album: "Snowy Valley", }, { name: "Grundo Snow Throw Stamp", image: "https://images.neopets.com/items/sta_grundothrow.gif", index: 14, album: "Snowy Valley", }, { name: "Stocking Stamp", image: "https://images.neopets.com/items/sta_stocking.gif", index: 15, album: "Snowy Valley", }, { name: "Cliffhanger Stamp", image: "https://images.neopets.com/items/sta_cliffhanger.gif", index: 16, album: "Snowy Valley", }, { name: "Christmas Scene Stamp", image: "https://images.neopets.com/items/sta_winter_christmas_kougra.gif", index: 17, album: "Snowy Valley", }, { name: "SHFISS Stamp", image: "https://images.neopets.com/items/sta_winter_snow_shop.gif", index: 18, album: "Snowy Valley", }, { name: "Negg Faerie Stamp", image: "https://images.neopets.com/items/stamp_snowy_neggfaerie.gif", index: 19, album: "Snowy Valley", }, { name: "Snow Faerie Stamp", image: "https://images.neopets.com/items/stamp_snowy_faerie.gif", index: 20, album: "Snowy Valley", }, { name: "Ski Lodge Stamp", image: "https://images.neopets.com/items/sta_winter_ski_lodge.gif", index: 21, album: "Snowy Valley", }, { name: "Snowager Stamp", image: "https://images.neopets.com/items/stamp_snowy_snowager.gif", index: 22, album: "Snowy Valley", }, { name: "Snowbunny Stamp", image: "https://images.neopets.com/items/sta_winter_snowbunny.gif", index: 23, album: "Snowy Valley", }, { name: "Sticky Snowflake Stamp", image: "https://images.neopets.com/items/sta_winter_sticky_snowflake.gif", index: 24, album: "Snowy Valley", }, ], ...[ { name: "Meridell Heroes Stamp", image: "https://images.neopets.com/items/stamp_destruct_fight.gif", index: 0, album: "Meridell vs Darigan", }, { name: "Darigan Citadel Stamp", image: "https://images.neopets.com/items/stamp_destruct_castle3.gif", index: 1, album: "Meridell vs Darigan", }, { name: "Meridell Castle Stamp", image: "https://images.neopets.com/items/stamp_destruct_castle2.gif", index: 2, album: "Meridell vs Darigan", }, { name: "Green Knight Stamp", image: "https://images.neopets.com/items/stamp_destruct_greenknight.gif", index: 3, album: "Meridell vs Darigan", }, { name: "Lisha vs Zombie Lisha Stamp", image: "https://images.neopets.com/items/stamp_destruct_aisha.gif", index: 4, album: "Meridell vs Darigan", }, { name: "Morris Stamp", image: "https://images.neopets.com/items/stamp_meridell_morris.gif", index: 5, album: "Meridell vs Darigan", }, { name: "Skeith Defender Stamp", image: "https://images.neopets.com/items/stamp_meridell_skeithdefender.gif", index: 6, album: "Meridell vs Darigan", }, { name: "Darigan Moehog Stamp", image: "https://images.neopets.com/items/stamp_meridell_darmoehog.gif", index: 7, album: "Meridell vs Darigan", }, { name: "Boris Stamp", image: "https://images.neopets.com/items/sta_bfm_lastone.gif", index: 8, album: "Meridell vs Darigan", }, { name: "Draik Guard Stamp", image: "https://images.neopets.com/items/sta_meridell_draikguard.gif", index: 9, album: "Meridell vs Darigan", }, { name: "Yellow Knight Stamp", image: "https://images.neopets.com/items/sta_meridell_yellowknight.gif", index: 10, album: "Meridell vs Darigan", }, { name: "Meridell Shield Stamp", image: "https://images.neopets.com/items/sta_meridell_shield.gif", index: 11, album: "Meridell vs Darigan", }, { name: "Drackonack Stamp", image: "https://images.neopets.com/items/sta_meridell_drackonack.gif", index: 12, album: "Meridell vs Darigan", }, { name: "Darigan Shield Stamp", image: "https://images.neopets.com/items/stamp_darigan_shield.gif", index: 13, album: "Meridell vs Darigan", }, { name: "Darigan Eyrie Stamp", image: "https://images.neopets.com/items/stamp_meridell_dareyrie.gif", index: 14, album: "Meridell vs Darigan", }, { name: "Turmaculus Stamp", image: "https://images.neopets.com/items/stamp_meridell_turmaculus.gif", index: 15, album: "Meridell vs Darigan", }, { name: "Darigan Elemental Stamp", image: "https://images.neopets.com/items/stamp_darigan_elemental.gif", index: 16, album: "Meridell vs Darigan", }, { name: "Illusen Stamp", image: "https://images.neopets.com/items/stamp_meridell_illusen.gif", index: 17, album: "Meridell vs Darigan", }, { name: "Jeran Stamp", image: "https://images.neopets.com/items/stamp_darigan_jeran.gif", index: 18, album: "Meridell vs Darigan", }, { name: "Golden Orb Stamp", image: "https://images.neopets.com/items/stamp_orb.gif", index: 19, album: "Meridell vs Darigan", }, { name: "Zombified Heroes Stamp", image: "https://images.neopets.com/items/stamp_darigan_zombies.gif", index: 20, album: "Meridell vs Darigan", }, { name: "Lord Darigan Stamp", image: "https://images.neopets.com/items/stamp_darigan.gif", index: 21, album: "Meridell vs Darigan", }, { name: "King Skarl Stamp", image: "https://images.neopets.com/items/stamp_meridell_skarl.gif", index: 22, album: "Meridell vs Darigan", }, { name: "Master Vex Stamp", image: "https://images.neopets.com/items/stamp_vex.gif", index: 23, album: "Meridell vs Darigan", }, { name: "Darigan Spectre Stamp", image: "https://images.neopets.com/items/sta_meridell_dariganspect.gif", index: 24, album: "Meridell vs Darigan", }, ], ...[ { name: "Golden Khamette Stamp", image: "https://images.neopets.com/items/stamp_desert6.gif", index: 0, album: "Lost Desert", }, { name: "Desert Petpet Stamp", image: "https://images.neopets.com/items/stamp_desert5.gif", index: 1, album: "Lost Desert", }, { name: "Pyramid Sun Rise Stamp", image: "https://images.neopets.com/items/stamp_desert4.gif", index: 2, album: "Lost Desert", }, { name: "Lost Desert Grarrl Stamp", image: "https://images.neopets.com/items/stamp_desert3.gif", index: 3, album: "Lost Desert", }, { name: "Advisor Wessle Stamp", image: "https://images.neopets.com/items/stamp_desert_wessle.gif", index: 4, album: "Lost Desert", }, { name: "Senator Palpus Stamp", image: "https://images.neopets.com/items/stamp_desert_palpus.gif", index: 5, album: "Lost Desert", }, { name: "Midnight Desert Lupe Stamp", image: "https://images.neopets.com/items/stamp_desert2.gif", index: 6, album: "Lost Desert", }, { name: "Ummagine Stamp", image: "https://images.neopets.com/items/stamp_desert_ummagine.gif", index: 7, album: "Lost Desert", }, { name: "Osiris Pottery Stamp", image: "https://images.neopets.com/items/stamp_desert_pottery.gif", index: 8, album: "Lost Desert", }, { name: "Senator Barca Stamp", image: "https://images.neopets.com/items/stamp_desert_barca.gif", index: 9, album: "Lost Desert", }, { name: "Desert Paintbrush Stamp", image: "https://images.neopets.com/items/stamp_desert_pb.gif", index: 10, album: "Lost Desert", }, { name: "Peopatra Stamp", image: "https://images.neopets.com/items/stamp_desert_peopatra.gif", index: 11, album: "Lost Desert", }, { name: "Grackle Bug Stamp", image: "https://images.neopets.com/items/sta_gracklebug.gif", index: 12, album: "Lost Desert", }, { name: "Princess Sankara Stamp", image: "https://images.neopets.com/items/stamp_desert_sankara.gif", index: 13, album: "Lost Desert", }, { name: "Lost Desert Scroll Stamp", image: "https://images.neopets.com/items/stamp_desert1.gif", index: 14, album: "Lost Desert", }, { name: "Lost Desert Sphinx Stamp", image: "https://images.neopets.com/items/sta_kacheeksphinx.gif", index: 15, album: "Lost Desert", }, { name: "Tug Of War Stamp", image: "https://images.neopets.com/items/sta_tugowar.gif", index: 16, album: "Lost Desert", }, { name: "Fruit Machine Stamp", image: "https://images.neopets.com/items/sta_fruitmachine.gif", index: 17, album: "Lost Desert", }, { name: "Sakhmet Palace Stamp", image: "https://images.neopets.com/items/stamp_desert_sakhmet.gif", index: 18, album: "Lost Desert", }, { name: "Holographic Sakhmet City Stamp", image: "https://images.neopets.com/items/sta_sakhmet.gif", index: 19, album: "Lost Desert", }, { name: "Geb Stamp", image: "https://images.neopets.com/items/stamp_desert_geb.gif", index: 20, album: "Lost Desert", }, { name: "Coltzan Stamp", image: "https://images.neopets.com/items/stamp_desert_coltzan.gif", index: 21, album: "Lost Desert", }, { name: "Scarab Stamp", image: "https://images.neopets.com/items/stamp_desert_scarab.gif", index: 22, album: "Lost Desert", }, { name: "Lucky Coin Stamp", image: "https://images.neopets.com/items/stamp_desert_coin.gif", index: 23, album: "Lost Desert", }, { name: "Holographic Coltzans Shrine Stamp", image: "https://images.neopets.com/items/stamp_desert_shrine.gif", index: 24, album: "Lost Desert", }, ], ...[ { name: "Sword of Skardsen Stamp", image: "https://images.neopets.com/items/sta_bd_swordofscardsen.gif", index: 0, album: "The Battledome", }, { name: "Attack Pea Stamp", image: "https://images.neopets.com/items/sta_bd_attackpea.gif", index: 1, album: "The Battledome", }, { name: "Slorg Flakes Stamp", image: "https://images.neopets.com/items/sta_bd_slorgflakes.gif", index: 2, album: "The Battledome", }, { name: "Faerie Slingshot Stamp", image: "https://images.neopets.com/items/sta_bd_slingshot.gif", index: 3, album: "The Battledome", }, { name: "Hubrids Puzzle Box Stamp", image: "https://images.neopets.com/items/sta_bd_puzzlebox.gif", index: 4, album: "The Battledome", }, { name: "Eraser of the Dark Faerie Stamp", image: "https://images.neopets.com/items/sta_bd_darkfaerieeraser.gif", index: 5, album: "The Battledome", }, { name: "Jhudoras Bewitched Ring Stamp", image: "https://images.neopets.com/items/sta_jhudoraring.gif", index: 6, album: "The Battledome", }, { name: "Everlasting Crystal Apple Stamp", image: "https://images.neopets.com/items/sta_crystalapple.gif", index: 7, album: "The Battledome", }, { name: "Sword of the Air Faerie Stamp", image: "https://images.neopets.com/items/sta_airsword.gif", index: 8, album: "The Battledome", }, { name: "Jewelled Scarab Stamp", image: "https://images.neopets.com/items/stamp_jeweledscarab.gif", index: 9, album: "The Battledome", }, { name: "Rod Of Dark Nova Stamp", image: "https://images.neopets.com/items/stamp_rodofdarknova.gif", index: 10, album: "The Battledome", }, { name: "Jade Scorchstone Stamp", image: "https://images.neopets.com/items/stamp_jadescorchstone.gif", index: 11, album: "The Battledome", }, { name: "Thyoras Tear Stamp", image: "https://images.neopets.com/items/sta_thyoras_tear.gif", index: 12, album: "The Battledome", }, { name: "Exploding Space Bugs Stamp", image: "https://images.neopets.com/items/sta_exploding_space_bugs.gif", index: 13, album: "The Battledome", }, { name: "Monoceraptor Claw Stamp", image: "https://images.neopets.com/items/sta_monoceraptor_claw.gif", index: 14, album: "The Battledome", }, { name: "Wand Of The Dark Faerie Stamp", image: "https://images.neopets.com/items/sta_bd_darkwand.gif", index: 15, album: "The Battledome", }, { name: "Alien Aisha Myriad Stamp", image: "https://images.neopets.com/items/sta_myriad.gif", index: 16, album: "The Battledome", }, { name: "Alien Aisha Ray Gun Stamp", image: "https://images.neopets.com/items/sta_bd_alienaishagun.gif", index: 17, album: "The Battledome", }, { name: "Kings Lens Stamp", image: "https://images.neopets.com/items/sta_bd_kings_lens.gif", index: 18, album: "The Battledome", }, { name: "Ring of Sloth Stamp", image: "https://images.neopets.com/items/sta_bd_sloth_ring.gif", index: 19, album: "The Battledome", }, { name: "Illusens Staff Stamp", image: "https://images.neopets.com/items/sta_bd_staff_illusen.gif", index: 20, album: "The Battledome", }, { name: "Shield Of Pion Troect Stamp", image: "https://images.neopets.com/items/sta_bd_pion_shield.gif", index: 21, album: "The Battledome", }, { name: "Rainbow Sticky Hand Stamp", image: "https://images.neopets.com/items/sta_rainbowhand.gif", index: 22, album: "The Battledome", }, { name: "Dark Battle Duck Stamp", image: "https://images.neopets.com/items/sta_darkduck.gif", index: 23, album: "The Battledome", }, { name: "Battle Slices Stamp", image: "https://images.neopets.com/items/sta_bd_slices.gif", index: 24, album: "The Battledome", }, ], ...[ { name: "Silver Babaa Coin", image: "https://images.neopets.com/items/coin_babaa.gif", index: 0, album: "Coins", }, { name: "Book Coin", image: "https://images.neopets.com/items/coin_book.gif", index: 1, album: "Coins", }, { name: "Brass Usuki Coin", image: "https://images.neopets.com/items/coin_usuki.gif", index: 2, album: "Coins", }, { name: "Money Tree Coin", image: "https://images.neopets.com/items/coin_tree.gif", index: 3, album: "Coins", }, { name: "Rainbow Pool Coin", image: "https://images.neopets.com/items/coin_pool.gif", index: 4, album: "Coins", }, { name: "Eliv Thade Coin", image: "https://images.neopets.com/items/coin_elivthade.gif", index: 5, album: "Coins", }, { name: "Turtum Coin", image: "https://images.neopets.com/items/coin_turtum.gif", index: 6, album: "Coins", }, { name: "Silver Buzzer Coin", image: "https://images.neopets.com/items/coin_buzzer.gif", index: 7, album: "Coins", }, { name: "Snow PaintBrush Coin", image: "https://images.neopets.com/items/coin_snow_petpet_pb.gif", index: 8, album: "Coins", }, { name: "Frozen Snowflake Coin", image: "https://images.neopets.com/items/coi_icy.gif", index: 9, album: "Coins", }, { name: "Silver Concert Hall Coin", image: "https://images.neopets.com/items/coi_tyrannian.gif", index: 10, album: "Coins", }, { name: "Hasee Coin", image: "https://images.neopets.com/items/coin_hasee.gif", index: 11, album: "Coins", }, { name: "Bronze Mystery Island Coin", image: "https://images.neopets.com/items/coi_mystery.gif", index: 12, album: "Coins", }, { name: "Golden Scarab Coin", image: "https://images.neopets.com/items/coi_desert.gif", index: 13, album: "Coins", }, { name: "Giant Ghostkerchief Coin", image: "https://images.neopets.com/items/coin_gaintghostkerchief.gif", index: 14, album: "Coins", }, { name: "Defenders Of Neopia Coin", image: "https://images.neopets.com/items/coin_defenders.gif", index: 15, album: "Coins", }, { name: "Goo Blaster Coin", image: "https://images.neopets.com/items/coin_gooblaster.gif", index: 16, album: "Coins", }, { name: "Larnikin Coin", image: "https://images.neopets.com/items/coin_larnikin.gif", index: 17, album: "Coins", }, { name: "PaintBrush Coin", image: "https://images.neopets.com/items/coin_paintbrush.gif", index: 18, album: "Coins", }, { name: "Chocolate Factory Coin", image: "https://images.neopets.com/items/coi_chocfactory.gif", index: 19, album: "Coins", }, { name: "Battledome Coin", image: "https://images.neopets.com/items/coi_battledome.gif", index: 20, album: "Coins", }, { name: "Dr Sloth Coin", image: "https://images.neopets.com/items/coi_sloth.gif", index: 21, album: "Coins", }, { name: "Crystal Kauvara Coin", image: "https://images.neopets.com/items/coin_kauvara.gif", index: 22, album: "Coins", }, { name: "Neopian Times Coin", image: "https://images.neopets.com/items/coi_quill.gif", index: 23, album: "Coins", }, { name: "Emerald Eyrie Coin", image: "https://images.neopets.com/items/coin_emerald_eyrie.gif", index: 24, album: "Coins", }, ], ...[ { name: "Dark Graspberry Stamp", image: "https://images.neopets.com/items/sta_darkgraspberry.gif", index: 0, album: "Battle for Meridell", }, { name: "Gelert Prince Stamp", image: "https://images.neopets.com/items/sta_gelertprince.gif", index: 1, album: "Battle for Meridell", }, { name: "Sunblade Stamp", image: "https://images.neopets.com/items/sta_sunblade.gif", index: 2, album: "Battle for Meridell", }, { name: "Meridell Gardens Stamp", image: "https://images.neopets.com/items/sta_meridellgardens.gif", index: 3, album: "Battle for Meridell", }, { name: "Petpet Growth Syrup Stamp", image: "https://images.neopets.com/items/sta_growth_syrup.gif", index: 4, album: "Battle for Meridell", }, { name: "Zafara Princess Stamp", image: "https://images.neopets.com/items/sta_zafara_princess.gif", index: 5, album: "Battle for Meridell", }, { name: "Gallion Stamp", image: "https://images.neopets.com/items/sta_gallion.gif", index: 6, album: "Battle for Meridell", }, { name: "Quiggle Scout Stamp", image: "https://images.neopets.com/items/sta_quiggle_scout.gif", index: 7, album: "Battle for Meridell", }, { name: "Blugthak Stamp", image: "https://images.neopets.com/items/sta_bfm_blugthak.gif", index: 8, album: "Battle for Meridell", }, { name: "Castle Defender Stamp", image: "https://images.neopets.com/items/sta_bfm_defender.gif", index: 9, album: "Battle for Meridell", }, { name: "Usul-in-waiting Stamp", image: "https://images.neopets.com/items/sta_bfm_usul.gif", index: 10, album: "Battle for Meridell", }, { name: "Blumaroo Court Jester Stamp", image: "https://images.neopets.com/items/sta_bfm_jester.gif", index: 11, album: "Battle for Meridell", }, { name: "King Skarl Plushie Stamp", image: "https://images.neopets.com/items/sta_bfm_skarlplush.gif", index: 12, album: "Battle for Meridell", }, { name: "Nova Storm Stamp", image: "https://images.neopets.com/items/sta_bfm_nova.gif", index: 13, album: "Battle for Meridell", }, { name: "105 Castle Secrets Stamp", image: "https://images.neopets.com/items/sta_bfm_secrets.gif", index: 14, album: "Battle for Meridell", }, { name: "Exploding Acorns Stamp", image: "https://images.neopets.com/items/sta_bfm_acorns.gif", index: 15, album: "Battle for Meridell", }, { name: "Zafara Double Agent Stamp", image: "https://images.neopets.com/items/sta_bfm_zafara_agent.gif", index: 16, album: "Battle for Meridell", }, { name: "Battle Uni Stamp", image: "https://images.neopets.com/items/sta_bfm_battle_uni.gif", index: 17, album: "Battle for Meridell", }, { name: "Court Dancer Stamp", image: "https://images.neopets.com/items/sta_bfm_court_dancer.gif", index: 18, album: "Battle for Meridell", }, { name: "Hadrak Stamp", image: "https://images.neopets.com/items/sta_bfm_hadrak.gif", index: 19, album: "Battle for Meridell", }, { name: "Morguss Stamp", image: "https://images.neopets.com/items/sta_morguss.gif", index: 20, album: "Battle for Meridell", }, { name: "Meerca Spy Stamp", image: "https://images.neopets.com/items/sta_meerca_spy.gif", index: 21, album: "Battle for Meridell", }, { name: "The Great Battle Stamp", image: "https://images.neopets.com/items/sta_great_battle.gif", index: 22, album: "Battle for Meridell", }, { name: "Lord Kass Stamp", image: "https://images.neopets.com/items/sta_kass.gif", index: 23, album: "Battle for Meridell", }, { name: "The Three Stamp", image: "https://images.neopets.com/items/sta_three.gif", index: 24, album: "Battle for Meridell", }, ], ...[ { name: "Trestin Stamp", image: "https://images.neopets.com/items/sta_nq2_trestin.gif", index: 0, album: "NeoQuest II", }, { name: "Librarian Stamp", image: "https://images.neopets.com/items/sta_nq2_librarian.gif", index: 1, album: "NeoQuest II", }, { name: "Rohanes Mother Stamp", image: "https://images.neopets.com/items/sta_nq2_rohanes_mother.gif", index: 2, album: "NeoQuest II", }, { name: "Temple Of The Sky Stamp", image: "https://images.neopets.com/items/sta_nq2_temple.gif", index: 3, album: "NeoQuest II", }, { name: "Hubrid Noxs Mountain Fortress Stamp", image: "https://images.neopets.com/items/sta_nq2_hubrid_fortress.gif", index: 4, album: "NeoQuest II", }, { name: "NeoQuest II Logo Stamp", image: "https://images.neopets.com/items/sta_nq2_logo.gif", index: 5, album: "NeoQuest II", }, { name: "Devilpuss Stamp", image: "https://images.neopets.com/items/sta_nq2_devilpuss.gif", index: 6, album: "NeoQuest II", }, { name: "Celestial Talisman Stamp", image: "https://images.neopets.com/items/sta_nq2_talisman.gif", index: 7, album: "NeoQuest II", }, { name: "Slime Titan Stamp", image: "https://images.neopets.com/items/sta_nq2slimemonster.gif", index: 8, album: "NeoQuest II", }, { name: "Kolvars Stamp", image: "https://images.neopets.com/items/sta_nq2spyder.gif", index: 9, album: "NeoQuest II", }, { name: "Rampaging Grundonoil Stamp", image: "https://images.neopets.com/items/sta_nq2grundonoil.gif", index: 10, album: "NeoQuest II", }, { name: "Northern Watch Tower Stamp", image: "https://images.neopets.com/items/sta_neoquest2_ntower.gif", index: 11, album: "NeoQuest II", }, { name: "Lost City of Phorofor Stamp", image: "https://images.neopets.com/items/sta_neoquest2_phorofor.gif", index: 12, album: "NeoQuest II", }, { name: "Shadow Gulch Stamp", image: "https://images.neopets.com/items/sta_neoquest2_gultch.gif", index: 13, album: "NeoQuest II", }, { name: "Von Roos Castle Stamp", image: "https://images.neopets.com/items/sta_neoquest2_vonroo.gif", index: 14, album: "NeoQuest II", }, { name: "Velm Stamp", image: "https://images.neopets.com/items/sta_nq_velm.gif", index: 15, album: "NeoQuest II", }, { name: "Talinia Stamp", image: "https://images.neopets.com/items/sta_nq_talinia.gif", index: 16, album: "NeoQuest II", }, { name: "Rohane Stamp", image: "https://images.neopets.com/items/sta_nq_rohane.gif", index: 17, album: "NeoQuest II", }, { name: "Mipsy Stamp", image: "https://images.neopets.com/items/sta_nq_mipsy.gif", index: 18, album: "NeoQuest II", }, { name: "Sword Of Apocalypse Stamp", image: "https://images.neopets.com/items/sta_sword_of_apocalypse.gif", index: 19, album: "NeoQuest II", }, { name: "NeoQuest II Esophagor Stamp", image: "https://images.neopets.com/items/sta_nq2_esophagor.gif", index: 20, album: "NeoQuest II", }, { name: "Scuzzy Stamp", image: "https://images.neopets.com/items/sta_nq2_scuzzy.gif", index: 21, album: "NeoQuest II", }, { name: "Anubits Stamp", image: "https://images.neopets.com/items/sta_nq2_anubits.gif", index: 22, album: "NeoQuest II", }, { name: "Ramtor Stamp", image: "https://images.neopets.com/items/sta_nq2_ramtor.gif", index: 23, album: "NeoQuest II", }, { name: "Terask Stamp", image: "https://images.neopets.com/items/sta_nq2_terask.gif", index: 24, album: "NeoQuest II", }, ], ...[ { name: "Golden Coco Stamp", image: "https://images.neopets.com/items/sta_coconut_golden.gif", index: 0, album: "Other", }, { name: "Dice-A-Roo Stamp", image: "https://images.neopets.com/items/sta_dicearoo.gif", index: 1, album: "Other", }, { name: "Lutari Uni Stamp", image: "https://images.neopets.com/items/sta_lut_uni.gif", index: 2, album: "Other", }, { name: "Commemorative Defenders Stamp #1", image: "https://images.neopets.com/items/sta_defenders_kacheek.gif", index: 3, album: "Other", }, { name: "Destruct-O-Match Stamp", image: "https://images.neopets.com/items/sta_destructo.gif", index: 4, album: "Other", }, { name: "Commemorative Defenders Stamp #2", image: "https://images.neopets.com/items/sta_defenders_wocky.gif", index: 5, album: "Other", }, { name: "Grand Theft Ummagine Stamp", image: "https://images.neopets.com/items/sta_grandtheft.gif", index: 6, album: "Other", }, { name: "Shenkuu Bridge Stamp", image: "https://images.neopets.com/items/sta_shenkuubridge.gif", index: 7, album: "Other", }, { name: "Suteks Tomb Stamp", image: "https://images.neopets.com/items/sta_sutekstomb.gif", index: 8, album: "Other", }, { name: "Attack of the Slorgs Stamp", image: "https://images.neopets.com/items/sta_attack_slorgs.gif", index: 9, album: "Other", }, { name: "Pile of Dung Stamp", image: "https://images.neopets.com/items/sta_pile_of_dung.gif", index: 10, album: "Other", }, { name: "Faerie Bubbles Stamp", image: "https://images.neopets.com/items/sta_faerie_bubbles.gif", index: 11, album: "Other", }, { name: "Commemorative Defenders Stamp #3", image: "https://images.neopets.com/items/sta_defenders_korbat.gif", index: 12, album: "Other", }, { name: "Happy Lutari Stamp", image: "https://images.neopets.com/items/sta_lut_lutari.gif", index: 13, album: "Other", }, { name: "Bottled Faerie Stamp", image: "https://images.neopets.com/items/sta_other_bottledfaerie.gif", index: 14, album: "Other", }, { name: "Mystery Island Travel Stamp", image: "https://images.neopets.com/items/stamp_travel_jubjub.gif", index: 15, album: "Other", }, { name: "Shenkuu Mask Stamp", image: "https://images.neopets.com/items/sta_shenkuumask.gif", index: 16, album: "Other", }, { name: "Hot Dog Hero Stamp", image: "https://images.neopets.com/items/sta_hotdoghero.gif", index: 17, album: "Other", }, { name: "Rainbow Pteri Feather Stamp", image: "https://images.neopets.com/items/sta_holo_rainbowpterifeather.gif", index: 18, album: "Other", }, { name: "Commemorative Defenders Stamp #4", image: "https://images.neopets.com/items/sta_defenders_scorchio.gif", index: 19, album: "Other", }, { name: "Altador Travel Stamp", image: "https://images.neopets.com/items/stamp_travel_altador.gif", index: 20, album: "Other", }, { name: "Gold Mote Stamp", image: "https://images.neopets.com/items/sta_other_goldmote.gif", index: 21, album: "Other", }, { name: "Count Von Roo Plushie Stamp", image: "https://images.neopets.com/items/sta_other_vonrooplush.gif", index: 22, album: "Other", }, { name: "Ready to Roll Stamp", image: "https://images.neopets.com/items/sta_readytoroll.gif", index: 23, album: "Other", }, { name: "Lab Ray Stamp", image: "https://images.neopets.com/items/sta_other_labray.gif", index: 24, album: "Other", }, ], ...[ { name: "Grundo Veggieballs Coin", image: "https://images.neopets.com/items/coi_spa_veggieballs.gif", index: 0, album: "Space Station Coins", }, { name: "Grobleen Salad Coin", image: "https://images.neopets.com/items/coi_spa_grobleen.gif", index: 1, album: "Space Station Coins", }, { name: "Cosmic Cheese Stars Coin", image: "https://images.neopets.com/items/coi_spa_cosmic.gif", index: 2, album: "Space Station Coins", }, { name: "Roast Gargapple Coin", image: "https://images.neopets.com/items/coi_spa_gargapple.gif", index: 3, album: "Space Station Coins", }, { name: "Zoomik Coin", image: "https://images.neopets.com/items/coi_spa_zoomik.gif", index: 4, album: "Space Station Coins", }, { name: "Vacumatic 9000 Coin", image: "https://images.neopets.com/items/coi_spa_vacumatic.gif", index: 5, album: "Space Station Coins", }, { name: "N-4 Information Retrieval Bot Coin", image: "https://images.neopets.com/items/coi_spa_n4info.gif", index: 6, album: "Space Station Coins", }, { name: "GX-4 Oscillabot Coin", image: "https://images.neopets.com/items/coi_spa_oscillabot.gif", index: 7, album: "Space Station Coins", }, { name: "Gargaroxs Recipe Book Coin", image: "https://images.neopets.com/items/coi_space_recipes.gif", index: 8, album: "Space Station Coins", }, { name: "Gormball Coin", image: "https://images.neopets.com/items/coi_space_gormball.gif", index: 9, album: "Space Station Coins", }, { name: "Electro Shield Coin", image: "https://images.neopets.com/items/coi_space_electroshield.gif", index: 10, album: "Space Station Coins", }, { name: "H4000 Helmet Coin", image: "https://images.neopets.com/items/coi_space_helmet.gif", index: 11, album: "Space Station Coins", }, { name: "Grundo Warehouse Coin", image: "https://images.neopets.com/items/coi_spa_warehouse.gif", index: 12, album: "Space Station Coins", }, { name: "Adopt A Grundo Coin", image: "https://images.neopets.com/items/coi_spa_adoptgrundo.gif", index: 13, album: "Space Station Coins", }, { name: "Evil Fuzzle Coin", image: "https://images.neopets.com/items/coi_spa_evilfuzzle.gif", index: 14, album: "Space Station Coins", }, { name: "Splat A Sloth Coin", image: "https://images.neopets.com/items/coi_spa_splatsloth.gif", index: 15, album: "Space Station Coins", }, { name: "Astral Blade Coin", image: "https://images.neopets.com/items/coi_astral_blade.gif", index: 16, album: "Space Station Coins", }, { name: "Lever of Doom Coin", image: "https://images.neopets.com/items/coi_leverofdoom.gif", index: 17, album: "Space Station Coins", }, { name: "Super Nova Coin", image: "https://images.neopets.com/items/coi_super_nova.gif", index: 18, album: "Space Station Coins", }, { name: "Mallow Coin", image: "https://images.neopets.com/items/coi_mallow_grundo.gif", index: 19, album: "Space Station Coins", }, { name: "Bzzt Blaster Coin", image: "https://images.neopets.com/items/coi_space_bzztblaster.gif", index: 20, album: "Space Station Coins", }, { name: "Gorix and Cylara Coin", image: "https://images.neopets.com/items/coi_space_gorixcylara.gif", index: 21, album: "Space Station Coins", }, { name: "Neopet V2 Coin", image: "https://images.neopets.com/items/coi_space_npv2.gif", index: 22, album: "Space Station Coins", }, { name: "Smiling Space Faerie Coin", image: "https://images.neopets.com/items/coi_spacefaerie_smile.gif", index: 23, album: "Space Station Coins", }, { name: "Scowling Sloth Coin", image: "https://images.neopets.com/items/coi_sloth_scowl.gif", index: 24, album: "Space Station Coins", }, ], ...[ { name: "Angry Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_1.gif", index: 0, album: "Evil Coconuts", }, { name: "Sinister Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_2.gif", index: 1, album: "Evil Coconuts", }, { name: "Ugly Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_3.gif", index: 2, album: "Evil Coconuts", }, { name: "Screaming Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_4.gif", index: 3, album: "Evil Coconuts", }, { name: "Horned Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_5.gif", index: 4, album: "Evil Coconuts", }, { name: "Infernal Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_6.gif", index: 5, album: "Evil Coconuts", }, { name: "Burning Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_7.gif", index: 6, album: "Evil Coconuts", }, { name: "Mini Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_8.gif", index: 7, album: "Evil Coconuts", }, { name: "Silent Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_9.gif", index: 8, album: "Evil Coconuts", }, { name: "Monstrous Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_10.gif", index: 9, album: "Evil Coconuts", }, { name: "Tusked Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_11.gif", index: 10, album: "Evil Coconuts", }, { name: "Hairy Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_12.gif", index: 11, album: "Evil Coconuts", }, { name: "Painted Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_13.gif", index: 12, album: "Evil Coconuts", }, { name: "Stitched Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_14.gif", index: 13, album: "Evil Coconuts", }, { name: "Wailing Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_18.gif", index: 14, album: "Evil Coconuts", }, { name: "Light Brown Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_17.gif", index: 15, album: "Evil Coconuts", }, { name: "Damaged Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_23.gif", index: 16, album: "Evil Coconuts", }, { name: "Flaming Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_16.gif", index: 17, album: "Evil Coconuts", }, { name: "Seasonal Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_xmas.gif", index: 18, album: "Evil Coconuts", }, { name: "One Eyed Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_19.gif", index: 19, album: "Evil Coconuts", }, { name: "Vicious Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_20.gif", index: 20, album: "Evil Coconuts", }, { name: "Moaning Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_21.gif", index: 21, album: "Evil Coconuts", }, { name: "Sliced Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_24.gif", index: 22, album: "Evil Coconuts", }, { name: "Scorched Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_15.gif", index: 23, album: "Evil Coconuts", }, { name: "Golden Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_25.gif", index: 24, album: "Evil Coconuts", }, ], ...[ { name: "Green Clam Shell", image: "https://images.neopets.com/items/she_giantclam.gif", index: 0, album: "Sea Shells", }, { name: "Purple Scallop Shell", image: "https://images.neopets.com/items/she_scallop2.gif", index: 1, album: "Sea Shells", }, { name: "Glossy Blue Shell", image: "https://images.neopets.com/items/she_scallop1.gif", index: 2, album: "Sea Shells", }, { name: "Green Smooth Shell", image: "https://images.neopets.com/items/she_snail.gif", index: 3, album: "Sea Shells", }, { name: "Tangerine Trumpet Shell", image: "https://images.neopets.com/items/she_trumpet.gif", index: 4, album: "Sea Shells", }, { name: "Brown Spotted Shell", image: "https://images.neopets.com/items/she_dwivitt.gif", index: 5, album: "Sea Shells", }, { name: "Rainbow Coloured Shell", image: "https://images.neopets.com/items/she_candycane.gif", index: 6, album: "Sea Shells", }, { name: "Spiky Shell", image: "https://images.neopets.com/items/she_shell_spiky.gif", index: 7, album: "Sea Shells", }, { name: "Crimson Spotted Shell", image: "https://images.neopets.com/items/she_conch1.gif", index: 8, album: "Sea Shells", }, { name: "Camouflage Scallop Shell", image: "https://images.neopets.com/items/she_shell_camo.gif", index: 9, album: "Sea Shells", }, { name: "Pink Curly Shell", image: "https://images.neopets.com/items/she_chamber.gif", index: 10, album: "Sea Shells", }, { name: "Shiny Purple Cowry Shell", image: "https://images.neopets.com/items/she_purple_tortoisecowry.gif", index: 11, album: "Sea Shells", }, { name: "Blue Spiral Seashell", image: "https://images.neopets.com/items/she_spiral1.gif", index: 12, album: "Sea Shells", }, { name: "Faerie Wings Shell", image: "https://images.neopets.com/items/she_faeriewings.gif", index: 13, album: "Sea Shells", }, { name: "Spiky Orange Murex Shell", image: "https://images.neopets.com/items/she_orange_murex.gif", index: 14, album: "Sea Shells", }, { name: "Sparkly Green Scallop Shell", image: "https://images.neopets.com/items/she_green_lionspaw.gif", index: 15, album: "Sea Shells", }, { name: "Dazzling Blue Mussel Shell", image: "https://images.neopets.com/items/she_blue_mussel.gif", index: 16, album: "Sea Shells", }, { name: "Deep Seashell", image: "https://images.neopets.com/items/she_glow_bright.gif", index: 17, album: "Sea Shells", }, { name: "Purple Spiral Shell", image: "https://images.neopets.com/items/she_pinkrope.gif", index: 18, album: "Sea Shells", }, { name: "Blue and Gold Tube Shell", image: "https://images.neopets.com/items/she_shell_bluetube.gif", index: 19, album: "Sea Shells", }, { name: "Tiny Golden Shell", image: "https://images.neopets.com/items/she_shell_tiny.gif", index: 20, album: "Sea Shells", }, { name: "Matching Pastel Shells", image: "https://images.neopets.com/items/she_clams.gif", index: 21, album: "Sea Shells", }, { name: "Royal Orange Cowry Shell", image: "https://images.neopets.com/items/she_orangulous.gif", index: 22, album: "Sea Shells", }, { name: "Purple Twirly Shell", image: "https://images.neopets.com/items/she_purple_twirl.gif", index: 23, album: "Sea Shells", }, { name: "Golden Shell", image: "https://images.neopets.com/items/she_goldback.gif", index: 24, album: "Sea Shells", }, ], ...[ { name: "Maractite Dagger Stamp", image: "https://images.neopets.com/items/sta_maracititedagger.gif", index: 0, album: "Maraquan", }, { name: "Piraket Stamp", image: "https://images.neopets.com/items/sta_piraket.gif", index: 1, album: "Maraquan", }, { name: "Seaweed Necklace Stamp", image: "https://images.neopets.com/items/sta_seaweednecklace.gif", index: 2, album: "Maraquan", }, { name: "Petty Crewmate Stamp", image: "https://images.neopets.com/items/sta_wave1pirate.gif", index: 3, album: "Maraquan", }, { name: "Maraquan Defenders Stamp", image: "https://images.neopets.com/items/sta_mar_3maraquan.gif", index: 4, album: "Maraquan", }, { name: "Pirate Attack Stamp", image: "https://images.neopets.com/items/sta_mar_4pirate.gif", index: 5, album: "Maraquan", }, { name: "Goregas Stamp", image: "https://images.neopets.com/items/sta_mar_goregas.gif", index: 6, album: "Maraquan", }, { name: "The Black Pawkeet Stamp", image: "https://images.neopets.com/items/sta_mar_pawkeet.gif", index: 7, album: "Maraquan", }, { name: "Scurvy Island Stamp", image: "https://images.neopets.com/items/sta_mar_scurvyisland.gif", index: 8, album: "Maraquan", }, { name: "New Maraqua Stamp", image: "https://images.neopets.com/items/sta_mar_newmaraqua.gif", index: 9, album: "Maraquan", }, { name: "Pirate Troops Stamp", image: "https://images.neopets.com/items/sta_mar_pirates2.gif", index: 10, album: "Maraquan", }, { name: "Maraquan Troops Stamp", image: "https://images.neopets.com/items/sta_mar_maraquans2.gif", index: 11, album: "Maraquan", }, { name: "Chasm Beast Stamp", image: "https://images.neopets.com/items/stamp_chasmbeast.gif", index: 12, album: "Maraquan", }, { name: "The Drenched Stamp", image: "https://images.neopets.com/items/stamp_drenched.gif", index: 13, album: "Maraquan", }, { name: "Maraquan Charger Stamp", image: "https://images.neopets.com/items/stamp_maraquawave_3.gif", index: 14, album: "Maraquan", }, { name: "Maraquan Blade Specialist Stamp", image: "https://images.neopets.com/items/stamp_maraquawave_2.gif", index: 15, album: "Maraquan", }, { name: "Garin To The Rescue Stamp", image: "https://images.neopets.com/items/sta_mar_wave4.gif", index: 16, album: "Maraquan", }, { name: "Caylis Stamp", image: "https://images.neopets.com/items/sta_mar_caylis.gif", index: 17, album: "Maraquan", }, { name: "Swordsmaster Talek Stamp", image: "https://images.neopets.com/items/sta_mar_talek.gif", index: 18, album: "Maraquan", }, { name: "The Revenge Stamp", image: "https://images.neopets.com/items/sta_mar_revenge.gif", index: 19, album: "Maraquan", }, { name: "Jacques Stamp", image: "https://images.neopets.com/items/sta_mar_jacques.gif", index: 20, album: "Maraquan", }, { name: "Garin Stamp", image: "https://images.neopets.com/items/sta_mar_garin.gif", index: 21, album: "Maraquan", }, { name: "Isca Stamp", image: "https://images.neopets.com/items/sta_mar_isca.gif", index: 22, album: "Maraquan", }, { name: "Captain Scarblade Stamp", image: "https://images.neopets.com/items/sta_mar_scarblade.gif", index: 23, album: "Maraquan", }, { name: "King Kelpbeard Stamp", image: "https://images.neopets.com/items/sta_mar_kelpbeard.gif", index: 24, album: "Maraquan", }, ], ...[ { name: "Siyana Stamp", image: "https://images.neopets.com/items/sta_altador_siyana.gif", index: 0, album: "Altador", }, { name: "First Edition Altador Petpet Stamp", image: "https://images.neopets.com/items/sta_altador_petpet1.gif", index: 1, album: "Altador", }, { name: "Fauna Stamp", image: "https://images.neopets.com/items/sta_altador_fauna.gif", index: 2, album: "Altador", }, { name: "Jerdana Stamp", image: "https://images.neopets.com/items/sta_altador_jerdana.gif", index: 3, album: "Altador", }, { name: "The Wave Stamp", image: "https://images.neopets.com/items/sta_alt_constellation.gif", index: 4, album: "Altador", }, { name: "Marak Stamp", image: "https://images.neopets.com/items/sta_altador_marak.gif", index: 5, album: "Altador", }, { name: "Altadorian Farmer Stamp", image: "https://images.neopets.com/items/sta_alt_moehogfarmer.gif", index: 6, album: "Altador", }, { name: "Gordos Stamp", image: "https://images.neopets.com/items/sta_altador_gordos.gif", index: 7, album: "Altador", }, { name: "Psellia Stamp", image: "https://images.neopets.com/items/sta_altador_psellia.gif", index: 8, album: "Altador", }, { name: "Second Edition Altador Petpet Stamp", image: "https://images.neopets.com/items/sta_altador_petpet2.gif", index: 9, album: "Altador", }, { name: "Perfectly Flat Rock Stamp", image: "https://images.neopets.com/items/sta_alt_perfectlyflatrock.gif", index: 10, album: "Altador", }, { name: "Kelland Stamp", image: "https://images.neopets.com/items/sta_altador_kelland.gif", index: 11, album: "Altador", }, { name: "Altador Food Stamp", image: "https://images.neopets.com/items/sta_altador_food.gif", index: 12, album: "Altador", }, { name: "Florin Stamp", image: "https://images.neopets.com/items/sta_altador_florin.gif", index: 13, album: "Altador", }, { name: "Astronomy Club Stamp", image: "https://images.neopets.com/items/sta_alt_astroclub.gif", index: 14, album: "Altador", }, { name: "Finneus Stamp", image: "https://images.neopets.com/items/sta_alt_finneus.gif", index: 15, album: "Altador", }, { name: "Altador Magic Stamp", image: "https://images.neopets.com/items/sta_altador_magic.gif", index: 16, album: "Altador", }, { name: "The Sleeper Constellation Stamp", image: "https://images.neopets.com/items/sta_alt_sleeper.gif", index: 17, album: "Altador", }, { name: "Torakor Stamp", image: "https://images.neopets.com/items/sta_altador_torakor.gif", index: 18, album: "Altador", }, { name: "Angry Janitor Stamp", image: "https://images.neopets.com/items/sta_alt_janitor.gif", index: 19, album: "Altador", }, { name: "Darkest Faerie Stamp", image: "https://images.neopets.com/items/sta_altador_darkfaerie.gif", index: 20, album: "Altador", }, { name: "Sasha Stamp", image: "https://images.neopets.com/items/sta_altador_sasha.gif", index: 21, album: "Altador", }, { name: "Yooyu Celebration Stamp", image: "https://images.neopets.com/items/altcp2_sta_yooyuball.gif", index: 22, album: "Altador", }, { name: "King Altador Stamp", image: "https://images.neopets.com/items/sta_altador_kingaltador.gif", index: 23, album: "Altador", }, { name: "Altador Colosseum Stamp", image: "https://images.neopets.com/items/altcp_colusseum_stamp.gif", index: 24, album: "Altador", }, ], ...[ { name: "Shenkuu City Stamp", image: "https://images.neopets.com/items/sta_shenku.gif", index: 0, album: "Shenkuu", }, { name: "Kentari Stamp", image: "https://images.neopets.com/items/sta_kentarifly.gif", index: 1, album: "Shenkuu", }, { name: "Negg Noodles Stamp", image: "https://images.neopets.com/items/sta_neggnoodles.gif", index: 2, album: "Shenkuu", }, { name: "Linae Stamp", image: "https://images.neopets.com/items/sta_linae.gif", index: 3, album: "Shenkuu", }, { name: "Shenkuu Lunar Temple Stamp", image: "https://images.neopets.com/items/sta_shenkuu.gif", index: 4, album: "Shenkuu", }, { name: "Orange Draik Stamp", image: "https://images.neopets.com/items/sta_orange_draik.gif", index: 5, album: "Shenkuu", }, { name: "Captain Tuan Stamp", image: "https://images.neopets.com/items/sta_captain.gif", index: 6, album: "Shenkuu", }, { name: "Anshu Stamp", image: "https://images.neopets.com/items/sta_ancient_ruki.gif", index: 7, album: "Shenkuu", }, { name: "Enchanted Pudao Stamp", image: "https://images.neopets.com/items/sta_shen_pudao.gif", index: 8, album: "Shenkuu", }, { name: "Kazeriu Stamp", image: "https://images.neopets.com/items/sta_kazeriu.gif", index: 9, album: "Shenkuu", }, { name: "Bonju Stamp", image: "https://images.neopets.com/items/sta_bonju.gif", index: 10, album: "Shenkuu", }, { name: "Pineapple Dessert Stamp", image: "https://images.neopets.com/items/sta_pinapple_dessert.gif", index: 11, album: "Shenkuu", }, { name: "Cyodrakes Gaze Logo Stamp", image: "https://images.neopets.com/items/sta_cyodrake.gif", index: 12, album: "Shenkuu", }, { name: "Kou-Jong Tile Stamp", image: "https://images.neopets.com/items/sta_shen_koujong.gif", index: 13, album: "Shenkuu", }, { name: "Kentari Spyglass Stamp", image: "https://images.neopets.com/items/sta_kentari.gif", index: 14, album: "Shenkuu", }, { name: "Hoban Stamp", image: "https://images.neopets.com/items/sta_hoban.gif", index: 15, album: "Shenkuu", }, { name: "Thoughtful Linae Stamp", image: "https://images.neopets.com/items/sta_linaedoubt.gif", index: 16, album: "Shenkuu", }, { name: "Orrin Stamp", image: "https://images.neopets.com/items/sta_shen_exoticfoods.gif", index: 17, album: "Shenkuu", }, { name: "Shumi Telescope Stamp", image: "https://images.neopets.com/items/sta_shumitelescope.gif", index: 18, album: "Shenkuu", }, { name: "Biyako Stamp", image: "https://images.neopets.com/items/sta_white_kougra.gif", index: 19, album: "Shenkuu", }, { name: "The Cyodrakes Gaze Stamp", image: "https://images.neopets.com/items/sta_ship.gif", index: 20, album: "Shenkuu", }, { name: "Anshu Fishing Stamp", image: "https://images.neopets.com/items/sta_anshu.gif", index: 21, album: "Shenkuu", }, { name: "Wise Gnorbu Stamp", image: "https://images.neopets.com/items/sta_shen_wisegnorbu.gif", index: 22, album: "Shenkuu", }, { name: "Quilin Stamp", image: "https://images.neopets.com/items/sta_quilin.gif", index: 23, album: "Shenkuu", }, { name: "Shenkuu Stamp", image: "https://images.neopets.com/items/sta_shenkustamp.gif", index: 24, album: "Shenkuu", }, ], ...[ { name: "Nimmo Gnome Collectable Charm", image: "https://images.neopets.com/items/zip_gnome_nimmodreaming.gif", index: 0, album: "Charms", }, { name: "Chia Gnome Collectable Charm", image: "https://images.neopets.com/items/zip_gnome_redchia.gif", index: 1, album: "Charms", }, { name: "Yellow PaintBrush Collectable Charm", image: "https://images.neopets.com/items/zip_pb_yellow.gif", index: 2, album: "Charms", }, { name: "Bika Collectable Charm", image: "https://images.neopets.com/items/toy_bika_charm.gif", index: 3, album: "Charms", }, { name: "Chomby Gnome Collectable Charm", image: "https://images.neopets.com/items/zip_gnome_yellowchomby.gif", index: 4, album: "Charms", }, { name: "Snowager Collectable Charm", image: "https://images.neopets.com/items/toy_snowager_charm.gif", index: 5, album: "Charms", }, { name: "Green PaintBrush Collectable Charm", image: "https://images.neopets.com/items/zip_pb_green.gif", index: 6, album: "Charms", }, { name: "Flower Trumpet Collectable Charm", image: "https://images.neopets.com/items/toy_flowertrumpet_charm.gif", index: 7, album: "Charms", }, { name: "Tagobo Potion Collectable Charm", image: "https://images.neopets.com/items/toy_tagobo_potion_charm.gif", index: 8, album: "Charms", }, { name: "Bori Gnome Collectable Charm", image: "https://images.neopets.com/items/zip_gnome_borileaf.gif", index: 9, album: "Charms", }, { name: "Glyme Collectable Charm", image: "https://images.neopets.com/items/toy_glyme_charm.gif", index: 10, album: "Charms", }, { name: "Faerie Techo Plushie Collectable Charm", image: "https://images.neopets.com/items/toy_techo_faerieplu_charm.gif", index: 11, album: "Charms", }, { name: "Schnelly Collectable Charm", image: "https://images.neopets.com/items/toy_schnelly_charm.gif", index: 12, album: "Charms", }, { name: "Red PaintBrush Collectable Charm", image: "https://images.neopets.com/items/zip_pb_red.gif", index: 13, album: "Charms", }, { name: "Pinchit Collectable Charm", image: "https://images.neopets.com/items/toy_pinchit_charm.gif", index: 14, album: "Charms", }, { name: "Faerie Buzz Plushie Collectable Charm", image: "https://images.neopets.com/items/toy_buzz_faerieplu_charm.gif", index: 15, album: "Charms", }, { name: "Tigerfruit Collectable Charm", image: "https://images.neopets.com/items/toy_tigerfruit_charm.gif", index: 16, album: "Charms", }, { name: "Skarl Collectable Charm", image: "https://images.neopets.com/items/toy_skarl_charm.gif", index: 17, album: "Charms", }, { name: "Blue PaintBrush Collectable Charm", image: "https://images.neopets.com/items/zip_pb_blue.gif", index: 18, album: "Charms", }, { name: "Festival Negg Collectable Charm", image: "https://images.neopets.com/items/toy_fony14_festival_negg_cc.gif", index: 19, album: "Charms", }, { name: "Cyodrake Collectable Charm", image: "https://images.neopets.com/items/toy_cyodrake_collect_charm.gif", index: 20, album: "Charms", }, { name: "Gallion Collectable Charm", image: "https://images.neopets.com/items/toy_gallion_collect_charm.gif", index: 21, album: "Charms", }, { name: "Techo Statue Collectable Charm", image: "https://images.neopets.com/items/toy_techo_statue_charm.gif", index: 22, album: "Charms", }, { name: "Taiko Standing Drum Collectable Charm", image: "https://images.neopets.com/items/toy_taikostandingdrum_charm.gif", index: 23, album: "Charms", }, { name: "Elephante Lamp Collectable Charm", image: "https://images.neopets.com/items/toy_elephante_lamp_charm.gif", index: 24, album: "Charms", }, ], ...[ { name: "Veggie Pizza Stamp", image: "https://images.neopets.com/items/sta_other_veggiepizza.gif", index: 0, album: "Other II", }, { name: "Plesio Stamp", image: "https://images.neopets.com/items/sta_plesio_stamp.gif", index: 1, album: "Other II", }, { name: "Hannah Stamp", image: "https://images.neopets.com/items/sta_hannah.gif", index: 2, album: "Other II", }, { name: "Shenkuu Draik Stamp", image: "https://images.neopets.com/items/sta_shenkuudraik.gif", index: 3, album: "Other II", }, { name: "Altador Cup IX Commemorative Stamp", image: "https://images.neopets.com/items/sta_ac2014_alupeime.gif", index: 4, album: "Other II", }, { name: "3D Camp AAA Stamp", image: "https://images.neopets.com/items/sta_ddy15_3dcampaaasta.gif", index: 5, album: "Other II", }, { name: "Mutant Techo Plushie Stamp", image: "https://images.neopets.com/items/sta_techo_mutantplushie.gif", index: 6, album: "Other II", }, { name: "Fruit Bomb Stamp", image: "https://images.neopets.com/items/sta_other_fruitbomb.gif", index: 7, album: "Other II", }, { name: "Altador Cup VIII Commemorative Stamp", image: "https://images.neopets.com/items/sta_acy15vii_acviiicomstamp.gif", index: 8, album: "Other II", }, { name: "Underwater Chef Stamp", image: "https://images.neopets.com/items/sta_underwater_chef.gif", index: 9, album: "Other II", }, { name: "Mysterious Obelisk Stamp", image: "https://images.neopets.com/items/sta_tyweof2013_myobalstmp.gif", index: 10, album: "Other II", }, { name: "Halloween Ona Stamp", image: "https://images.neopets.com/items/sta_halloween_ona.gif", index: 11, album: "Other II", }, { name: "Threelegs vs. Techo Master Stamp", image: "https://images.neopets.com/items/sta_gmc_threevstechm.gif", index: 12, album: "Other II", }, { name: "Games Master Challenge Stamp", image: "https://images.neopets.com/items/sta_gmc_challenge.gif", index: 13, album: "Other II", }, { name: "Tasu Stamp", image: "https://images.neopets.com/items/sta_other_tasu.gif", index: 14, album: "Other II", }, { name: "Plushie Slorg Stamp", image: "https://images.neopets.com/items/sta_plushie_slorg.gif", index: 15, album: "Other II", }, { name: "Charms Stamp", image: "https://images.neopets.com/items/sta_other_charms.gif", index: 16, album: "Other II", }, { name: "Altador Cup VII Commemorative Stamp", image: "https://images.neopets.com/items/sta_acy14vii_comm_acvii.gif", index: 17, album: "Other II", }, { name: "AAA vs. Abigail Stamp", image: "https://images.neopets.com/items/sta_ddy14_aaavsabistamp.gif", index: 18, album: "Other II", }, { name: "Shenkuu Helmet Stamp", image: "https://images.neopets.com/items/sta_shenkuuhelmet.gif", index: 19, album: "Other II", }, { name: "Altador Cup V Commemorative Stamp", image: "https://images.neopets.com/items/sta_altcp_comm_acv.gif", index: 20, album: "Other II", }, { name: "Captain of the Guard Stamp", image: "https://images.neopets.com/items/sta_captainguardbrynn.gif", index: 21, album: "Other II", }, { name: "Geraptiku Stamp", image: "https://images.neopets.com/items/sta_geraptiku.gif", index: 22, album: "Other II", }, { name: "Altador Cup VI Commemorative Stamp", image: "https://images.neopets.com/items/sta_altcp_comm_acvi.gif", index: 23, album: "Other II", }, { name: "Brains vs. Brawn Stamp", image: "https://images.neopets.com/items/sta_gmc_grainvbrawn.gif", index: 24, album: "Other II", }, ], ...[ { name: "Library Faerie Stamp", image: "https://images.neopets.com/items/sta_library_faerie.gif", index: 0, album: "Faerieland", }, { name: "Captain of Fyoras Guards Stamp", image: "https://images.neopets.com/items/sta_fyoras_guards.gif", index: 1, album: "Faerieland", }, { name: "Healing Springs Stamp", image: "https://images.neopets.com/items/sta_faerie_statue.gif", index: 2, album: "Faerieland", }, { name: "Faerie Techo Plushie Stamp", image: "https://images.neopets.com/items/sta_techo_faerieplushie.gif", index: 3, album: "Faerieland", }, { name: "The Discarded Magical Blue Grundo Plushie of Prosperity Stamp", image: "https://images.neopets.com/items/sta_tdmbgpop.gif", index: 4, album: "Faerieland", }, { name: "Delina Stamp", image: "https://images.neopets.com/items/sta_faerie_delina.gif", index: 5, album: "Faerieland", }, { name: "Ruins of Faerieland Stamp", image: "https://images.neopets.com/items/sta_faerieland_ruins.gif", index: 6, album: "Faerieland", }, { name: "Faerieland Petpet Shopkeeper Stamp", image: "https://images.neopets.com/items/sta_faerie_petpetshop.gif", index: 7, album: "Faerieland", }, { name: "Faerie City Stamp", image: "https://images.neopets.com/items/sta_faerie_castle.gif", index: 8, album: "Faerieland", }, { name: "Faerieland Justice Stamp", image: "https://images.neopets.com/items/sta_faerieland_justice.gif", index: 9, album: "Faerieland", }, { name: "Snowglobe Faerie Stamp", image: "https://images.neopets.com/items/sta_faerie_snow.gif", index: 10, album: "Faerieland", }, { name: "Faerie Foods Stamp", image: "https://images.neopets.com/items/sta_faerie_foods.gif", index: 11, album: "Faerieland", }, { name: "Faerie Furniture Shopkeeper Stamp", image: "https://images.neopets.com/items/sta_faerie_furniture.gif", index: 12, album: "Faerieland", }, { name: "Hubrid Nox Commemorative Stamp", image: "https://images.neopets.com/items/sta_commem_hubrid_nox.gif", index: 13, album: "Faerieland", }, { name: "Fountain Faerie Stamp", image: "https://images.neopets.com/items/sta_rainbow_faerie.gif", index: 14, album: "Faerieland", }, { name: "Fyora Faerie Doll Stamp", image: "https://images.neopets.com/items/sta_fyora_faerie_doll.gif", index: 15, album: "Faerieland", }, { name: "Destruction of Faerieland Stamp", image: "https://images.neopets.com/items/sta_faerieland_destruct.gif", index: 16, album: "Faerieland", }, { name: "Dark Faerie Stamp", image: "https://images.neopets.com/items/sta_faerie_dark.gif", index: 17, album: "Faerieland", }, { name: "Faerie Slorg Stamp", image: "https://images.neopets.com/items/sta_faerie_slorg.gif", index: 18, album: "Faerieland", }, { name: "Fyoras Castle Stamp", image: "https://images.neopets.com/items/sta_faerieland_castle.gif", index: 19, album: "Faerieland", }, { name: "Aethia Stamp", image: "https://images.neopets.com/items/sta_faerie_aethia.gif", index: 20, album: "Faerieland", }, { name: "Wheel of Excitement Stamp", image: "https://images.neopets.com/items/sta_stw_wheelofexcitement.gif", index: 21, album: "Faerieland", }, { name: "Faerie Caverns Stamp", image: "https://images.neopets.com/items/sta_faerie_caverns.gif", index: 22, album: "Faerieland", }, { name: "Jhudoras Cloud Stamp", image: "https://images.neopets.com/items/sta_jhudora_castle.gif", index: 23, album: "Faerieland", }, { name: "Queen Fyora Stamp", image: "https://images.neopets.com/items/sta_queen_fyora.gif", index: 24, album: "Faerieland", }, ], ...[ { name: "Basic Yellow Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_yellowbas.gif", index: 0, album: "Scarabs", }, { name: "Polkadot Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_polkadot.gif", index: 1, album: "Scarabs", }, { name: "Orange Spotted Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_orangespotted.gif", index: 2, album: "Scarabs", }, { name: "Common Desert Collectable Scarab", image: "https://images.neopets.com/items/coi_desertscarab_slim.gif", index: 3, album: "Scarabs", }, { name: "Bushy Antennae Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_fancyant.gif", index: 4, album: "Scarabs", }, { name: "Striped Blue Collectable Scarab", image: "https://images.neopets.com/items/coi_striblu_scarabs.gif", index: 5, album: "Scarabs", }, { name: "Basic Fringed Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_4.gif", index: 6, album: "Scarabs", }, { name: "Flashy Winged Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_flashywinged.gif", index: 7, album: "Scarabs", }, { name: "Large Black and White Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_blacknwhite.gif", index: 8, album: "Scarabs", }, { name: "Simple Red Collectable Scarab", image: "https://images.neopets.com/items/coi_red_scarabs.gif", index: 9, album: "Scarabs", }, { name: "Long Headed Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_longhead.gif", index: 10, album: "Scarabs", }, { name: "Day and Night Collectable Scarab", image: "https://images.neopets.com/items/coi_gmc2013_daynightscar.gif", index: 11, album: "Scarabs", }, { name: "Purple Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_purple.gif", index: 12, album: "Scarabs", }, { name: "Speckled Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_speckled.gif", index: 13, album: "Scarabs", }, { name: "Uncommon Blue Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_3.gif", index: 14, album: "Scarabs", }, { name: "Horned Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_horned.gif", index: 15, album: "Scarabs", }, { name: "Greater Green Collectable Scarab", image: "https://images.neopets.com/items/coi_desertscarab_green.gif", index: 16, album: "Scarabs", }, { name: "Rainbow Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_rainbow.gif", index: 17, album: "Scarabs", }, { name: "Dazzling Verdant Collectable Scarab", image: "https://images.neopets.com/items/coi_verdant_scarab.gif", index: 18, album: "Scarabs", }, { name: "Black and Yellow Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_blackandyellow.gif", index: 19, album: "Scarabs", }, { name: "Spotted Red Collectable Scarab", image: "https://images.neopets.com/items/coi_dotted_scarabs.gif", index: 20, album: "Scarabs", }, { name: "Greater Yellow Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_yellowgre.gif", index: 21, album: "Scarabs", }, { name: "Sparkleback Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_sparkleb.gif", index: 22, album: "Scarabs", }, { name: "Spotted Blue Collectable Scarab", image: "https://images.neopets.com/items/coi_spotblu_scarabs.gif", index: 23, album: "Scarabs", }, { name: "Large Black Collectable Scarab", image: "https://images.neopets.com/items/coi_large_black_scarab.gif", index: 24, album: "Scarabs", }, ], ...[ { name: "Entrance to Moltara Stamp", image: "https://images.neopets.com/items/sta_moltaraentrance.gif", index: 0, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 2, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Moltara", }, { name: "The Arcanium Stamp", image: "https://images.neopets.com/items/sta_thearcanium.gif", index: 4, album: "Moltara", }, { name: "Magma Pool Stamp", image: "https://images.neopets.com/items/sta_moltara_magmapool.gif", index: 5, album: "Moltara", }, { name: "Magma Pool Guard Stamp", image: "https://images.neopets.com/items/sta_magpool_guard.gif", index: 6, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Moltara", }, { name: "Molten Morsels Stamp", image: "https://images.neopets.com/items/sta_molten_morsels.gif", index: 8, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Moltara", }, { name: "Mayor of Moltara Stamp", image: "https://images.neopets.com/items/sta_moltara_mayor.gif", index: 11, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Moltara", }, { name: "Cogs Togs Stamp", image: "https://images.neopets.com/items/sta_cogs_togs.gif", index: 15, album: "Moltara", }, { name: "Petpetorium Stamp", image: "https://images.neopets.com/items/st_petpetorium.gif", index: 16, album: "Moltara", }, { name: "Tangor Stamp", image: "https://images.neopets.com/items/sta_tangor.gif", index: 17, album: "Moltara", }, { name: "Moltara Town Hall Stamp", image: "https://images.neopets.com/items/sta_moltara_townhall.gif", index: 18, album: "Moltara", }, { name: "Abandoned Water Tower Stamp", image: "https://images.neopets.com/items/sta_reu2014_abanwattowstaalb.gif", index: 19, album: "Moltara", }, { name: "Lampwyck Stamp", image: "https://images.neopets.com/items/sta_lampwyck.gif", index: 20, album: "Moltara", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Moltara", }, { name: "Igneots Cavern Stamp", image: "https://images.neopets.com/items/sta_moltara_igneot.gif", index: 22, album: "Moltara", }, { name: "Lava Monster Stamp", image: "https://images.neopets.com/items/sta_lava_monster.gif", index: 23, album: "Moltara", }, { name: "Igneot Stamp", image: "https://images.neopets.com/items/sta_igneot.gif", index: 24, album: "Moltara", }, ], ...[ { name: "Squared Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_squared.gif", index: 0, album: "Maractite Coins", }, { name: "Half Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_half.gif", index: 1, album: "Maractite Coins", }, { name: "Triangular Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_triangular.gif", index: 2, album: "Maractite Coins", }, { name: "Maractite Koi Maractite Coin", image: "https://images.neopets.com/items/coi_maraquan_koi.gif", index: 3, album: "Maractite Coins", }, { name: "Seaweed Design Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_seaweed.gif", index: 4, album: "Maractite Coins", }, { name: "Deformed Maractite Coin", image: "https://images.neopets.com/items/coi_dot_maractite.gif", index: 5, album: "Maractite Coins", }, { name: "Dual Tone Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_dual_tone.gif", index: 6, album: "Maractite Coins", }, { name: "Maractite Waves Coin", image: "https://images.neopets.com/items/coi_maractite_waves.gif", index: 7, album: "Maractite Coins", }, { name: "Worn Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_worn.gif", index: 8, album: "Maractite Coins", }, { name: "Simple Maractite Coin", image: "https://images.neopets.com/items/coin_koi_maractite.gif", index: 9, album: "Maractite Coins", }, { name: "Maraquan Kau Maractite Coin", image: "https://images.neopets.com/items/coi_maraquan_kau.gif", index: 10, album: "Maractite Coins", }, { name: "Runed Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_runed.gif", index: 11, album: "Maractite Coins", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Maractite Coins", }, { name: "Rusty Sloth Clone Maractite Coin", image: "https://images.neopets.com/items/sea_rusty_clone_maractite_coin.gif", index: 13, album: "Maractite Coins", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Maractite Coins", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Maractite Coins", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Maractite Coins", }, { name: "Maraquan Skeith Maractite Coin", image: "https://images.neopets.com/items/coi_maraquan_skeith.gif", index: 17, album: "Maractite Coins", }, { name: "Maraquan Draik Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_draik_mara.gif", index: 18, album: "Maractite Coins", }, { name: "Large Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_large.gif", index: 19, album: "Maractite Coins", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Maractite Coins", }, { name: "Streaked Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_streaked.gif", index: 21, album: "Maractite Coins", }, { name: "Round Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_round.gif", index: 22, album: "Maractite Coins", }, { name: "Ancient Peophin Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_ancient_peo.gif", index: 23, album: "Maractite Coins", }, { name: "Floral Maractite Coin", image: "https://images.neopets.com/items/coi_maractite_floral.gif", index: 24, album: "Maractite Coins", }, ], ...[ { name: "Words of Antiquity Stamp", image: "https://images.neopets.com/items/sta_antiquity_words.gif", index: 0, album: "Qasala", }, { name: "Qasalan Delights Stamp", image: "https://images.neopets.com/items/sta_delight_qasalan.gif", index: 1, album: "Qasala", }, { name: "Ancient Contract Stamp", image: "https://images.neopets.com/items/sta_ancient_contract.gif", index: 2, album: "Qasala", }, { name: "Mystical Surroundings Stamp", image: "https://images.neopets.com/items/wea_y18gmc_sta_qasala_mystical.gif", index: 3, album: "Qasala", }, { name: "Nabile & Tomos Stamp", image: "https://images.neopets.com/items/sta_nabile_tomos.gif", index: 4, album: "Qasala", }, { name: "Qasalan Coffee Set Stamp", image: "https://images.neopets.com/items/sta_qasalan_coffeeset.gif", index: 5, album: "Qasala", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Qasala", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Qasala", }, { name: "Qasalan Tablet Stamp", image: "https://images.neopets.com/items/sta_qasalan_tablet.gif", index: 8, album: "Qasala", }, { name: "Trapped Tomos Stamp", image: "https://images.neopets.com/items/sta_trapped_tomos.gif", index: 9, album: "Qasala", }, { name: "Ruins of Qasala Stamp", image: "https://images.neopets.com/items/sta_desert_qasalaruin.gif", index: 10, album: "Qasala", }, { name: "Qasalan Mummy Stamp", image: "https://images.neopets.com/items/sta_mummy_qasalan.gif", index: 11, album: "Qasala", }, { name: "The Ruins of Thanyros Stamp", image: "https://images.neopets.com/items/stamp_tge_ruinsthan.gif", index: 12, album: "Qasala", }, { name: "Scorchio Mummy Stamp", image: "https://images.neopets.com/items/sta_ld_scorch_mummy.gif", index: 13, album: "Qasala", }, { name: "Desert Arms Stamp", image: "https://images.neopets.com/items/sta_desert_armsshop.gif", index: 14, album: "Qasala", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Qasala", }, { name: "Lupe Shopkeeper Stamp", image: "https://images.neopets.com/items/sta_qasala_lupe_shop.gif", index: 16, album: "Qasala", }, { name: "Razul Stamp", image: "https://images.neopets.com/items/sta_ld_razul.gif", index: 17, album: "Qasala", }, { name: "Dark Qasala Stamp", image: "https://images.neopets.com/items/sta_dark_qasala.gif", index: 18, album: "Qasala", }, { name: "Scordrax Stamp", image: "https://images.neopets.com/items/sta_scordrax.gif", index: 19, album: "Qasala", }, { name: "Tomos Stamp", image: "https://images.neopets.com/items/sta_tomos.gif", index: 20, album: "Qasala", }, { name: "Nabile Stamp", image: "https://images.neopets.com/items/sta_nabile.gif", index: 21, album: "Qasala", }, { name: "Nightsteed Stamp", image: "https://images.neopets.com/items/sta_nightsteed.gif", index: 22, album: "Qasala", }, { name: "King Jazan Stamp", image: "https://images.neopets.com/items/sta_king_jazan.gif", index: 23, album: "Qasala", }, { name: "Wheel of Extravagance Stamp", image: "https://images.neopets.com/items/sta_wheel_of_extravagance.gif", index: 24, album: "Qasala", }, ], ...[ { name: "Circlet of the Deep", image: "https://images.neopets.com/items/she_circlet_thedeep.gif", index: 0, album: "Treasures of the Deep", }, { name: "Shell Comb", image: "https://images.neopets.com/items/gif_shell_groom.gif", index: 1, album: "Treasures of the Deep", }, { name: "Golden Koi of the Deep", image: "https://images.neopets.com/items/she_koi_thedeep.gif", index: 2, album: "Treasures of the Deep", }, { name: "Tiara of the Deep", image: "https://images.neopets.com/items/she_tiara_thedeep.gif", index: 3, album: "Treasures of the Deep", }, { name: "Shell Clutch", image: "https://images.neopets.com/items/gif_shell_clasp.gif", index: 4, album: "Treasures of the Deep", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Treasures of the Deep", }, { name: "Hair Clip of the Deep", image: "https://images.neopets.com/items/she_hairclip_thedeep.gif", index: 6, album: "Treasures of the Deep", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Treasures of the Deep", }, { name: "Hairpin of the Deep", image: "https://images.neopets.com/items/she_thedeep_hairpin.gif", index: 8, album: "Treasures of the Deep", }, { name: "Bangles of the Deep", image: "https://images.neopets.com/items/she_bangles_thedeep.gif", index: 9, album: "Treasures of the Deep", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Treasures of the Deep", }, { name: "Brilliant Negg Crown", image: "https://images.neopets.com/items/she_fony15_brilliantcrown.gif", index: 11, album: "Treasures of the Deep", }, { name: "Armlet of the Deep", image: "https://images.neopets.com/items/she_armlet_thedeep.gif", index: 12, album: "Treasures of the Deep", }, { name: "Diadem of the Deep", image: "https://images.neopets.com/items/she_diadem_thedeep.gif", index: 13, album: "Treasures of the Deep", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Treasures of the Deep", }, { name: "Enameled Peophin Brooch of the Deep", image: "https://images.neopets.com/items/she_peobrooch_thedeep.gif", index: 15, album: "Treasures of the Deep", }, { name: "Coronet of the Deep", image: "https://images.neopets.com/items/she_coronet_thedeep.gif", index: 16, album: "Treasures of the Deep", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Treasures of the Deep", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Treasures of the Deep", }, { name: "Earrings of the Deep", image: "https://images.neopets.com/items/she_earrings_thedeep.gif", index: 19, album: "Treasures of the Deep", }, { name: "Exquisite Peophin Ring of the Deep", image: "https://images.neopets.com/items/she_peoring_thedeep.gif", index: 20, album: "Treasures of the Deep", }, { name: "Necklace of the Deep", image: "https://images.neopets.com/items/she_necklace_thedeep.gif", index: 21, album: "Treasures of the Deep", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Treasures of the Deep", }, { name: "Anklet of the Deep", image: "https://images.neopets.com/items/she_anklet_thedeep.gif", index: 23, album: "Treasures of the Deep", }, { name: "Choker of the Deep", image: "https://images.neopets.com/items/she_thedeep_choker.gif", index: 24, album: "Treasures of the Deep", }, ], ...[ { name: "Krawk Island Governor Stamp", image: "https://images.neopets.com/items/sta_kwark_island.gif", index: 0, album: "Krawk Island", }, { name: "Riches of Krawk Island Stamp", image: "https://images.neopets.com/items/sta_krawkisle_riches.gif", index: 1, album: "Krawk Island", }, { name: "Mellow Marauders Plushie Stamp", image: "https://images.neopets.com/items/mellow-marauders-plushie.gif", index: 2, album: "Krawk Island", }, { name: "Drooling Quadrapus Stamp", image: "https://images.neopets.com/items/sta_quadrapus_drool.gif", index: 3, album: "Krawk Island", }, { name: "Petpet Cannonball Stamp", image: "https://images.neopets.com/items/sta_petpet_cannonball.gif", index: 4, album: "Krawk Island", }, { name: "Captain Bloodhook Stamp", image: "https://images.neopets.com/items/stamp_capt_bloodhook.gif", index: 5, album: "Krawk Island", }, { name: "The Lighthouse Stamp", image: "https://images.neopets.com/items/sta_lighthouse.gif", index: 6, album: "Krawk Island", }, { name: "Buried Treasure Stamp", image: "https://images.neopets.com/items/sta_krawk_island.gif", index: 7, album: "Krawk Island", }, { name: "Bug Eye McGee Stamp", image: "https://images.neopets.com/items/sta_mcgee_bugeye.gif", index: 8, album: "Krawk Island", }, { name: "Docked Ship Stamp", image: "https://images.neopets.com/items/sta_docked_ship.gif", index: 9, album: "Krawk Island", }, { name: "Smugglers Cove Stamp", image: "https://images.neopets.com/items/sta_smugglers_cove.gif", index: 10, album: "Krawk Island", }, { name: "Feldon Dinksy Collibridge Stamp", image: "https://images.neopets.com/items/stamp_feldon_dinksy.gif", index: 11, album: "Krawk Island", }, { name: "Fred the Tuskaninny Sailor Stamp", image: "https://images.neopets.com/items/sta_tuskaninny_sailor.gif", index: 12, album: "Krawk Island", }, { name: "Benny the Blade Stamp", image: "https://images.neopets.com/items/stamp_benny_the_blade.gif", index: 13, album: "Krawk Island", }, { name: "Dubloon-O-Matic Stamp", image: "https://images.neopets.com/items/stamp_dubloon_o_matic.gif", index: 14, album: "Krawk Island", }, { name: "Barf Boat Stamp", image: "https://images.neopets.com/items/sta_ddy21_barf_boat_stamp.gif", index: 15, album: "Krawk Island", }, { name: "Dorak Stamp", image: "https://images.neopets.com/items/sta_dorak.gif", index: 16, album: "Krawk Island", }, { name: "The Krawken Stamp", image: "https://images.neopets.com/items/sta_krawken.gif", index: 17, album: "Krawk Island", }, { name: "The Academy Stamp", image: "https://images.neopets.com/items/sta_academy.gif", index: 18, album: "Krawk Island", }, { name: "Forgotten Shore Stamp", image: "https://images.neopets.com/items/sta_forgotten_shore.gif", index: 19, album: "Krawk Island", }, { name: "Capn Threelegs Stamp", image: "https://images.neopets.com/items/sta_capn_threelegs.gif", index: 20, album: "Krawk Island", }, { name: "Golden Dubloon Stamp", image: "https://images.neopets.com/items/sta_dubloon_golden.gif", index: 21, album: "Krawk Island", }, { name: "Limited Edition Scurvy Island Stamp", image: "https://images.neopets.com/items/sta_y16haltot_scurvisle.gif", index: 22, album: "Krawk Island", }, { name: "Grimtooth Stamp", image: "https://images.neopets.com/items/sta_grimtooth.gif", index: 23, album: "Krawk Island", }, { name: "Governor Mansion Stamp", image: "https://images.neopets.com/items/sta_governormansion.gif", index: 24, album: "Krawk Island", }, ], ...[ { name: "Young Sophie Stamp", image: "https://images.neopets.com/items/sta_young_sophie.gif", index: 0, album: "Neovia", }, { name: "Rusty Door Stamp", image: "https://images.neopets.com/items/sta_rustydoor.gif", index: 1, album: "Neovia", }, { name: "Crumpetmonger Stamp", image: "https://images.neopets.com/items/sta_crumpetmonger.gif", index: 2, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Neovia", }, { name: "Neovia Stamp", image: "https://images.neopets.com/items/sta_land_neovia.gif", index: 4, album: "Neovia", }, { name: "Guard Zomutt Stamp", image: "https://images.neopets.com/items/sta_guardzomutt.gif", index: 5, album: "Neovia", }, { name: "Bruno Stamp", image: "https://images.neopets.com/items/sta_bruno_stamp.gif", index: 6, album: "Neovia", }, { name: "Neovian Printing Press Shopkeeper Stamp", image: "https://images.neopets.com/items/sta_printing_press.gif", index: 7, album: "Neovia", }, { name: "Family Portrait Stamp", image: "https://images.neopets.com/items/sta_family_portrait.gif", index: 8, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Neovia", }, { name: "Orion Stamp", image: "https://images.neopets.com/items/sta_orion.gif", index: 10, album: "Neovia", }, { name: "The Crumpetmonger Shop Stamp", image: "https://images.neopets.com/items/sta_y20haltot_neovianshop.gif", index: 11, album: "Neovia", }, { name: "Spirit of Slumber Stamp", image: "https://images.neopets.com/items/sta_spirit_slumber.gif", index: 12, album: "Neovia", }, { name: "Teatime in Neovia Stamp", image: "https://images.neopets.com/items/fon_sta_teatime_in_neovia.gif", index: 13, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Neovia", }, { name: "Sentient Headstones Stamp", image: "https://images.neopets.com/items/sta_headstone_sentient.gif", index: 15, album: "Neovia", }, { name: "RIP Lucy Stamp", image: "https://images.neopets.com/items/sta_rip_lucy.gif", index: 16, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Neovia", }, { name: "Mr. Krawley Stamp", image: "https://images.neopets.com/items/sta_krawley_stamp.gif", index: 18, album: "Neovia", }, { name: "Dark Ilere Stamp", image: "https://images.neopets.com/items/sta_dark_illere.gif", index: 19, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Neovia", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Neovia", }, { name: "Grave Danger Stamp", image: "https://images.neopets.com/items/sta_gd_grave_danger.gif", index: 24, album: "Neovia", }, ], ...[ { name: "Space Faerie Kari Charm", image: "https://images.neopets.com/items/fon_spacefaeriekari_charm.gif", index: 0, album: "Charms II", }, { name: "Imposter Apple Collectable Charm", image: "https://images.neopets.com/items/toy_imp_apple_charm.gif", index: 1, album: "Charms II", }, { name: "Detective Kari Charm", image: "https://images.neopets.com/items/fon_charm_det_kari.gif", index: 2, album: "Charms II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Charms II", }, { name: "Neopets 24th Cake Charm", image: "https://images.neopets.com/items/y24_cake_charm.gif", index: 4, album: "Charms II", }, { name: "Astronaut Kari Charm", image: "https://images.neopets.com/items/fon_astronautkari_charm.gif", index: 5, album: "Charms II", }, { name: "Princess Terrana Collectable Charm", image: "https://images.neopets.com/items/sta_gnorbu_charm.gif", index: 6, album: "Charms II", }, { name: "Moon Rock Albert Collectable Charm", image: "https://images.neopets.com/items/sta_albert_moonrock.gif", index: 7, album: "Charms II", }, { name: "AAA Collectable Charm", image: "https://images.neopets.com/items/sta_aaa_collectable.gif", index: 8, album: "Charms II", }, { name: "Chia Clown Collectible Charm", image: "https://images.neopets.com/items/sta_ddy21_chiaclown_charm.gif", index: 9, album: "Charms II", }, { name: "Zaira Charm", image: "https://images.neopets.com/items/8a98809bbb.gif", index: 10, album: "Charms II", }, { name: "Hagan Collectable Charm", image: "https://images.neopets.com/items/toy_hagan_charm.gif", index: 11, album: "Charms II", }, { name: "Recovered Shoyru Collectable Charm", image: "https://images.neopets.com/items/sta_twr_shoyrucollcharm.gif", index: 12, album: "Charms II", }, { name: "Negg-Gazer Charm", image: "https://images.neopets.com/items/charm_negggazer.gif", index: 13, album: "Charms II", }, { name: "Malum Collectable Charm", image: "https://images.neopets.com/items/twr_sta_malum_collcharm.gif", index: 14, album: "Charms II", }, { name: "Recovered Jetsam Collectable Charm", image: "https://images.neopets.com/items/sta_twr_recoveredjetsam.gif", index: 15, album: "Charms II", }, { name: "Recovered Meerca Collectable Charm", image: "https://images.neopets.com/items/sta_twr_recoveredmeerca.gif", index: 16, album: "Charms II", }, { name: "Fyora Collectable Charm", image: "https://images.neopets.com/items/twr_sta_fyora_charm.gif", index: 17, album: "Charms II", }, { name: "Wherfy Collectable Charm", image: "https://images.neopets.com/items/toy_wherfy_charm.gif", index: 18, album: "Charms II", }, { name: "Recovered Skeith Collectable Charm", image: "https://images.neopets.com/items/twr_sta_skeith_collcharm.gif", index: 19, album: "Charms II", }, { name: "Sloth Collectable Charm", image: "https://images.neopets.com/items/sta_sloth_charm.gif", index: 20, album: "Charms II", }, { name: "Governor McGill Collectable Charm", image: "https://images.neopets.com/items/toy_y19haltot_mcgill_charm.gif", index: 21, album: "Charms II", }, { name: "The Darkest Faerie Collectible Charm", image: "https://images.neopets.com/items/twr_sta_tdf_collcharm.gif", index: 22, album: "Charms II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Charms II", }, { name: "Game Controller Collectable Charm", image: "https://images.neopets.com/items/toy_ddy18_gamecontr_charm.gif", index: 24, album: "Charms II", }, ], ...[ { name: "Official Ghoul Catchers Stamp", image: "https://images.neopets.com/items/sta_gcm_gctriostamp.gif", index: 0, album: "Mobile Apps", }, { name: "Haunted Brightvale Amulet", image: "https://images.neopets.com/items/coi_gc_amuletobright.gif", index: 1, album: "Mobile Apps", }, { name: "Haunted Terror Mountain Amulet", image: "https://images.neopets.com/items/coi_gc_amuletotm.gif", index: 2, album: "Mobile Apps", }, { name: "Haunted Lost Desert Amulet", image: "https://images.neopets.com/items/coi_gc_amuletold.gif", index: 3, album: "Mobile Apps", }, { name: "Haunted Shenkuu Amulet", image: "https://images.neopets.com/items/coi_gc_amuletsh.gif", index: 4, album: "Mobile Apps", }, { name: "Haunted Altador Amulet", image: "https://images.neopets.com/items/coi_gc_amuletalt.gif", index: 5, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Mobile Apps", }, { name: "Haunted Faerieland Amulet", image: "https://images.neopets.com/items/coi_gc_amuletofaerie.gif", index: 7, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Mobile Apps", }, { name: "Aurrick vs Claymaker Stamp", image: "https://images.neopets.com/items/sta_aurrick_claymaker.gif", index: 12, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Mobile Apps", }, { name: "Team Dacardia Stamp", image: "https://images.neopets.com/items/sta_team_dacardia.gif", index: 20, album: "Mobile Apps", }, { name: "New Faerieland Stamp", image: "https://images.neopets.com/items/sta_new_faerieland_home.gif", index: 21, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Mobile Apps", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Mobile Apps", }, ], ...[ { name: "Battle Eyrie Stamp", image: "https://images.neopets.com/items/sta_battle_eyrie.gif", index: 0, album: "Other III", }, { name: "Mumbo Pango Stamp", image: "https://images.neopets.com/items/sta_mumbo_pango.gif", index: 1, album: "Other III", }, { name: "Hanso Stamp", image: "https://images.neopets.com/items/sta_hanso.gif", index: 2, album: "Other III", }, { name: "Usuki Doll Stamp", image: "https://images.neopets.com/items/sta_usuki_doll.gif", index: 3, album: "Other III", }, { name: "Ruler of the Five Seas Stamp", image: "https://images.neopets.com/items/captain-scarblade.gif", index: 4, album: "Other III", }, { name: "Bringer of Night Stamp", image: "https://images.neopets.com/items/sta_night_bringer.gif", index: 5, album: "Other III", }, { name: "Easter Treats Stamp", image: "https://images.neopets.com/items/sta_fony18_eastertreats.gif", index: 6, album: "Other III", }, { name: "Lady Frostbite Stamp", image: "https://images.neopets.com/items/sta_lady_frostbite.gif", index: 7, album: "Other III", }, { name: "AC XIV Commemorative Stamp", image: "https://images.neopets.com/items/sta_acy21_commemorative_stamp.gif", index: 8, album: "Other III", }, { name: "Altador Cup XI Commemorative Stamp", image: "https://images.neopets.com/items/sta_acy18_acxicomstamp.gif", index: 9, album: "Other III", }, { name: "Hanso and Brynn Stamp", image: "https://images.neopets.com/items/sta_knights_raiders.gif", index: 10, album: "Other III", }, { name: "Yiko Stamp", image: "https://images.neopets.com/items/sta_yiko_stamp.gif", index: 11, album: "Other III", }, { name: "Lost City Lanes Stamp", image: "https://images.neopets.com/items/sta_lostcity_lanes.gif", index: 12, album: "Other III", }, { name: "AC XIII Commemorative Stamp", image: "https://images.neopets.com/items/sta_acy20_acxiiicomstamp.gif", index: 13, album: "Other III", }, { name: "Hulking Wraith Stamp", image: "https://images.neopets.com/items/sta_twr_hulkingwraith.gif", index: 14, album: "Other III", }, { name: "Altador Cup XII Commemorative Stamp", image: "https://images.neopets.com/items/sta_acy19_acxiicomstamp.gif", index: 15, album: "Other III", }, { name: "The Wraith Resurgence Stamp", image: "https://images.neopets.com/items/sta_twrstamp.gif", index: 16, album: "Other III", }, { name: "Decorative Negg Stamp", image: "https://images.neopets.com/items/coi_decorative_negg.gif", index: 17, album: "Other III", }, { name: "Magax Vs. Nox Stamp", image: "https://images.neopets.com/items/sta_y19gmc_noxvsmagax.gif", index: 18, album: "Other III", }, { name: "Spyders Stamp", image: "https://images.neopets.com/items/sta_spyder_stamp.gif", index: 19, album: "Other III", }, { name: "Altador Cup X Commemorative Stamp", image: "https://images.neopets.com/items/sta_altador_cup_collectible.gif", index: 20, album: "Other III", }, { name: "Taelia Vs. Ember Stamp", image: "https://images.neopets.com/items/sta_y17gmc_taeliavember.gif", index: 21, album: "Other III", }, { name: "Fire Breathing Scorchio Stamp", image: "https://images.neopets.com/items/sta_fire_scorchio.gif", index: 22, album: "Other III", }, { name: "Preoccupied AAA Stamp", image: "https://images.neopets.com/items/sta_ddy18_preoccupiedaaa.gif", index: 23, album: "Other III", }, { name: "Chadley Stamp", image: "https://images.neopets.com/items/sta_ddy19_chadley.gif", index: 24, album: "Other III", }, ], ...[ { name: "Star Fish Shell", image: "https://images.neopets.com/items/she_star_fish.gif", index: 0, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Sea Shells II", }, { name: "Red Lined Shell", image: "https://images.neopets.com/items/she_redlined_shell.gif", index: 2, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Sea Shells II", }, { name: "Squiggles Shell", image: "https://images.neopets.com/items/she_squiggles.gif", index: 4, album: "Sea Shells II", }, { name: "Cream Heart Sea Shell", image: "https://images.neopets.com/items/she_shell_heart.gif", index: 5, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Sea Shells II", }, { name: "Lavender Cowry Shell", image: "https://images.neopets.com/items/she_cauree_shell.gif", index: 7, album: "Sea Shells II", }, { name: "Brown Striped Murex Shell", image: "https://images.neopets.com/items/she_brown_murex_shell.gif", index: 8, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Sea Shells II", }, { name: "Charybdis Seashell", image: "https://images.neopets.com/items/she_charybdis_seashell.gif", index: 12, album: "Sea Shells II", }, { name: "So Blue Shell", image: "https://images.neopets.com/items/she_so_blue.gif", index: 13, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Sea Shells II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Sea Shells II", }, ], ...[ { name: "Soup Faerie Stamp", image: "https://images.neopets.com/items/sta_advc2019_soupfaerie.gif", index: 0, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 2, album: "Neopia Central II", }, { name: "Overstamped Stamp", image: "https://images.neopets.com/items/a7774ccde3.gif", index: 3, album: "Neopia Central II", }, { name: "25th Anniversary Aisha Stamp", image: "https://images.neopets.com/items/stamp_25thanni_aisha.gif", index: 4, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Neopia Central II", }, { name: "25th Anniversary Faellie Stamp", image: "https://images.neopets.com/items/9i6j5bal2h.gif", index: 7, album: "Neopia Central II", }, { name: "Second Hand Stamp", image: "https://images.neopets.com/items/st_secondhand.gif", index: 8, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Neopia Central II", }, { name: "25th Anniversary Shoyru Stamp", image: "https://images.neopets.com/items/stamp_25thanni_shoyru.gif", index: 11, album: "Neopia Central II", }, { name: "Neggnapper Stamp", image: "https://images.neopets.com/items/stamp_neggnapper.gif", index: 12, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Neopia Central II", }, { name: "25th Anniversary Doglefox Stamp", image: "https://images.neopets.com/items/c83b3b3379.gif", index: 16, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Neopia Central II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Neopia Central II", }, ], ...[ { name: "Yes-Boy Ice Cream Stamp", image: "https://images.neopets.com/items/sta_tyrannia2_yesboy.gif", index: 0, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Tyrannia II", }, { name: "Singed Tyrannian Volcano Stamp", image: "https://images.neopets.com/items/sta_sing_tyr_vol.gif", index: 2, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Tyrannia II", }, { name: "Tyrannian Victory Day Stamp", image: "https://images.neopets.com/items/sta_tyrannian_victory_day.gif", index: 16, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Tyrannia II", }, { name: "Wheel of Monotony Stamp", image: "https://images.neopets.com/items/sta_wheel_monotony.gif", index: 18, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Tyrannia II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Tyrannia II", }, ], ...[ { name: "Mika Stamp", image: "https://images.neopets.com/items/sta_mika_stamp.gif", index: 0, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Snowy Valley II", }, { name: "Snowball Fight Stamp", image: "https://images.neopets.com/items/sta_snowball_fight.gif", index: 2, album: "Snowy Valley II", }, { name: "Sliding Darblat Stamp", image: "https://images.neopets.com/items/sta_sliding_darblat.gif", index: 3, album: "Snowy Valley II", }, { name: "Reina Stamp", image: "https://images.neopets.com/items/stamp_reina.gif", index: 4, album: "Snowy Valley II", }, { name: "Plump Petpets Stamp", image: "https://images.neopets.com/items/sta_plump_petpets.gif", index: 5, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Snowy Valley II", }, { name: "Cybunny on a Cycle Stamp", image: "https://images.neopets.com/items/sta_cybunny_cycle.gif", index: 9, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Snowy Valley II", }, { name: "Baby Aisha Stamp", image: "https://images.neopets.com/items/sta_baby_aisha.gif", index: 12, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Snowy Valley II", }, { name: "Snowman Slushie Stamp", image: "https://images.neopets.com/items/sta_snowman_slushie.gif", index: 14, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Snowy Valley II", }, { name: "Santa Skarl Stamp", image: "https://images.neopets.com/items/sta_santa_skarl.gif", index: 17, album: "Snowy Valley II", }, { name: "Powtry Stamp", image: "https://images.neopets.com/items/sta_powtry.gif", index: 18, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Snowy Valley II", }, { name: "Kari and Topsi Stamp", image: "https://images.neopets.com/items/sta_kari_topsi.gif", index: 20, album: "Snowy Valley II", }, { name: "Christmas Bruce Stamp", image: "https://images.neopets.com/items/sta_christmas_bruce.gif", index: 21, album: "Snowy Valley II", }, { name: "Holiday King Altador Stamp", image: "https://images.neopets.com/items/sta_holiday_altador.gif", index: 22, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Snowy Valley II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Snowy Valley II", }, ], ...[ { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 0, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 2, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Evil Coconuts II", }, { name: "Evil Evil Coconut", image: "https://images.neopets.com/items/spo_coconut_evilevil.gif", index: 15, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Evil Coconuts II", }, { name: "Ghostly Evil Coconut", image: "https://images.neopets.com/items/spo_y17haltot_coconutghostly.gif", index: 20, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Evil Coconuts II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Evil Coconuts II", }, ], ...[ { name: "Green Patterned Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_green.gif", index: 0, album: "Scarabs II", }, { name: "Yellow and Black Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_yellowblack.gif", index: 1, album: "Scarabs II", }, { name: "Shiny Cocoa Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_shinycocoa.gif", index: 2, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Scarabs II", }, { name: "Red Striped Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_redstripe.gif", index: 5, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Scarabs II", }, { name: "Orange Patterned Collectable Scarab", image: "https://images.neopets.com/items/coi_scarab_orangepattern.gif", index: 10, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Scarabs II", }, { name: "Fiery Golden Collectable Scarab", image: "https://images.neopets.com/items/coi_y18gmc_scarab_fierygold.gif", index: 21, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Scarabs II", }, { name: "Mysterious Vibrant Collectable Scarab", image: "https://images.neopets.com/items/coi_acxii_scarab_colspot.gif", index: 23, album: "Scarabs II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Scarabs II", }, ], ...[ { name: "Altador Cup X Collectible Gold Coin", image: "https://images.neopets.com/items/gif_altador_cup_gold_coin.gif", index: 0, album: "Coins Part Deux Revenge of Coin", }, { name: "King Coltzan Coin", image: "https://images.neopets.com/items/coi_king_coltzan.gif", index: 1, album: "Coins Part Deux Revenge of Coin", }, { name: "Birthday Coin", image: "https://images.neopets.com/items/birthday_coin.gif", index: 2, album: "Coins Part Deux Revenge of Coin", }, { name: "Coltzans Shrine Coin", image: "https://images.neopets.com/items/coi_coltzans_shrine.gif", index: 3, album: "Coins Part Deux Revenge of Coin", }, { name: "Negg Coin", image: "https://images.neopets.com/items/3cf37a7ee6.gif", index: 4, album: "Coins Part Deux Revenge of Coin", }, { name: "Golden Altador Cup Coin", image: "https://images.neopets.com/items/golden_altadorcup_coin.gif", index: 5, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Coins Part Deux Revenge of Coin", }, { name: "AAA Coin", image: "https://images.neopets.com/items/spe_ddy21_aaa_coin.gif", index: 7, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Coins Part Deux Revenge of Coin", }, { name: "Gingerbread House Coin", image: "https://images.neopets.com/items/col_gingerbread_house_coin.gif", index: 10, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Coins Part Deux Revenge of Coin", }, { name: "Fiendish Formations Coin", image: "https://images.neopets.com/items/coin_twr_fiendish_formations.gif", index: 15, album: "Coins Part Deux Revenge of Coin", }, { name: "Snowickle Coin", image: "https://images.neopets.com/items/snowickle_coin.gif", index: 16, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Coins Part Deux Revenge of Coin", }, { name: "Void Coin", image: "https://images.neopets.com/items/stamp_voidcoin.gif", index: 22, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Coins Part Deux Revenge of Coin", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Coins Part Deux Revenge of Coin", }, ], ...[ { name: "Champions of Meridell Stamp", image: "https://images.neopets.com/items/sta_champ_ofmeridell.gif", index: 0, album: "Other IV", }, { name: "Stamp of Spring Charm", image: "https://images.neopets.com/items/stamp_charm.gif", index: 1, album: "Other IV", }, { name: "Tuskaninny Day Stamp", image: "https://images.neopets.com/items/sta_tuskanniny_day.gif", index: 2, album: "Other IV", }, { name: "Peaceful Coexistence Stamp", image: "https://images.neopets.com/items/sta_peaceful_coexistence.gif", index: 3, album: "Other IV", }, { name: "Cancelled Stamp", image: "https://images.neopets.com/items/sta_lack_of_interest_day.gif", index: 4, album: "Other IV", }, { name: "Reginald Christmas Stamp", image: "https://images.neopets.com/items/stamp_reginald_christmas.gif", index: 5, album: "Other IV", }, { name: "Lady Blurg Stamp", image: "https://images.neopets.com/items/fon_stamp_ladyblurg.gif", index: 6, album: "Other IV", }, { name: "Arcade Stamp", image: "https://images.neopets.com/items/sta_8bit_arcade.gif", index: 7, album: "Other IV", }, { name: "Altador Cup XV Commemorative Stamp", image: "https://images.neopets.com/items/xv_stamp_commemorativeac.gif", index: 8, album: "Other IV", }, { name: "Rebuilding Dacardia Stamp", image: "https://images.neopets.com/items/cc_rebuilddacar_stamp.gif", index: 9, album: "Other IV", }, { name: "AC XVI Commemorative Stamp", image: "https://images.neopets.com/items/stamp_commemorat_acxvi.gif", index: 10, album: "Other IV", }, { name: "Techo Fanatic Stamp", image: "https://images.neopets.com/items/stamp_techofanatic.gif", index: 11, album: "Other IV", }, { name: "Kiko Carpenter Stamp", image: "https://images.neopets.com/items/sta_y20haltot_kikocarpenter.gif", index: 12, album: "Other IV", }, { name: "Altador Cup XVII Stamp", image: "https://images.neopets.com/items/stamp_ac_xvii.gif", index: 13, album: "Other IV", }, { name: "Chairman with Way Too Long a Title Stamp", image: "https://images.neopets.com/items/ac_stamp_chairman.gif", index: 14, album: "Other IV", }, { name: "Mirsha Grelinek Stamp", image: "https://images.neopets.com/items/ac_stamp_mirsha.gif", index: 15, album: "Other IV", }, { name: "Altador Cup XVIII Stamp", image: "https://images.neopets.com/items/stamp_ac_xviii.gif", index: 16, album: "Other IV", }, { name: "Baelia Stamp", image: "https://images.neopets.com/items/sta_baelia.gif", index: 17, album: "Other IV", }, { name: "Neopets 22nd Birthday Stamp", image: "https://images.neopets.com/items/sta_22_bday.gif", index: 18, album: "Other IV", }, { name: "Christmas Fir Stamp", image: "https://images.neopets.com/items/stamp_christmas_fir.gif", index: 19, album: "Other IV", }, { name: "25th Anniversary Celebration Stamp", image: "https://images.neopets.com/items/44f4ea2977.gif", index: 20, album: "Other IV", }, { name: "Valentine Stamp", image: "https://images.neopets.com/items/stamp_valentine.gif", index: 21, album: "Other IV", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Other IV", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Other IV", }, { name: "AC XIX Commemorative Stamp", image: "https://images.neopets.com/items/stamp_acxix_comm.gif", index: 24, album: "Other IV", }, ], ...[ { name: "Yooyu Trading Card", image: "https://images.neopets.com/items/yooyu_tradiingcard.gif", index: 0, album: "Card Collector", }, { name: "Altador Cup Collectable Card", image: "https://images.neopets.com/items/ac_collectible_card.gif", index: 1, album: "Card Collector", }, { name: "Reina Collectable Card", image: "https://images.neopets.com/items/reina_collectable_card.gif", index: 2, album: "Card Collector", }, { name: "Jelly Chia Goalie Card", image: "https://images.neopets.com/items/card_jellychia_goalie.gif", index: 3, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Card Collector", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Card Collector", }, ], ...[ { name: "Stamp of Neopia", image: "https://images.neopets.com/items/stamp_neopia.gif", index: 0, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 2, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Virtupets II", }, { name: "Space Code Stamp", image: "https://images.neopets.com/items/stamp_space_code.gif", index: 14, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Virtupets II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Virtupets II", }, ], ...[ { name: "Faerie Fragments Baby Tiles Stamp", image: "https://images.neopets.com/items/g6l13af5dc.gif", index: 0, album: "Faerieland II", }, { name: "Luxinia Stamp", image: "https://images.neopets.com/items/d3cf0h2ki5.gif", index: 1, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 2, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Faerieland II", }, { name: "Jhudora Stamp", image: "https://images.neopets.com/items/stamp_jhudora.gif", index: 5, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Faerieland II", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Faerieland II", }, ], ...[ { name: "Nostalgic Grey Draik Stamp", image: "https://images.neopets.com/items/stamp_grey_draik.gif", index: 0, album: "Grey", }, { name: "Grey Kari Charm", image: "https://images.neopets.com/items/fon_greykari_charm.gif", index: 1, album: "Grey", }, { name: "Grey Tsunami Coin", image: "https://images.neopets.com/items/8ic7c8374m.gif", index: 2, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Grey", }, { name: "Terrible Two Stamp", image: "https://images.neopets.com/items/30nia3mf0d.gif", index: 20, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Grey", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Grey", }, ], ...[ { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 0, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 2, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Plushies", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Plushies", }, ], ...[ { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 0, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 1, album: "Other V", }, { name: "Tea Time Stamp", image: "https://images.neopets.com/items/ch61kbg6ih.gif", index: 2, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Other V", }, { name: "Colouring Book Stamp", image: "https://images.neopets.com/items/08f9a4nmk3.gif", index: 4, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Other V", }, { name: "Cheerleader Usuki Stamp", image: "https://images.neopets.com/items/stamp_neopia_usukicheer.gif", index: 6, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Other V", }, { name: "Council of Leaders Stamp", image: "https://images.neopets.com/items/stamp_councilleaders.gif", index: 9, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Other V", }, { name: "Dr. Landelbrot Stamp", image: "https://images.neopets.com/items/df21ljk2le.gif", index: 11, album: "Other V", }, { name: "Swirling Void Stamp", image: "https://images.neopets.com/items/stamp_swirlingvoid.gif", index: 12, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Other V", }, { name: "Bank Manager Stamp", image: "https://images.neopets.com/items/stamp_mono.gif", index: 14, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Other V", }, { name: "The Grey Year Stamp", image: "https://images.neopets.com/items/stamp_acxx_grey_year.gif", index: 23, album: "Other V", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Other V", }, ], ...[ { name: "Barely Legible Business Card", image: "https://images.neopets.com/items/gif_wraith_business_card.gif", index: 0, album: "Business Cards", }, { name: "Scored Stone Business Card", image: "https://images.neopets.com/items/gif_scordrax_business_card.gif", index: 1, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 2, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 3, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 4, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 5, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 6, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 7, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 8, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 9, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 10, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 11, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 12, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 13, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 14, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 15, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 16, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 17, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 18, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 19, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 20, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 21, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 22, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 23, album: "Business Cards", }, { name: "No Stamp", image: "https://images.neopets.com/images/no_stamp.gif", index: 24, album: "Business Cards", }, ], ]; function insertButtons (target, stamp) { const hasSSW = document.querySelector('#sswmenu'); if (hasSSW) { const sswButton = document.createElement('div'); sswButton.style.width = '20px'; sswButton.style.height = '20px'; sswButton.style.cursor = 'pointer'; sswButton.style.display = 'inline-block'; sswButton.innerHTML = '<img src="https://images.neopets.com/shopkeepers/super_shopwizard.gif" style="width: 100%; height: 100%;" />'; sswButton.addEventListener('click', function() { if (document.querySelector('.sswdrop.panel_hidden')) { document.querySelector('#sswmenu .imgmenu').click(); } document.querySelector('#searchstr').value = stamp; document.querySelector('#ssw-criteria').selectedIndex = 1; document.querySelector('#price-limited').checked = false; document.querySelector('#button-search').click(); }); target.appendChild(sswButton); } const swButton = document.createElement('a'); swButton.style.width = '20px'; swButton.style.height = '20px'; swButton.style.display = 'inline-block'; swButton.innerHTML = '<img src="https://images.neopets.com/shopkeepers/shopwizard.gif" style="width: 100%; height: 100%;" />'; swButton.href = `https://www.neopets.com/shops/wizard.phtml?string=${stamp}`; swButton.target = '_blank'; target.appendChild(swButton); const tpButton = document.createElement('a'); tpButton.style.width = '20px'; tpButton.style.height = '20px'; tpButton.style.display = 'inline-block'; tpButton.innerHTML = '<img src="https://images.neopets.com/new_shopkeepers/29.gif" style="width: 100%; height: 100%;" />'; tpButton.href = `http://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=${stamp}`; tpButton.target = '_blank'; target.appendChild(tpButton); const auctionButton = document.createElement('a'); auctionButton.style.width = '20px'; auctionButton.style.height = '20px'; auctionButton.style.display = 'inline-block'; auctionButton.innerHTML = '<img src="https://images.neopets.com/shopkeepers/auctiongenie.gif" style="width: 100%; height: 100%;" />'; auctionButton.href = `http://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=${stamp}`; auctionButton.target = '_blank'; target.appendChild(auctionButton); } (function() { 'use strict'; // Your code here... const album = document.querySelector('[height="30"]').textContent.replace('- ', '').replace(' -', ''); const stampsInAlbum = stamps.filter((stamp) => stamp.album === album); const cells = document.querySelectorAll('[height="450"] td[width="90"]'); for (let i = 0; i < cells.length; i += 1) { const cell = cells[i]; if (cell.querySelector('[alt="No Stamp"]')) { const stampAtThisPosition = stampsInAlbum.find((stamp) => stamp.index === i); if (stampAtThisPosition.name !== 'No Stamp') { const imgEl = cell.querySelector('[alt="No Stamp"]'); imgEl.src = stampAtThisPosition.image; imgEl.style.opacity = '50%'; insertButtons(cell, stampAtThisPosition.name); } } } })();