Two Colville women were booked into a rural Washington jail. It became a death sentence
Critics say WA jails are letting opioid users suffer from withdrawals, leading to preventable deaths
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); } }); });
Microsoft has come out for the 'everything but marriage law' in Washington state, donating $100,000 to the campaign seeking to retain the state's expansion of the state's domestic partnership law. The law, up for a public vote Nov. 3, extends marriage-like state benefits to gay and some senior couples.
The Seattle Times reports that the donation brings to nearly $780,000 the total amount raised so far by Washington Families Standing Together. That far outweighs the $60,000 raised to date by the law's opponents, Protect Marriage Washington, the group that forced the measure onto the ballot by gathering 120,000 signatures. It's the largest donation the campaign has received so far.
As InvestigateWest reporter Carol Smith recently reported in a story broadcast on Seattle radio station KUOW, voting on Referendum 71 can be tricky. A "yes" vote would leave intact the expanded rights for domestic partners already approved by the Legislature. A "no" vote would repeal those rights.
Smith reported on senior couples who don't realize how the law could adversely affect them.
Anne Levinson chairs the Approve 71 campaign to uphold the state's domestic partner rights. She told Smith that many seniors don't realize hospitals could keep them from a loved-one's bedside. Or from claiming a body and making funeral arrangements if their partner dies.
"I think with seniors, and with the rest of us ... it often takes a crisis for us to realize that without those legal protections, we are often left in not only a financially tenuous position but in terms of being able to make decisions for our loved ones, or have access to care. The tragedies we've seen over and over again when an emergency strikes and people do not have the protections of domestic partnership laws - it's sad."
-- Rita Hibbard
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!
— Jacob H. Fries, executive director
DonateCancel anytime.
Subscribe to our weekly newsletters and never miss an investigation.