Welcome to Fixing Stillwater Schools

Fixing Stillwater Schools (FSS) communicates with the population interested in improving education. There is no commercial use of any of your data. FSS abides and honors all communications privacy instructions.

window.addEventListener('vev.track', (e) => { const event = e.detail; clarity('event', event.type); if (event.data) { for (const [key, value] of Object.entries(event.data)) { clarity('set', key, value); } }