Last Updated:January 12, 2025, 16:46 ISTThe wildfire in Los Angeles has caused devastation, due to which conspiracy theories are spreading on social media. People are raising questions that houses were burnt, but why were the palm trees safe? Hollywood star Mel Gibson has also raised questions. Whereas…read moreHighlightsThe forest fire in California is raising concerns. Now many questions are being raised about it. It is being asked whether this is a conspiracy. Washington: The forest fire in Los Angeles is causing devastation. The fire is leaving behind a trail of destruction, after which conspiracy theories are also being seen on social media. People on social media point to the unusual pattern of fire. People are especially pointing towards the palm trees in front of the houses. They say that houses and cars were completely burnt to ashes, but how could these palm trees remain safe. Questions are also being raised regarding the fire, whether it was started intentionally? Because there is also news that California’s insurance company ‘Farm Insurance’ had canceled the policies of hundreds of houses in the Pacific Palisades area. Devastation caused by California fire. (Credit-AP) This is the same area which is now burning and people are in dire need of insurance. According to the Newsweek report, the insurance company said that it took such a step to protect itself from financial default in view of the increasing frequency and intensity of wildfires in the Golden State. Media outlet Newstalk reported in its report that the most widely spread conspiracy theory is that the attack was carried out through ‘Directed Energy Weapon’ (DEW), which caused the fire in the forest of Los Angeles. Those who are giving this theory believe that this is being done to establish a new type of city. California’s forest fires have caused massive devastation. (Credit-AP) Houses were burnt but trees were saved? Conspiracy theory supporters are focusing people’s attention on palm trees. He is asking the question that cars and houses were burnt, but how did the trees remain standing. However, experts have answered these questions. He says that palm trees survive forest fires due to their thick bark and high moisture. Apart from this, he says that in most of the forest fires, the heat is at the ground level, due to which the leaves present at higher heights in these trees are saved. However, despite this, many trees have been seriously burnt. The California fires are causing devastation. (AP) Hollywood star raised questions Hollywood star Mel Gibson (69) also suffered a big loss due to this fire. His $15 million home in Malibu burned to the ground. He revealed this in an interview. At the same time, he raised the question whether Governor Gavin Newsom and the California government could be involved in this devastation? Gibson, speaking with Fox News’ Laura Ingraham, raised questions about whether the fire was set intentionally to drive people away from the expensive property. He said that I can create many types of theories in my mind. But the most convenient thing is that there was no water during this disaster. Actually, during the fire it was found that there was no water in the fire hydrant.
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!