Laureates of the International Documentary Film Festival “Artdokfest”, which took place from March 1 to 8, are announced in Riga. The best film of the festival was the picture of the Ukrainian director Vladimir Sidko “Mission 200”, the organizers of the festival told Medusa.
“The owner of a travel agency from Ukraine with the outbreak of a full -scale war becomes a volunteer and accompanies the bodies of the dead military to their native houses. Like the mythological Haron, who transported souls to the other side of the Stixes, the heroine of the film “Mission 200” transports the bodies of soldiers who completed their struggle and set off on their last journey, overcoming thousands of kilometers without stopping and sleeping, ”the director of the festival, documentary Vitaly Mansky, told about this work. The prize for directing was received by Tatyana Doronitsyna and Andrei Litvinenko for the film “Everything Must Live”, which tells about a woman who helps the wounded and abandoned animals in the war. The jury was awarded the picture of the faith of Krichevskaya “Close” – about the businessman and philanthropist Dmitry Zimin. The film “Return of the Mechanicist” by Orhan Agazade was awarded the special mention of the jury. The winner of the competitive program “Baltic Focus” was Machi Drygas with the film “Train”. The best director was announced by Bergitte Stermose (“After the War”), the jury received a special prize of the jury (“Moment to”). 20 films “Artdokfest-2025”. The short reviews of Vitaly Mansky among them are paintings about Dmitry Zimin, the editorial office of Novaya Gazeta and the military from Kyrgyzstan in Ukraine 20 films “Artdokfesta-2025”. Short reviews of Vitaly Mansky among them are paintings about Dmitry Zimin, editorial office of Novaya Gazeta and military from Kyrgyzstan in Ukraine (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!