Alumni
15-foot mosaic mural honors selfless 16-year-old who battled cancer, helped homeless
CINCINNATI (WKRC) – Artist Rachel Ziegler was working with small pieces of glass on Monday night, carefully putting together a mosaic.
Each glass bird is dedicated to Victoria Stoltz.
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 (_) {} })();