Wrestling

7 Lakota West Football players honored on DI All-Ohio team

Article found at journal-news.com

1st Team
Senior/ Jackson Kuwatch/ Linebacker
Junior/ Tegra Tshabola/ Offensive Lineman
Junior/ Alex Afari/ Defensive Back
Junior/ Jyaire Brown/ Defensive Back

2nd Team
Senior/ Aneesh Vyas/ Defensive Lineman

3rd Team
Senior/ Matthew Howard/ Kicker
Junior/ Aden Miller/ Linebacker

Lakota West Football has never had more than three players named to the All-Ohio team in the same year in school history. We have a record breaking 7 this year!   (see the football archives section for the all time list)
Congrats to all the players named to the All-Ohio team. #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