91³Ô¹ÏÍø

Watch CBS News

Chester firefighters train for swift water rescues on Delaware River, one year after creek drowning

Chester firefighters took to the Delaware River on Wednesday, not to fight flames, but to practice life-saving water rescue techniques. It was part of a specialized training exercise with one goal: to save lives in fast-moving water.

And for this team, the training hits close to home.

In a simulated rescue scenario, Chester Bureau of Fire firefighter John Albany played the role of a drowning victim, floating in the river as his fellow team members raced to save him.

"It's a low-frequency, high-risk skill," Albany said. "The guys spend hours a year training."

Among the rescuers was Chester Bureau of Fire firefighter Thomas Fanelli, who has been practicing how to maneuver rescue boats with speed and precision, skills that are critical in real emergencies when every second counts.

"Being out here training today just helps us hone in our skills and become more proficient in what we're doing, especially with that tragedy that happened," Fanelli said.

That tragedy was the drowning of 6-year-old Li'najah Brooker, who slipped into the rain-swollen Chester Creek while playing with her cousins in March 2024. Despite an extensive, multi-day search, her body was never found.

"We've used that incident in training to try to, you know, what can we do better?" Albany said.

Fanelli said swift water rescues are far from routine and require extra preparation beyond standard fire calls.

"What drives me to do this is just how specialized it is," Fanelli said. "It's not just your ordinary firefighting operations."

While the Delaware River is wide and powerful, Albany said even smaller creeks like Chester Creek can turn deadly in seconds. That's why firefighters train in all types of water and under various conditions.

The memory of Li'najah's death weighs heavily on the department and fuels their mission to be ready for the next emergency.

"I think it's in the back of our minds all the time," Albany said. "It's not the first call that we've had and it won't be the last."

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(); } }); }); }); });