Track

Spread The Word: Important Information For Track Athletes!

REMINDER: The First official day of mandatory Track and Field practice is Monday, March 4th. All athletes that plan to be a part of the Track and Field team this year must complete their FINAL FORMS prior to day 1 of practice. Athletes must also have an up to date physical prior to participation. If you have any questions contact Coach Eisenhard at Brenton.eisenhard@lakotaonline.com.

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