In Stock: 1
Marvel Comics, 1976 This is the first issue of Omega the Unknown, introducing readers to Omega, the last survivor of an alien world. Illustrated by Steve Gerber and Mary Skrenes, the story explores Omega's battle against a horde of steel assassins. This issue marks the beginning of an iconic series with fascinating new characters.
Keywords: Omega the Unknown Marvel Comics 1976 comic book first issue sci-fi superhero Steve Gerber Mary Skrenes vintage comics
${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.