Upcoming Special Event

Special Event Registration

special event date

I hereby authorize the leadership of The Ark Christian Youth Centre to act on my behalf according to their best judgement in any emergency requiring medical attention. I hereby waive and release the Ark from any responsibility for accidental injuries during the league. I know of no mental or physical problems that will affect my child’s ability to safely participate in the league. I will be responsible for any medical or other charges in his/her participation in the league. I realize that like most sports, there is always a risk of injury. I have read, understand, and agree with the above. I give The Ark Christian Youth Centre permission to use a picture of myself, or my child for normal operations i.e. advertisements, websites, seasonal publications, newspaper articles
/* Position the Popup form */ .popup { position: relative; width: 130%; top: 80px; } /* Hide the Popup form */ .form-popup { display: none; position: fixed; top: 135px; border: 2px solid #666; z-index: 9; background-color: rgba(210,210,210,.95); overflow-y: scroll; padding: 10px 20px; height: 300px; width: 70%; } /* Styles for the form container */ .form-container { max-width: 300px; padding: 20px; background-color: #fff; } function openForm() { document.getElementById(“popupForm”).style.display=”block”; } function closeForm() { document.getElementById(“popupForm”).style.display=”none”; }