Boys Volleyball

Important Boys Volleyball Tryout Information!

Before trying out for boys volleyball –you must have your information entered into Final Forms and have Boys Volleyball as a selected sport.  All forms must be signed and your physical must be current.  Please turn in any physicals to the athletic training office prior to March 4.
March 4-5: Time is TBA and will be announced soon!   *We may extend tryouts if needed
March 6: Daily weekday practices begin
March 11: OHSAA Spring Parent Meeting — Mandatory for Parents and Players
                   6:30 PM Auditorium
                   7:00 PM Team Meeting
If you have any questions, please contact Coach Hill at Lbug1312@hotmail.com

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();

Popular Posts