Chapin Theatre Company Logo

Chapin Theatre Company

Facebook Twitter Instagram
Season
Tickets
Memberships
Education
Auditions
Donations
Contact Us

Wait List

Sorry, but Chapin Theatre Company's Best Christmas Pageant Ever is sold out. We invite you to sign up for our wait list, and if any spots open up we will fill them in the order in which they were received.



Home   |   Season   |   Tickets   |   Memberships   |   Education   |   Auditions   |   Building Fund   |   Contact Us   |   CTC Archive

© Chapin Theatre Company. All rights reserved.
Site by GeorgeDinsmore.com

//Get the button var topbutton = document.getElementById("topBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { topbutton.style.display = "block"; } else { topbutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; }