91³Ô¹ÏÍø

Watch CBS News

Advocates push to expand support for firefighters diagnosed with cancer in St. Paul firefighter's memory

A bipartisan bill that's cleared a key hurdle in the U.S. Senate would boost federal support for families of firefighters who died from cancer linked to their jobs. 

The  provides death and education benefits to survivors of people who died from a heart attack, stroke or PTSD in the line of duty, and provides disability benefits to those who are seriously injured. 

First responders who face illnesses due to exposure to toxins while responding to the Sept. 11, 2001, terrorist attack are also included. 

The Honoring Our Fallen Heroes Act would expand eligibility to include disabled firefighters due to cancer linked to their service and families who lost their loved ones to the disease. 

More than in fire service in 2023 are attributed to cancer, according to the International Association of Firefighters, a union. 

Julie Paidar knows the risks that come with the job all too well. In 2020, she lost her husband, Mike, a captain with the St. Paul Fire Department, to an aggressive form of leukemia linked to his years of service as a firefighter and EMT.

The state formally recognized that his death was in the line of duty.

Paidar joined Sen. Amy Klobuchar, St. Paul Mayor Melvin Carter, and firefighters in St. Paul on Friday to push for the bill's passage. 

"Families that have stood by their firefighter — whether it was a career [firefighter] that answered their tones or they were volunteers and they were pulled out of their house during the middle of the night — the families love and support what their spouse does," Paidar said. "And so if we can get anything passed to help those families, that's why it's important to me."

The legislation has broad bipartisan support with 58 co-authors, and it advanced out of a key committee earlier this year. Klobuchar said it's on the table to be part of a larger national defense package that Congress is working on.  

"The Honoring Our Fallen Heroes Act is about recognizing that not all on-the-job injuries are immediately apparent," she said. "But it's also about honoring Mike's memory and every firefighter and their family should take solace knowing the hard job that they've taken on, that they're people that are going to be there for them."

Klobuchar said the bill would cover firefighters who have retired and ensure that they aren't excluded from getting assistance due to their illness, which she noted is a common problem.

"Those were some of the issues that a lot of people around the country have been dealing with, where they actually get cancer, but then they say, 'well, we don't know what it's from,'" she explained. "And we're able to make this a very broad definition because of what we've seen out in the field."

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