A tanker collided with a tram in Ubstadt-Weiher north of Karlsruhe. According to the police, three people died. First, the police spoke of four injuries, including the driver of the truck. A rescue helicopter flew the driver of the tanker to a clinic, as a police spokeswoman said. According to initial knowledge, the 49-year-old had suffered serious injuries. The number of the dead was first specified. Because of severe burns, the body could not be identified at first, said a police spokeswoman. The police headquarters set up a telephone hotline for relatives. “The identification of the three deceased still continues due to the seriousness of the injuries,” said a police spokesman in the evening. It was open whether the tram driver was among the fatally crashed. After initial findings, the vehicles collided at the Landesstraße 552 at around 2:15 p.m. The truck pushed the truck several meters on the rails in front of it, the fire brigade said in the evening. The truck loaded with heating oil and the railway caught fire. The exact cause of the accident was initially unclear. According to the fire brigade, there were ten passengers on the train, previously there was talk of seven. They are looked after by the fire brigade, which is at the scene of the accident with more than 60 emergency services. According to the police and fire brigade, the collision occurred at an unrestricted level crossing. It must be clarified whether signals were incorrect or overlooked. The “Katwarn” app had initially warned because of the cloud of smoke. After about an hour and a half, this was canceled, reports the SWR. The municipality of Ubstadt-Weiher, in which the accident passed, lies between Karlsruhe and Heidelberg. Around 13,400 people live here. The police, fire brigade and emergency services were in use with many forces. If an AVG spokesman, the railway line of the lines S31 and S32 will remain closed between the witers and Odenheim for the next few days. This section of the route is a single -track area. A rail replacement traffic is set up.
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!