Kevin Zak

As a writer and actor, Kevin has worked on Broadway, television and everything in between.  His comedy, Ginger Twinsies; A Parent Trap Parody of Lohan Proportions, will premiere Off-Broadway Summer 2025. Many thanks to the Alleyway theatre for providing the space and resources for this very weird experiment. @kevinjzak

document.addEventListener("DOMContentLoaded", function dumpDups() { const rr = new Set(); for (const div of document.querySelectorAll(".w-dyn-item")) { if (rr.has(div.textContent.trim())) { div.parentNode.removeChild(div); } rr.add(div.textContent.trim()); } dumpDups(); });