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);
}
});
});
This outrageous tale comes to Dateline Earth from Jim Dwyer's About New York column in The New York Times, although it's apparently been raising hackles in the Big Apple for some time now.
Dwyer relates how Edward Kerry Sullivan was outside his Staten Island apartment building one night last summer when two undercover cops approached, arrested and cuffed him and whisked him off to the pokey.
Sullivan's "crime"? In letters about three inches high, he wrote "The Jerk" on an election poster for local pol James P. Molinaro. (A poster that would turn out to be itself illegally posted.)
Now, let's admit that this isn't strictly an environmental story. But juxstaposed with the Citizens United campaign-finance ruling from the Supreme Court last week, it certainly seems worth noting. Folks, this is stunning.
And it's about an environmental advocate. Sullivan is head of a group called the Natural Resources Protective Association that fights for clean water in waters around New York. He'd long been outspoken against a plan supported by Molinaro to develop part of the waterfront that had previously been designated as open space.
Now, get this: It turns out that after reading Sullivan's letters to the editor attacking Molinaro and the waterfront development plan, someone in the city government had these two undercover cops tail Sullivan. Right: put him under surveillance. For several days.
Yes! Un. Be. Lievable. Folks, this is behavior worthy of the KGB or the Stasi (neither of which exists anymore).
The story gets even more outrageous. It turns out the very same police department had previously done something pretty similar: The cops arrested a city employee who wrote a letter to another Staten Island politician with a name very similar to the one who drew Sullivan's ire: Guy V. Molinari.
The city employee, Terence Hunter, sent a letter to Molinari comparing the closing of a community center in a predominantly black neighborhood to a "high-tech lynching." Then he drew a little gallows -- the low-tech kind, as Dwyer points out -- on the letter. He was arrested, cuffed, printed and spent a night in jail.
The city ended up paying Hunter $200,000.
Sullivan may not be that fortunate. He has cancer and may die if he doesn't get a liver transplant in time.
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.