In Stock: 1
"The New Blackhawk #245" features a dramatic confrontation as Blackhawk encounters the formidable Anti-Man, a new villain poised to change the dynamic of their universe. The action-packed issue delivers intense battles and a storyline that challenges the heroic team like never before. Cover art by Joe Kubert adds a visually striking element to this memorable issue.
Keywords: Blackhawk comic book 1976 DC Comics vintage comics superhero collectibles graphic novel comic book art Golden Age 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.