Northeast
2 missing NH children found alive following mom's suspicious death; father in custody
Two young children who were the subject of an extensive search by New Hampshire police were found safe at a restaurant parking lot Friday and the father was in police custody, authorities said.
Police had earlier issued an Amber Alert after finding the children’s mother dead Thursday night at an apartment in the city of Berlin.
ARIZONA TEEN WITH AUTISM FOUND IN NEW MEXICO, 200 MILES AWAY FROM HOME
The children were found at the parking lot in the city of Keene, about 170 miles away, and details of what had transpired were still unfolding, said Michael Garrity, a spokesperson for New Hampshire’s attorney general.
Two missing children have been found alive in a New Hampshire parking lot. (Fox News)
“I can confirm that the kids are both safe and that he is with police in Keene, New Hampshire,” Garrity said. “I don’t have any futher details yet.”
Authorities had issued the Amber Alert just after 4 a.m. for the abduction of 4-year-old Elowyn Duren and 1-year-old Vaelyn Duren from Berlin.
Authorities had said the father, Dusten Mark Duren, 37, was possibly armed and dangerous and shouldn’t be approached. He was driving a white 2017 Subaru Impreza with veteran license plates, which was last seen in the capital, Concord. He was described as about 5 feet 10 inches tall and weighing 180 pounds.
Attorney General John Formella said police first responded at about 10:30 p.m. Thursday to the Main St. apartment, where they found the body of 31-year-old Caitlyn Naffziger, the children’s mother.
Formella said in a release that an autopsy has been scheduled for Friday afternoon and the death is suspicious. Authorities said that before they were found in Keene, the children were last seen in Berlin with their father at about 8 p.m. Thursday.
Read the full article from Here
Connecticut
Connecticut ticks back with a vengeance this year
NEW HAVEN, Conn. (WTNH) — After a record year in 2025, the Connecticut Agriculture Experiment Station said that in under two weeks there have been more than 200 reported tick bites.
“I do not know whether this trend will continue or slow down,” Connecticut Tick Surveillance Program Director Dr. Goudarz Molaei said. “I suspect that it will continue and will get worse.”
In 2025, there were more than 6,000 reported bites, which is double the average.
It would be a mistake to think that this winter’s cold weather killed the ticks. In fact, many ticks were saved by this winter’s snow.
“It’s like a warm blanket for ticks,” Dr. Molaei said. “They hide underneath the snow and they are protected.”
These early ticks are almost exclusively blacklegged ticks. Research shows more than 50% are carrying Lyme Disease. Come this spring, four more tick species will arrive in Connecticut, with each breed carrying different diseases.
Ticks in Connecticut usually live in the woods. But not just in trees or in the grass, they could also be in leaves on the ground.
“Even though it looks goofy, I always make sure I have a thick sock and that it covers the lower half of your calf,” Ji Xue, who runs in East Rock Park, said.
Experts say you should spray on a pesticide before going outside. Upon returning, thoroughly check the body and put all clothes in the wash.
“I actually had Lyme Disease as a kid because I grew up in upstate New York,” Sean Cohen, a father of two young boys, said. “We are just extra aware of it, especially because the kids have very thick, dark hair. We just try to be on top of checking out for it.”
“I know some people who already refuse to take their dogs on hikes anymore because they are so scared,” Xue said.
Most importantly, if a tick bites you, either send it in for testing or keep the tick. If you get sick, the doctors need to know what kind of tick infected you.
Maine
Maine officials issue warning about scam involving roof replacement program
Maine Bureau of Insurance issues warning about scam involving roof replacement program
MOVE TO THE NEW LOCATION AT RIVERFRONT PLAZA IN WESTBROOK. AND A NEW SCAM TO TELL YOU ABOUT THIS AFTERNOON — THE BUREAU OF INSURANCE — ALERTING MAINERS TO BE AWARE OF FAKE WEBSITES CLAIMING TO BE THE NEW “FORTIFY MAINE HOMES” ROOF REPLACEMENT PROGRAM. YOU SHOULDN’T CLICK ON OR TRUST ANY WEBSITES NOT HOSTED BY MAINE DOT GOV THAT OFFER TO CHECK YOUR HOME’S ELIGIBILITY OR OFFER INFORMATION ABOUT THE PROJECT. APPLICATIONS FOR THE áREAL PROGRAM AREN’T BEI
Maine Bureau of Insurance issues warning about scam involving roof replacement program
Updated: 7:25 PM EDT Apr 9, 2026
Editorial Standards
The Maine Bureau of Insurance is warning people about fake websites that claim to represent its new Fortify Maine Homes roof replacement program.Officials said Mainers should avoid any websites not hosted by www.maine.gov that offer to check eligibility or provide information about the Fortify Maine Homes Program because they are not affiliated with the program or the Bureau of Insurance.The Bureau of Insurance said its website, www.maine.gov/insurance/home, is the only website where Maine consumers can access information about the Fortify Maine Homes Program. People can click the “Fortify Maine Homes Program” button at the top of the Bureau of Insurance homepage or click here to find that information.Officials said applications for the Fortify Maine Homes Program are not currently being accepted. People can check the Fortify Maine Homes website for updates on the program and the application process.
The Maine Bureau of Insurance is warning people about fake websites that claim to represent its new Fortify Maine Homes roof replacement program.
Officials said Mainers should avoid any websites not hosted by www.maine.gov that offer to check eligibility or provide information about the Fortify Maine Homes Program because they are not affiliated with the program or the Bureau of Insurance.
The Bureau of Insurance said its website, www.maine.gov/insurance/home, is the only website where Maine consumers can access information about the Fortify Maine Homes Program. People can click the “Fortify Maine Homes Program” button at the top of the Bureau of Insurance homepage or click here to find that information.
Officials said applications for the Fortify Maine Homes Program are not currently being accepted. People can check the Fortify Maine Homes website for updates on the program and the application process.
`;
}
function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}
function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;
function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});
clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);
container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});
var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}
function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}
var location = { zip: window.DEFAULT_ZIPCODE };
try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}
var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;
if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}
function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;
var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);
if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wmtw.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘mobile-weather’, “https://www.wmtw.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}
function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;
var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}
var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}
var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}
var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}
var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}
updateWeatherBackground(weatherData.current.icon_name);
}
}
function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}
function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;
if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);
for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex
`;
}
function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}
function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;
function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});
clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);
container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});
var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}
function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}
var location = { zip: window.DEFAULT_ZIPCODE };
try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}
var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;
if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}
function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;
var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);
if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wmtw.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘sidelist-weather’, “https://www.wmtw.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}
function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;
var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}
var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}
var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}
var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}
var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}
updateWeatherBackground(weatherData.current.icon_name);
}
}
function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}
function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;
if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);
for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex
Loading more articles…
Massachusetts
Massachusetts judge, county prosecutor cleared in affair investigation
In Brief:
- Investigation led by former Judge Ernest Sarason.
- No romantic or sexual relationship found between Darnbrough and ADA.
- Judge Darnbrough reassigned and resigned citing health issues.
- Ongoing criminal probe into anonymous harassment letters.
BOSTON – There was no “inappropriate relationship” between former New Bedford District Court First Justice Douglas J. Darnbrough and a Bristol County prosecutor, according to the findings of an investigation that began last May.
Former Judge Ernest Sarason was appointed as a “special master” last May to investigate the nature and extent of the relationship between Darnbrough and the assistant district attorney.
The affair had been alleged via anonymous letters to attorneys involved with the court, as well as the director of the Committee for Public Counsel Services Criminal Trial Support Unit, the executive director of Bristol County Bar Advocates, the Bristol County District Attorney’s Office, and Mass. Trial Court’s chief justice of the District Court.
The allegations are the basis of an appeal of the conviction of Gerson Pascual-Santana in 2023 in New Bedford District Court where the ADA in question, who has not been named by The Standard-Times, prosecuted and Darnbrough presided.
Pascual-Santana was found guilty on three counts of indecent assault and battery on a child under 14 following a jury trial in March 2023, and was sentenced to 2.5 years on the first count, one year on the second to be served after the first sentence and eight years of probation on the third.
In September 2023, Pascual-Santana’s trial attorney was among those who received an anonymous note alleging the sexual relationship.
Sarason’s investigation results were issued April 9, the morning of a status hearing in the matter before Supreme Judicial Court Associate Justice Serge Georges Jr.
There was no romantic, emotional or sexual relationship
Sarason’s report states, “Judge Darnbrough and ADA … did not engage in a romantic, emotional, sexual, or otherwise inappropriate relationship.”
As to other allegations in the notes, he found:
- There was nothing improper about the ADA being present in Judge Darnbrough’s lobby, including the timing, length, and frequency. The door was always open.
- Judge Darnbrough did not intentionally assign himself to court sessions in which the ADA was prosecuting cases.
- Judge Darnbrough and the ADA did not coordinate or otherwise communicate about cases that had yet to be tried.
- Judge Darnbrough did not exhibit bias or favoritism toward the ADA.
Sarason stated, “In response to my production order, Judge Darnbrough provided numerous criminal dockets and filings from hearings that, ostensibly, show that he has ruled against” the ADA in a number of cases.
Sarason said his investigation included a five-day evidentiary hearing in which he heard testimony from 21 witnesses and admitted 70 exhibits in evidence. He then accepted post-hearing briefs and proposed findings of fact from attorneys representing the Bristol County District Attorney’s Office, Darnbrough, and the prosecutor.
Darnbrough had shown poor judgment
Sarason stated that a Massachusetts Trial Court investigation into the notes and allegations found that Darnbrough had shown poor judgment regarding his relationship with the prosecutor because it created the appearance of impropriety.
Massachusetts Trial Court’s Chief Justice of the District Court Stacey Fortes also received one of the anonymous letters in September 2023, and ordered the investigation.
Fortes stated after those findings were presented that “it was more likely than not that Judge Darnbrough engaged in unprofessional conduct that allowed for the perception of impropriety, thus undermining his ability to remain as presiding justice” in the New Bedford District Court.
Sarason’s report states, “Many witnesses testified generally about rumors that Judge Darnbrough and ADA … were in a romantic and/or sexual relationship. The rumors were widespread and talked about throughout the courthouse.”
Effective Oct. 3, 2023, Judge Darnbrough was removed as First Justice and reassigned to the Plymouth District Court, according to Sarason’s report.
Judge Darnbrough later submitted a letter of resignation effective on Nov. 10, 2023. In an amended letter of resignation, he changed the effective date to Dec. 30, 2023. Sarason’s report stated that both letters identified ongoing health issues as the reason for his resignation, which was consistent with his testimony and his Employee Exit Transaction Form signed on Jan. 8, 2024.
Anonymous notes sent out for years
Sarason’s report also states that the prosecutor “among others” had for many years received anonymous letters, and all appeared to have been written by the same person. The letters took aim at the prosecutor’s romantic relationships, and some included the allegations about the affair with Judge Darnbrough.
A motion for further discovery into Darnbrough and the prosecutor’s cell phones by Pascual-Santana’s attorney, James P. McKenna, was denied by Georges during the April 9 status hearing.
Georges said the issue had been raised in the Sarason hearing. He also noted the investigative report finding no evidence of an inappropriate relationship. He said the inference that there had been such a relationship had been the whole point of the proceedings.
Bristol County Assistant District Attorney Jennifer Sowa said their respective cell phone use had been addressed with multiple witnesses in the Sarason hearing.
Sarason’s report states the anonymous letters alleged that Judge Darnbrough and the prosecutor communicated with one another using text messages on their phones.
Sowa said Pascual-Santana had received a fair trial, and that Sarason’s findings were clear that there was no inappropriate relationship.
Georges took under advisement a motion by attorney Michelle Peirce, who represented the prosecutor, to destroy the anonymous letters.
Pierce said they were disgusting and demonstrably false.
Ongoing criminal investigation into anonymous notes
Sowa said they couldn’t be destroyed because there’s an ongoing criminal investigation into the matter.
The DA’s Office has said the ADA was the victim of harassment by the note-writer, who had a “personal animus against” her.
The letters were meant to harass and/or humiliate the prosecutor, she said. Sowa said they would make redaction suggestions and seek not to have the letters publicized.
Pierce said one of the witnesses at the Sarason hearing had taken the Fifth Amendment to protect against self-incrimination when asked if they had been the author of the letters.
Sarason’s report states he found the testimony of that witness not to be credible but there was insufficient evidence to conclusively find that this person had been the author of the notes.
Georges gave the attorneys 60 days to provide redaction recommendations on the letters.
Will continue to pursue new trial
McKenna said after the hearing that he would continue to pursue a new trial for Pascual-Santana.
A motion for a new trial had previously been denied by Cambridge District Court First Justice David E. Frank in February 2024.
Frank stated, “Despite his argument to the contrary, the factual foundation for the defendant’s claims rest almost exclusively on the anonymous, unsigned, and unsworn notes attached in his filings.”
The case has been viewed as potentially serving as a precedent in any of the other cases involving Darnbrough and the ADA.
The Committee for Public Counsel Services “preliminarily identified approximately 3,700 docket numbers with which both the prosecutor and the judge at issue were involved,” according to a motion with the court to become part of a prior SJC hearing.
Neither Darnbrough nor the prosecutor were present at the hearing.
-
Atlanta, GA5 days ago1 teenage girl killed, another injured in shooting at Piedmont Park, police say
-
Education1 week agoVideo: We Put Dyson’s $600 Vacuum to the Test
-
Movie Reviews1 week agoVaazha 2 first half review: Hashir anchors a lively, chaos-filled teen tale
-
Georgia3 days agoGeorgia House Special Runoff Election 2026 Live Results
-
Pennsylvania3 days agoParents charged after toddler injured by wolf at Pennsylvania zoo
-
Education1 week agoVideo: YouTube’s C.E.O. on the Rise of Video and the Decline of Reading
-
Milwaukee, WI3 days agoPotawatomi Casino Hotel evacuated after fire breaks out in rooftop HVAC system
-
Entertainment1 week agoInside Ye’s first comeback show at SoFi Stadium