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); } }); });When I was growing up in South Florida and my dad would wake me at 5 a.m. to go fishing in the Everglades, I always looked forward to catching catfish, bass and bream. Our nemesis was the alligator gar, the “trash fish” that was too bony to eat, wolfed down our bait and looked like something out of a Godzilla movie taken down to Everglades size.
So I found it difficult to believe Tom Benning’s alligator gar tale out of Texas in today’s Wall Street Journal (http://bit.ly/13HOyq -- read it today, lest ye have to pay!), which says the alligator gar in East Texas 1) has become a prized sport fish and 2) has become so prized as a sport fish that state authorities are imposing a one-a-day bag limit as of Sept. 1.

Even more amazing is the fact that these things are now being commercially fished and sold to Mexico, where they are popular in restaurants, Benning reports. Some are large enough that they're hunted with crossbows!
And as for the new catch restriction:
The limit has infuriated commercial fishermen, who catch gar by the hundreds to export to Mexico, where they are a popular menu item. Some hunting guides worry the limit could ruin their business, too. The mere notion that alligator gar would need protecting strikes even some of the fish's biggest fans as ridiculous.
Now, this seems to me to qualify for the “fishing-down-the-food-chain” problem that we’ve explored before in our early rendition of Dateline Earth. (http://bit.ly/ZCK50) Your thoughts?
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.