In Stock: 2
"Gotham City Sirens: Unfit For Orbit" issue #1 follows the dynamic trio of Catwoman, Poison Ivy, and Harley Quinn as they embark on a cosmic adventure. Set in a futuristic landscape, the narrative explores themes of friendship and resilience against a backdrop of interstellar intrigue. This issue features vibrant artwork and dynamic storytelling, making it a standout in the series.
Keywords: Gotham City Sirens DC Comics comic book superhero Harley Quinn Poison Ivy Catwoman Batman graphic novel collectible
${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.