America’s Hollywood City is burning in flames. The Palisades fire broke out in Los Angeles last Tuesday. At least 5 people have died in this fire. According to CNN news, the fire that broke out in the coastal area between Malibu and Santa Monica quickly engulfed the entire Los Angeles. The fire has engulfed an area of more than 15,800 acres. According to Cal Fire, at least 1,500 buildings have been destroyed. Los Angeles County has described the Palisades fire as its worst fire ever. Schools and colleges have been closed. People are being rescued. A firefighter said that it has become difficult to control the fire due to the ‘tornado’ blowing from the Pacific Ocean. The Palisades fire in Los Angeles, California is threatening the lives of about 2 crore people. The strong winds blowing from the Pacific Ocean have made it difficult to control the fire. The air quality has been greatly affected by the smoke rising from the flames. It is being told that the speed of the fire is so fast that it is burning 5 football fields to ashes every minute. According to the latest update, the houses of many Hollywood film stars have also been burnt to ashes. Bushes have caught fire in the Hollywood Hills. Hollywood stars’ houses burnt down. Hollywood actor Billy Crystal’s old house burnt down to ashes. Hollywood actor Billy Crystal and his wife Janice told that their 45 year old house was destroyed in this fire. He was living in this house since 1979. Famous comedian Will Rogers’ house was destroyed in a fire. Rogers’ Ranch House, built in 1929, and other buildings at Will Rogers State Historic Park also burned to the ground. Aerial map of Los Angeles – heartbreaking. Some important points – the death toll may increase – 5 people have died so far. It is feared that the death toll from the fire may increase. Governor Gavin Newsom said, ‘six fires’ in Los Angeles County are still almost not under control. The most destructive fire in history: Already, the Palisades Fire, burning in the coastal area between Malibu and Santa Monica, has engulfed more than 15,800 acres without any control. Tags: America News, Forest fireFIRST PUBLISHED : January 9, 2025, 09:40 IST
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!