New Orleans. In New Orleans, America, a man drove a car into a crowd of people celebrating the New Year. In which at least 10 people died and about 30 people were injured. After this, the FBI took command of the investigation of the case. Now this matter is being investigated as a terrorist attack. The attacker also fired bullets at the police from inside the car. Two policemen were injured due to this. Later the attacker was killed. After the incident, the policemen investigating the case recovered a long range gun from the spot. Police sources said that the picture of the badly damaged truck is being circulated online. Federal law enforcement agents are also investigating possible explosives at the scene. A video shows security agencies using a robot to check under the vehicle. The suspect who ran over people with a car and opened fire in New Orleans was killed after a shootout with police. FIRST PUBLISHED : January 1, 2025, 23:21 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!