Last Updated:January 13, 2025, 15:08 ISTCalifornia Los Angeles Wildfires: This massive fire in Los Angeles, California has brought the super power to its knees. So far 24 people have died in this. 16 people are reported missing. Along with thousands of other animals…read moreCalifornia Los Angeles Wildfires: The death toll in the forest fire in the Los Angeles area of America’s western coastal state of California has reached 24 and thousands of houses have been destroyed. Thousands of animals, birds and other creatures have been burnt to ashes in this devastation. Meteorologists have predicted the winds to increase further this week, in view of which the fire brigade has intensified efforts to extinguish the fire. Officials said that at least 16 people are missing and this number may increase. The National Weather Service has issued a high-level warning for severe fire conditions. The National Weather Service has predicted winds at a speed of 80 kilometers per hour in the area and the wind speed in mountainous areas is likely to be 113 kilometers per hour. Meteorologist Rich Thompson said the fire is expected to become more intense on Tuesday. Los Angeles County Fire Chief Anthony C. Marone said 70 additional water trucks had arrived to accelerate efforts to extinguish the fire. Los Angeles County Sheriff Robert Luna said 12 people were reported missing in the fire in the Eaton area and four people were missing in the Palisades. 16 people missing: Luna said that many more people are expected to be reported missing on Sunday morning and officials are finding out how many of those who have died so far are those who have been reported missing. Has been. Meanwhile, the death toll from the fire has increased to 24. The Los Angeles County Coroner’s Office said in a statement Sunday evening that eight people died in the fire in the Palisades area, while 16 people died in the fire in the Eaton area. Officials have expressed fear that the death toll will increase. Authorities have set up a center where information about missing people can be registered. The fire also destroyed the Eaton Canyon Nature Area, a 190-acre protected area in the Eaton area that used to be a special place for many families and their children to climb, play, hike and swim. Thousands of houses burnt down. For many parents, forest fire is not only devastating because of the loss of life, property and thousands of houses. In the years after the pandemic, this area became a natural and educational place for parents where they learned something by living amidst nature. At the same time, the weakening of the winds over the weekend and the intensified efforts of the fire department have helped in controlling the fire in and around Los Angeles, but the impact of the fire on the entertainment world has not diminished. Many film shooting projects have been affected and the ‘Producers Guild’ postponed the announcement of its award nominations on Sunday due to the fire. Many other similar award ceremonies have also been affected. ‘Duchess of Sussex’ Meghan Markle announced that she will not participate in the lifestyle program on ‘Netflix’ till March and has also postponed the release of the web series on ‘Netflix’. First Published :January 13, 2025, 15:08 ISThomeworld Thousands of lives have been destroyed, 26 people have died so far, when will this disaster stop?
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!