In Stock: 1
"Deathmate Black" is a part of a crossover event between Valiant and Image Comics, merging characters from both universes into a compelling storyline of survival and instinct. Featuring the characters from teams like WILDC.A.T.S and Cyberforce, this issue delves into the tensions between man and machine. Cover art by renowned artists Jim Lee and Marc Silvestri enhances the gripping narrative.
Keywords: Deathmate comic book 1993 Image Comics Valiant Comics collectibles graphic novel superhero limited edition 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.