According to news media, an American citizen deliberately drove a pick-up truck into a crowd of people celebrating New Year in New Orleans. This incident took place at 3 am local time on the historic street ‘Bourbon Street’ located in the city’s popular French Quarter area. The 42-year-old suspect died on the spot in the police firing, with two police officers also reportedly injured. It is reported that the possibility of the deceased attacker having links with extremists of the terrorist group Isil is being investigated. The flag of the terrorist group was attached to the pick-up truck, and this rented vehicle and nearby areas Explosives have also been recovered. UN spokesperson Florencia Soto Nino-Martinez said that the statement issued by the Secretary-General strongly condemned the attack in New Orleans. In this attack “a driver targeted a crowd gathered to celebrate the New Year, in which at least 15 people are reported killed and 30 others are reported.” The UN chief lost his life in this incident. We have expressed our deepest condolences to the families and loved ones of the victims, the government of the state of Louisiana and the people of the United States of America. Meanwhile, a fatal explosion in a vehicle was also reported in the US city of Las Vegas on Wednesday, and both of them The possibility of the incidents being linked is being investigated. According to information received, on the first day of the New Year, a Tesla Cybertruck exploded outside the Trump International Hotel, killing the driver and injuring seven others. Are.
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!