In Stock: 1
In "Superman" #155, witness the thrilling face-off between Superman and the champion wrestler Antonino Rocca in "The Downfall of Superman!" This issue also includes a two-part novel "Superman Under the Green Sun," adding depth to the action-packed narrative. The cover art captures an iconic moment as Superman is thrown through the ropes, highlighting the intense match-up.
Keywords: Superman DC Comics 1962 comic book vintage comics superhero collectible Silver Age comic collection nostalgia
${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.