Out of Stock
Batman: Three Jokers is a compelling DC Black Label series exploring the mysterious existence of three distinct Joker personas. In this first book, Batman, Batgirl, and Red Hood delve into a haunting storyline filled with psychological depth and classic Gotham City action. This variant cover edition is in excellent condition, showcasing striking artwork that highlights the dark intrigue of the narrative.
Keywords: Batman Three Jokers DC Comics variant cover graphic novel Gotham City Joker Batgirl Red Hood Black Label
${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.