Girls Volleyball
It’s Official…Volley For The Cure Totals Are In!
From Coach Kornau:
Thank You Firebird Nation!!!!!
Every player, parent, many siblings, various other relatives, neighbors, friends, coaches, teachers, and staff contributed to this number.
This week, my neighbor/friend I run with, had surgery and will soon start chemo for breast cancer. This warms my heart and gives me hope.
Thank you for all you do. You truly make a difference. We received the final official numbers from Kathy (Booster Treasurer) that she will be sending a check to the Susan B Komen foundation for…
Wait for it….
$19,802.82!!!!!
Regards,
Tracey Kornau
#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 (_) {} })();