In Stock: 1
In "The Wedding of Dracula: Blood Rites," the legendary vampire encounters a dramatic twist as his nuptials take a dark and sinister path. This key issue delves into Dracula's world, blending horror and gothic romance in an exciting storyline. Notable for its striking cover art by Gene Colan, the comic stands out in the Marvel universe.
Keywords: wedding of dracula Marvel Comics 1992 comic book horror vampire Dracula superhero collectible vintage
${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.