Alumni

Lakota West Football Alum: WATCH EAGLES LB JORDAN HICKS COMEBACK!

Article found at philadelphiaeagles.com

Jordan Hicks (West Class of 2010) See the football archives section of the westfirebirds site for high school honors and stat rankings by Jordan.
Also see the basketball archives for his additional high school honors and stats in that sport

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