Rosenstolz singer Anna R. is dead. The musician died “suddenly and unexpectedly” at the age of 55, as was said on her Instagram profile. Her management confirmed the death of the German press agency. In the mail on the singer’s profile on Instagram it says: “The sudden, end of life of our friend and, king: in ‘shocked and confuses us deeply.” The post was published by two colleagues. The two do not call a cause of death. They write: “She still had many music plans when she died in Berlin at the age of 55. May their message of empathy and classless love of people pull wide circles. It would have been Anna’s wish. ” To do this, they shared a black and white photo of the singer, who is called Andrea Neuenhofen with a bourgeois name. Rosenstolz is a music duo from Berlin, which, in addition to Anna R., also belongs to the songwriter and singer Peter Plate. The two founded the group in 1991. Andrea Neuenhofen, whose birth name Rosenbaum is, was born in Berlin-Friedrichshain and grew up in East Berlin. The artist name Anna R. chose her in 1992, said the singer in 2013 in an interview with the Neue Osnabrücker Zeitung: “I found the big n in the name very pretty.” Rosenstolz became known, among other things, through the songs “Love is everything” and “I am (we are)”. Activate external content
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!