New Orleans Attack: Run-run…crowd in front, time behind, CCTV video of Orleans attack revealed

New Orleans Attack News: A crowd celebrating the New Year in New Orleans, America on January 1 was crushed by a pickup truck. 15 people died in this. Many other people have also been injured in this incident. The attacker was killed in an encounter with the police. The attacker was a former US Army soldier. The flag of Islamic State has been recovered from him. Now videos of that dreadful incident have surfaced, in which his murder can be seen. According to the FBI, the attacker has been identified as 42-year-old Shamsuddin Jabbar. He was a resident of Texas. He worked as a real estate agent in Houston. He also worked as an IT specialist in the army. He was a member of ISIS. Explosive devices and other weapons have also been found from him. Now CCTV footage of that incident has surfaced. In fact, new footage from several CCTV cameras installed on the road shows how the pickup truck passed through many pedestrians. Many people are seen running to save their lives. In a video, the pickup truck driver, i.e. the attacker, can be seen driving at high speed on the road in New Orleans. This created an atmosphere of chaos on the road. In another video the driver was seen driving down Bourbon Street. During this time many people were standing in the middle of the road. As soon as the truck approached, they were seen running towards the side of the road to save their lives. Everyone was seen running and screaming. It seemed as if time was chasing them. Officials said they were searching for accomplices but did not provide further details. Police have described Jabbar as a “terrorist”. FBI is also investigating this case from terror angle. Alleged ISIS terrorist Jabbar had recorded a video before the attack. In that video he had confessed that he is a member of ISIS. According to the FBI, he wanted to kill as many people as possible. He was killed in an encounter with the police. The FBI says this is not the work of one person. More people will also participate in this. Click here to watch CCTV video. Tags: Special Project, US News, World newsFIRST PUBLISHED : January 2, 2025, 14:54 IST

Credit-Read More

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!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *