Girls Soccer
Mark Your Calendars: Girls Golf Tryout Info for 2021!
Girls Golf Tryout Info:
Contact Coach Coffey if you plan to try out or have any questions
Linda.dell.coffey@gmail.com
- Everyone will try out on both days. The cost for each day is listed also.
- I will have tee times emailed out so you will know when you are playing.
- Wear golf attire.
- Bring water, towel, Umbrella if weather looks questionable and snacks
- Don’t forget to complete Final Forms.
8/2/2020 | Tryouts | 18 holes | Waldon Ponds | 2:30 | $27.00 | ||||
8/3/2020 | Tryouts | 18 holes | Hamilton Elks | 3:00 | $20.00 | ||||
Important Things to Do/Know:
- EVERYONEmust have a physical before they can tryout. Bring Physical forms with you to tryouts (or give it to Coach Coffey any time before tryouts)
- Pull carts are permitted for all high school tryouts/ matches / tournaments. Players and parents wear proper golf attire at all times. (no tank tops or denim) Parents are welcome to follow their daughters at all events.
Good Luck Firebirds! #WestPride
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 (_) {} })();
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 (_) {} })();