In Stock: 1
"Book of the Dead: Frankenstein Unbound!" explores the chilling origins of the Man-Thing through a tale woven with horror and intrigue. Set in a mysterious swamp, the storyline delves into the depths of fear and transformation. Featuring cover art that captures the eerie essence of the Man-Thing's unsettling presence, this issue is a must-have for fans of supernatural narratives.
Keywords: Frankenstein Unbound Book of the Dead Marvel Comics comic book horror graphic novel supernatural fantasy collectible
${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.