By the evening of March 12, the Ukrainian military reflected eight assault on the Russian Federation in the Kursk direction, said the Commander -in -Chief of the Armed Forces of Ukraine Alexander Syr. According to him, in the suburbs of Sudzhi and its environs, active fighting continues.
Russian military, said the commander in Chief of the Armed Forces of Ukraine, try to oust the Ukrainian military from the territory of the Kursk region to the Sumy and Kharkov region. At him, the enemy, “trying at all costs to achieve political goals,” carried and continues to carry “significant losses”. Since the beginning of the Armed Forces of Ukraine in the Kursk region, the Russian troops lost 54.9 thousand people, said Syr. There is no independent evidence of this data. In the most difficult situation, my priority was and remains the preservation of the lives of Ukrainian warriors. For this, the defense units (Armed Forces), if necessary, carry out a maneuver on more profitable lines. Despite the increased pressure of the Russian-Sever Korean army, we will keep the defense in the Kursk region as much as it will be advisable and necessary. The Armed Forces of Ukraine occupied several settlements of the Kursk region during the offensive in August 2024. Since then, fights have been in the region. The beginning of March – against the backdrop of the suspension of the exchange of intelligence between the United States and Ukraine – the Russian troops were able to take control of 24 settlements of the region. In particular, judging by the video common in social networks, the Ukrainian military left the border city of Suzha. According to Ruslan Leviev, the founder of the investigative project Conflict Intelligence Team, the Ukrainian troops recede from the Kursk region. Officially, the withdrawal of the Armed Forces from the region was not reported. (Tagstotranslate) News
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!