Football

Lakota West Football: Thank You Seniors!

Jenny Walters Photography

Pics by Jenny Walters Photography
Pre-game Captains Meeting– JJ Ross (#5), Steven Faucheux (#94), & Ryan Francisco (#71)

Box Score

2018 Football Record: 4 – 6

 

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