In Stock: 1
"Spirits of Vengeance #13" is part of the "Midnight Massacre" crossover storyline, featuring iconic characters like Ghost Rider and Blade. This edition highlights a thrilling chapter in the supernatural conflict against a formidable dark force. It includes a striking gold-embossed cover, making it a unique addition to any collection.
Keywords: Spirits of Vengeance Midnight Massacre Marvel comic book 1993 collectible graphic novel superhero vintage comics comic collection
${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.