After a violent discussion on a special train of fans of the third-class football clubs Hansa Rostock and Rot-Weiss Essen, the federal police searched apartments from 31 suspects. The raid began in several objects in several objects in North Rhine-Westphalia and Mecklenburg-Western Pomerania in the early morning, as a spokeswoman for the Federal Police said, and an object was also searched in Berlin and Brandenburg. “We found two ball bombs in Essen and a hand grenade in Rostock,” said the spokeswoman for the first results of the investigation. The hand grenade, however, is a “exercise grenade” from which no danger goes out because it cannot be made sharp, and in Essen a shotgun, a butterfly knife and an air pressure weapon with test mark were found. In Essen and Oberhausen, the suspected massive resistance to the search had been carried out. The Federal Police investigated in a particularly serious case due to the suspicion of the breach of the peace, dangerous bodily harm and property damage and because of the dangerous intervention in rail traffic. The federal police did not initially had arrest warrants, it is about ensuring evidence, as it was said. Today’s measures are the start of further investigations. Cell phones, computers and documents should be evaluated. The full train with hundreds of fans from Essen was stopped on October 26, 2024 between Berlin and Rostock near Gransee in Brandenburg. Masked and aggressive perpetrators then attacked the standing train. Several discs broke, even outside the wagons are said to have occurred. Our previous investigations have shown that the fans from Rostock and Essen have specifically agreed on this discussion, as the spokeswoman said. 780 people had sat on the train, including families. Withdrawal from Hansa Rostock short after the crime, the police, a 20 -year -old man from the Northwest Mecklenburg district, identified as a suspect. According to the spokeswoman for the federal police, a damage of 118,000 euros was incurred on the train. The federal police speaks of a targeted attack and organized perpetrators who had taken a conspiratorial and dangerous manner. After the attack, five supervisory boards from Hansa Rostock had declared their resignation. A red line was exceeded with the attack. Hansa Rostock had distanced himself from the incidents. In the past, fans had been in the headlines several times. Mecklenburg-Western Pomerania’s Interior Minister Christian Pegel (SPD) expected Hansa Rostock after the attack clear consequences for the perpetrators and emphasized: “Again a small group of criminals who abused folk sports for their desire for violence, has caused great damage to the association, the city and our country.”
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!