Girls Volleyball
Mike Dyer: Lakota West girls volleyball coach Tracey Kornau is retiring after 32 years
Article found at wcpo.com
Congratulations Coach Kornau! #WEareLakota https://t.co/cbniFue7yE
— Matt Miller (@LakotaSuper) March 7, 2022
Lakota VB coaching legend announces retirement. After 32 years of coaching with a record of 528-334, Tracey Kornau is stepping down. Accomplishments include a DI State VB title, 7 District Titles and 10 GMC championships. Kudos on a great career and your work with young people.
— GMC Sports (@gmcsports) March 4, 2022
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 (_) {} })();