Last Updated:January 13, 2025, 22:01 ISTCalifornia Wildfires Update: Due to the massive fire in the forests in and around Los Angeles city of America, at least 24 people have died and till now thousands of houses and buildings have been burnt to ashes. Are done.California. The massive forest fire in the Southern California region of America is becoming more frightening. Firefighters are in the critical phase of their nearly week-long battle against the deadly Los Angeles blaze. The team has said that the work of extinguishing the fire is going on rapidly, but the danger of fire will remain very high because dangerous winds will return again this week. Teams from California and nine other states are currently trying to extinguish the fire. It includes approximately 1,400 fire engines, 84 aircraft and more than 14,000 personnel, including new firefighters from Mexico. Firefighters are battling at least three wildfires in California, including the Eaton, Hurst and Palisades fires. Together, these fires have engulfed an area of about 38,549 acres. The Eaton and Palisades fires are considered the second and fourth most destructive fires in California history. The total area burned by the Palisades, Eaton and Hearst fires is approximately 60 square miles, an area larger than Paris. According to officials, more than 175,000 residents of Los Angeles County have been ordered to leave the city and about 87,000 residents have been warned. Cal Fire Battalion Chief has said that people whose homes are in the evacuation areas should stay away from there. He said there could be downed power lines, gas line problems and toxic ash. It will take more than six months to clear the debris of the fire. The Federal Emergency Management Agency (FEMA) has promised that it will remove the debris of the wildfire in Southern California in 180 days, but it has also admitted that this work will take Will continue beyond the deadline. FEMA official Dean Criswell told CNN’s Sarah Sidner on the morning of January 13 that it would take more than six months to remove the debris. “180 days for debris removal was announced last week, which also includes the full cost of lifesaving activities,” he said. First Published :January 13, 2025, 21:58 ISThomeworld1800000 people ordered to leave Los Angeles, area bigger than Paris in fire
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!