Wrestling

History Makers!

Firebird Nation is proud of these girls. Congratulations to all our girls that represented Lakota West for the 1st ever girls wrestling season. #WestPride #HistoryMakers

Lakota West Wrestling finishes 7th out of 99 schools in the 1st ever OHSWCA Girls State Tourney!

Kendra Hiett (Sophomore) becomes STATE RUNNER-UP!


Kate Telles (Senior) earns 5th place for the Firebirds!

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