Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
An eye-opening, stomach-clenching report in seattlepi.com today reveals that 544,000 gallons of grease clog Seattle drains every month, most of it from dirty dishes and food waste. That’s enough to fill seven large swimming pools, reporter Scott Gutierrez tells us, and it causes about one-third of the city’s sewer backups. A video of the interior of a fat-clogged sewage pipe looks eerily similar to what a patient headed for open-heart surgery might be viewing at the cardiologist's office.
In Seattle, most restaurants throw used cooking grease in bins, which is collected and sent to rendering plants or converted into biodiesel. But many residents don’t thoroughly scrape the grease off their dishes, Gutierrez reports. In those cases, it rinses off into the hot water, then accumulates in the city’s pipes.
Although there are hot spots in the city’s sewer system around areas with restaurants, home garbage disposals are a real problem.
People toss their food scraps into the disposal, thinking the ground-up mess will safely drain down through the pipes. But that's not what happens. "One thing that has been a real surprise in this industry -- one thing people have learned over time is that there is much bigger residential component than people might think," a utility official said.
Some cities, including New York and Raleigh, N.C., have tried garbage disposal bans, only to lift them in the face of public outcry.
Here’s what you can do, according to the report:
Never pour oil of grease down the drain. Allow cooked fats, oil, or grease to cool and pour them into a disposal container than can be tossed out with solid wastes.
Thoroughly scrape plates to remove leftover fat, oil, grease and food waste from pots, pans and cooking equipment prior to rinsing. Use paper towels, if needed, to wipe greasy dishes before dishwashing.
Use sink strainers to catch food waste during dishwashing. Avoid using garbage disposals.
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show