The “crime scene” on the Sunday evening after the “Tagesschau” and in front of “Caren Miosga” may be the last campfire of the nation: For more than fifty years, the spectators gather in front of the television to at least have the experience here that crime cases are solved. And something else is striking about the durability. With the more than twenty “crime scene” teams on television, the view of the wardrobe shows that the commissioners always wear the same jacket. Felix Murot (Ulrich Tukur) is on the move in Wiesbaden in the same way, Peter Faber (Jörg Hartmann) does not take off his green parka in the office in Dortmund, and Lena Odenthal (Ulrike Folkerts) has been wearing her black leather jacket in Ludwigshafen, in the winter with fur trim. who was in Duisburg between 1981 and 1991 and carried his beige-gray M65 field jacket so consistently that it became his trademark. As a non -conforming uniform, whether with a toothbrush in your pocket or a button against xenophobia on the collar, the jacket should express something like his personality: rough, chaotic but open. That was new at the time that a commissioner appeared as a person and goes back to director Hajo Gies, who turns eighty this Sunday. With his Schimanski episodes and another 21 “crime scene” episodes, he shaped the crime series. With Schimanski, who swears so often that the “Bild” newspaper began to count at the time, the prevailing investigative type, which had followed the service with military discipline. Instead, Schimanski amazed Germany of the 1980s as beings with feelings, affairs and all sorts of weaknesses. He beat himself with criminals and sometimes fell so passionately in his cases that he only caused further problems. For the first “crime scene” episode “Moltke”, Gies received the Grimme Prize for the last “The Schimanski case” the Bavarian television award. The “Schimanski” jacket had long since become a seller. It was taken over as a trademark and expression of the respective personality. One could speculate why the Commissioners Bootz (Felix Klarue) in Stuttgart, Falke (Wotan Wilke Möhring) in Hamburg and Ballauf (Klaus J. Behrendt) wear animal skin. Götz George was also offered a leather jacket from the costume department. He decided on the hip -length jacket of the American armed forces. Nobody would do that anymore today.
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!