School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
Following controversy, Spokane County now fully backs supported release pretrial pilot program
Spokane County has received millions of dollars in grants from the Chicago-based MacArthur Foundation to reduce the jail population and racial disparities among those who are incarcerated. (Erick Doxey/InvestigateWest)
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);
}
});
});
A pilot program meant to connect defendants accused of nonviolent crimes with services before their trial now has backing from all Spokane County criminal justice leaders and is ready to move forward.
In an April story detailing how the availability of pretrial services depends on which county in Washington you’re arrested in, InvestigateWest highlighted controversy in Spokane over the program, called “supported release.” The supported release program would allow judges to refer nonviolent defendants to a case manager who could help connect them to services like housing assistance, addiction treatment or mental health counseling. Now, the county will select a third party to provide those case management services in the coming months, says Spokane County Commissioner Josh Kerns.
“Because this is going to be targeted towards misdemeanors in district court and nonviolent crimes, I’m comfortable with it,” Kerns says.
Advocates for more pretrial services across the state previously said they were disappointed in Spokane potentially squandering a more than $400,000 grant from the Chicago-based MacArthur Foundation to implement the program, arguing that it would reduce the rate at which defendants failed to appear in court and prevent them from being held in jail unnecessarily before trial.
In previous discussions on supported release, the Spokane County Prosecutor’s Office, headed by prosecutor Larry Haskell, expressed opposition to the program, fearing that it doesn’t provide the supervision needed to compel defendants to attend court dates. In an email to InvestigateWest last month, Haskell softened his stance, saying he didn’t “resist” the program but he had concerns with involving a third-party group for the case-managing services.
But there was agreement to move forward with the program in a meeting on May 4 involving Haskell, County Sheriff Ozzie Knezovich, District Court Judge Aimee Maurer, the three county commissioners and Mike Sparber, senior director of law and justice.
“I think you’ve got all the stakeholders and all the commissioners in favor,” said county commissioner Mary Kuney.
Still, Haskell maintains concerns with the program. Most of the defendants who will be part of supported release will be those who have issues reporting back to court, and Haskell expressed doubt referring them to services without more supervision will actually reduce failures to appear.
Knezovich, meanwhile, put the onus on the judges to not release defendants who may reoffend while released and awaiting trial.
“It really is going to be on the courts to see if they’re releasing the right people,” Knezovich said.
Maurer said that all the district court judges support the program. It will address a population of defendants who are not at risk of committing a violent crime if released but are held in jail because of concerns that they won’t appear in court. Keeping them in jail, she said, costs the county an “incredible amount of money,” but connecting these defendants with services instead could be a win-win.
“The judges are well aware of community safety concerns,” Maurer said. “We don’t want to be releasing folks that go out and commit violent crimes, or any crimes.”
Kerns is eager to see how the program works.
“We’ll be able to look at the numbers and the folks released on this,” Kerns says. “When you’ve got the judges, sheriff, the prosecutors and risk management agreeing it’s worth a try — that it’s not going to impact public safety — it’s worth us running a pilot and seeing how it works out.”
Wilson Criscione is InvestigateWest’s news and investigations editor. He’s spent more than a decade reporting and supervising major investigations that uncover corruption, misconduct and injustice in the Pacific Northwest.
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.