In Stock: 1
"Revenge of the Man-Thing: Book of the Dead #2" features a chilling tale of horror and resurrection. As the Monster seeks a mate, the dark story unravels amidst a backdrop of terror and mystery. This issue is a must-read for fans of supernatural suspense, showcasing classic horror themes within the Marvel universe.
Keywords: Revenge of the Man-Thing Marvel Comics 1993 comic book superhero Man-Thing vintage comics collectible Marvel Universe graphic novel
${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.