91³Ô¹ÏÍø

Watch CBS News

Family members identify 2 more crewmembers of Lily Jean, sunken Gloucester fishing boat

The Gloucester, Massachusetts fishing community continues to mourn as family members identified 2 more crewmembers lost at sea when the Lily Jean sank on Friday.

Crews from the U.S. Coach Guard launched early Friday morning after the vessel's emergency beacon activated about 25 miles off the coast of Cape Ann just before 7 a.m. on Friday. The Coast Guard found a debris field, an empty life raft and one body.

Six others remain missing, and the Coast Guard called off the search on Saturday.

Fishing boat Lily Jean sinks

On Sunday, the family of 22-year-old Jada Samitt released a statement. She was a fisheries observer and crewmember on the Lily Jean.

The statement was released on behalf of her mother and father, Julie and Jeff Samitt, stepmother Stacey Samitt, stepfather Scott Firestine, as well as siblings John, Charlie and Nora Samitt.

"It is with profound sadness and shattered hearts that we share the loss of our beloved Jada. She was vibrant and compassionate with an infectious smile and spirit. And, above all, she was brave and determined. She fiercely loved her friends and family. Today we are lost without her," the family said. "Jada was on the Lily Jean that day because of her strong belief in her work, not only as an observer, but as someone who knew her important role as a crew member. She proved herself to be so on every trip, and conveyed to us how critical it was to protect the seas and fisheries. We could not be more proud of and grateful to her for it."

Samitt's family said she was from Virginia but her Massachusetts roots "ran deep here and she loved these waters."

"We are devastated by her loss and the pure tragedy of the unthinkable, unimaginable events that took her from us far too early," the family said. "Our thoughts and prayers are with the friends and families of all aboard the Lily Jean and the greater Gloucester community."

split-pic-template-59.jpg
Jada Samitt and Sean Therrien, who were on board the Lily Jean.  Samitt and Therrien families

Memorial held in Gloucester

Another of crewmember was identified Sean Therrien. His fiancée, Becky Carp, confirmed to WBZ-TV that he was on the Lily Jean.

On Saturday, a family member confirmed that Paul Beal and his son Paul Jr. were on the vessel when it sank.

"It's just devastating. I can't explain it," Rickey Beal said.

A memorial service was held Sunday at Saint Ann Church in Gloucester. The mass lasted just over an hour. 

"Especially the young people. The young girl, the observer, I take observers every day. It's really sad. Especially for their families. I can't imagine what they're going through," Gloucester fisherman Joseph Orlando said, choking up after the mass.

"It's such a tragedy that this happened. But at least they were together when the boat went down," added one woman outside the church.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });