91³Ô¹ÏÍø

Watch CBS News

Exclusive
Politics

Sen. Tammy Baldwin introduces bill to fund Head Start during shutdown

Democratic Sen. Tammy Baldwin of Wisconsin introduced a bill Friday to restore funding for Head Start programs during the ongoing government shutdown.

"My bill would give families certainty that Head Start and the care it provides will continue," Baldwin said in a statement provided exclusively to CBS News. "If my Republican colleagues don't want to sit down and talk about saving 22 million Americans from skyrocketing health care costs, I hope they can at least agree that 750,000 children and their families shouldn't pay the price for Washington dysfunction."

The Keep Head Start Funding Act of 2025 would ensure that programs could keep operating even if Congress hasn't passed new appropriations bills. It would retroactively take effect from Sept. 30 — immediately before government funding lapsed and the shutdown began

At least 140 Head Start programs, serving 65,000 children, have not received federal funding to renew grants in October or early November, according to the National Head Start Association. As of Nov. 1, the organization says 20 programs have partially or fully closed as a result of the shutdown, affecting nearly 10,000 children.

"Simply put, there is broad bipartisan, bicameral support for Head Start in Congress, because it works," said Yasmina Vinci, executive director of the National Head Start Association. 

This month, the Southwestern Wisconsin Community Action Program shuttered its Head Start program, impacting more than 300 children. Even if the shutdown ends, Head Start director Tawny Hardyman told CBS News she expects the program could remain closed through the end of the year.  

"My main concern is for the well being of the children and families," Hardyman explained. "Once they come to their resolution, then the federal workers that support the Head Start grants have to be recalled back to work and they have to process our applications." 

"What we have told staff is to be prepared, possibly through the rest of this calendar year until December 31st," she said.

Other programs have been granted a temporary reprieve. In Tallahassee, Florida, the Capital Area Community Action Agency has relied on donations and a patchwork of support from local schools and churches to keep most of its Head Start programs afloat through mid-November. Once that is exhausted, the program, which has 378 children enrolled, could be forced to close.  

"As far as having the money to run the operation, pay employees, things of that nature, we won't have that," said Head Start director Darrel James. 

James welcomed news of Baldwin's bill, given the uncertainty of the government funding impasse, now in its 38th day.

"We are definitely concerned that it could be a lot longer," James said. "That's the scary part." 

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