Norway’s sprint star Johannes Kläbo wrote cross-country history in front of an impressive backdrop and brought his sixth World Cup title at the Nordic Ski World Cup in Trondheim. The 28 -year -old Norwegian hung over 50 kilometers in free technology to Sweden William Poromaa on the home stretch and, with the loud cheers of his fans, drove over the finish line.
Bronze secured Kläbos Landsmann Simen Hegstad Krüger. The cross-country skier then sat alone in a corner in the finish area and enjoyed the big moment in silence before he was cheered by the masses around Norway’s crown prince couple Haakon and Mette-Marit. “Six out of six – I never thought that means so much to me. Above all, I always dreamed of winning the fifties, “said the exceptional runner deeply and then called over the stadium microphone in the direction of the audience:” Now the time is to celebrate! “Nyenget falls in the final round of the story is the first long runner to win six gold medals at a World Cup. He replaces the Russian Jelena Välbe, who won five titles in Trondheim in 1997. The exceptional athlete also won the skiathlon, the sprint and the ten kilometers before the classic in bright sunshine. In the team sprint and in the season there was no way to get past Norway anyway. Kläbo now has a total of 15 World Cup titles. Ten thousands in front of tens of thousands: Johannes Kläbo in Trondheim Afentic thousands of fans had come on the track to see and celebrate the royal discipline of cross-country skiing. Sometimes the trailers built their tents in the middle of the forest. In addition to numerous pyrofags, there were also occasional New Year’s Eve rockets. Hundreds of fans grilled over the open fire. Labe held behind his compatriots for a long time and thus spared strength in front of the final sprint, which he won confidently. The race for Kläbo’s teammate Martin Löwström Nyenget, who fell in the lead on a departure and brought himself in the final round for any gold chance, was particularly bitter.
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);
News kiosk Latest Posts
// 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!