In Stock: 1
Published/Released Year: 1991 Publisher/Manufacturer: Marvel Comics In this intense issue of X-Factor, Professor X confronts the Shadow King in a climactic final battle set on Muir Island. The storyline is part of the Muir Island Saga, featuring gripping artwork and high stakes for the mutant heroes. The cover highlights an epic clash, showcasing the dynamic art style typical of early '90s comics.
Keywords: X-Factor Marvel Comics 1991 comic book VF+ Muir Island Saga Professor X Shadow King mutant heroes 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.