91³Ô¹ÏÍø

Watch CBS News

Alaska hit by severe flooding that carries away homes

The remnants of brought hurricane-force winds and catastrophic flooding to coastal communities in western Alaska on Sunday, pushing entire houses off their foundations.  

Rescue aircraft were dispatched to the tiny Alaskan villages of Kipnuk and Kwigillingok, where there were reports of up to 20 people possibly unaccounted for, said Jeremy Zidek, spokesperson for the state Division of Homeland Security and Emergency Management.

"We have received reports that people's homes have floated away and that people were potentially in those homes," Zidek told The Associated Press.

Alaska State Troopers said both Kipnuk and Kwigillingok were hit by "strong winds and heavy flooding, which caused significant damage, including at least eight homes being pushed from their foundations."

In Kwigillingok, at least 18 people were rescued, while at least 16 people were rescued in Kipnuk, Alaska State Troopers said Sunday evening local time. Three people were still unaccounted for in Kwigillingok as of 6:50 p.m. local time. Troopers had also received reports of people still unaccounted for in Kipnuk but couldn't confirm the exact number.

"Search efforts will be continuing overnight as conditions allow," the troopers said in a statement Sunday evening. ... "This is an active and ongoing search and rescue effort."

That effort was being coordinated by the Alaska State Troopers, with assistance from the Alaska Air National Guard, Alaska Army National Guard and U.S. Coast Guard, the troopers pointed out.    

More than a dozen agencies are involved in the disaster response, , including the Alaska National Guard. 

"The Alaska Organized Militia, which includes the Alaska National Guard, Alaska State Defense Force, and Alaska Naval Militia, has been requested to activate up to 60 members to assist with storm response operations across affected western Alaska communities," the National Guard wrote Saturday.

Alaska governor: "Help is on the way"

According to the nonprofit Coastal Villages Region Fund, nearly 600 people in Kipnuk were taking shelter at a local school while around 300 were sheltering in a school in Kwigillingok.

Roads and boardwalks were inundated and power lines were damaged in Bethel, Napaskiak, Napakiak, and other Yukon-Kuskokwim communities. Crews worked to clear the airport runway in Bethel, which was littered with debris from high winds. The area is among the most isolated in the U.S., and some communities have few roads and residents use boardwalks, boats and snowmobiles to get around, Zidek said.

"Every effort will be made to help those hit by this storm. Help is on the way," Gov. Mike Dunleavy said in a statement.

Dunleavy also said he has expanded the state's disaster declaration to include areas impacted by the storm. He initially issued the disaster declaration Thursday in western Alaska following another powerful storm.

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