School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
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);
}
});
});
Enrique Cerna moderates a panel on prescription drug abuse in the KCTS-9 studio. Photo credit: Peter Johnson.
Experts on prescription drug abuse gathered at KCTS 9's studios in Seattle today to tape a panel discussion. Over the course of a half hour, the panel discussed the medical and social causes of prescription drug abuse and policies that might make a dent in the addiction epidemic. The discussion will air Monday, January 30 at 9 p.m. on KCTS-9, following the airing of InvestigateWest and KCTS's jointly-produced "Prescription for Abuse" documentary.
The panel included policymakers, law enforcement, medical professionals, and treatment experts, as well as our own Carol Smith, who wrote the two-part investigation on which the documentary is based. The experts agreed that the massive upsurge of prescription drug abuse in recent years is directly related to an upsurge in opioid prescriptions from doctors; in the late 90s, the medical profession concluded that its methodologies for treating both chronic and acute pain were ineffectual and began to prescribe more opioid medications as a result.
However, that well-intentioned change in medical practice resulted in disaster for many patients. Some doctors reacted to the new methodology by overprescribing medication for pain patients—a fumble that allowed incredibly powerful narcotics to sneak into American homes.
Given that prescription drugs are prescribed by doctors for patients with legitimate pain needs, the profile of a prescription drug addict often doesn’t match that of a street drug user.
Sean Riley, a former Kirkland police officer and a panel member, is one such patient. After he suffered an injury on the job, he began abusing Vicodin prescribed to him by his doctor. "I thought it was okay because a doctor had given it to me," Riley said. "I wanted that edge. ...I wanted to get back on the job before I was scheduled [to do so.]"
However, instead of increasing his productivity, Riley found himself on a path deep into addiction -- one that eventually led to his arrest for prescription fraud. Though it cost him the job he loved, Riley has embarked on a new career – one he finds even more meaningful -- as an activist fighting addiction in the law enforcement and emergency worker community.
Riley pointedly credits his current health and productivity to the availability of treatment options rather than jail time or other punitive action. "I really think treatment is the best option for [emergency worker addicts] and the population at large."
To learn more, check out the trailer for the documentary.
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!
School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
If you cover criminal justice in the Pacific Northwest — or want to — we’re hosting a free virtual training that may be useful to you and your newsroom
Get the inside scoop in your inbox, free.
Subscribe to our weekly newsletters and never miss an investigation.