Boys Lacrosse
Kemba Credit Union Athletes of the Week 4/12/2021-4/18/2021
Colin Willits
Junior, Lacrosse
Colin continues to be a dominant force in the GMC in the Goal/Assist category. Colin had another solid week with 12 goals and 10 assist in 3 games.
Maddie Saylor
Junior, Lacrosse
Maddie had a solid week contributing 3 goal and 9 assist in 2 games helping the Firebirds win both games played in the week.
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 (_) {} })();