Girls Basketball

Vote for Chance Gray: Cincinnati Enquirer AOW!

Lakota West Girls Basketball:
Chance Gray, Lakota West – The freshman forward was efficient, going 7-for-12 from the field with four 3-pointers in the Firebirds’ 57-37 win over GMC-rival Oak Hills on Dec. 8. Gray has scored in double figures in four of five games this season, helping Lakota West get off to a 4-1 start.
VOTE NOW FOR CHANCE GRAY!

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 (_) {} })();

Popular Posts