In Stock: 1
In Pep Comics #163, Archie attempts to dodge Miss Grundy’s exam with the help of a horoscope. This classic issue features humorous stories with Archie and the gang, showcasing their typical high school antics and playful dynamics. The comic is part of the iconic Archie Series, beloved for its lighthearted and relatable tales.
Keywords: PEP #163 Archie Comics 1963 comic book vintage comics Archie collector's item nostalgia pop culture comic book history
${cta.content}
`; } else { // Standard CTA popupContent = `${cta.content}
${cta.button_text} `; } const isSpinWheel = cta.cta_type === 'spin_wheel'; const popupHtml = ` `; document.body.insertAdjacentHTML('beforeend', popupHtml); localStorage.setItem(`popupCta_${cta.id}`, Date.now().toString()); } // Function to handle email collection form submission window.submitEmailCollection = function(event, ctaId) { event.preventDefault(); const emailInput = document.getElementById(`email_${ctaId}`); const responseDiv = document.getElementById(`emailResponse_${ctaId}`); const form = document.getElementById(`emailCollectionForm_${ctaId}`); if (!emailInput.value) { responseDiv.innerHTML = 'Unable to load spin wheel. Please refresh the page.