Russian President Vladimir Putin, at a meeting with employees of the Defender of the Fatherland Foundation, said that all participants in the war in Ukraine should be equal in rights, regardless of how they got to the front. His words are given by TASS. According to Putin, for the country and the people “it does not matter how a person was on the front line.” “It is important that he is there and came there in fact voluntarily and fights for his homeland. The same applies to the status of military operations. For people who have committed due to various circumstances-everything happens in life, we are all people-some kind of offense, but voluntarily ended up in the war zone, fight for their homeland, they should all be put in the same position. This also applies to the status of a war veteran. We will definitely do it! ” – said the president. Putin added that he was asked about this at each meeting. “We will definitely fix this. I do not see any problems here, ”he said. The warning of prisoners in the colonies for sending to the war to Ukraine conducted Wagner PMCs. After that, the Ministry of Defense of Russia took up the like. In April 2023, the State Duma adopted a law that allowed the statuses of a veteran and disabled hostilities to the mercenaries of the Wagner PMC participating in the war in Ukraine. The Russian BBC Service wrote that the Russian Ministry of Defense sent the Storm Z to-the-Ukrainian warfares to participate in the Russian-Ukrainian war on the basis of “written consent” and without execution of a contract with the army. Because of this, the courts do not recognize them as military personnel and refuse payments. The Ministry of Defense of the Russian Federation, in the framework of the ZA SVROD program, sent concluded to the war without a contract, the status of volunteers and insurance payments the main thing from the investigation of the Russian BBC service of the Ministry of Defense of the Russian Federation as part of the ZA CVDROD program sent for war without a contract, the status of volunteers and insurance payments, the main thing from the investigation of the Russian Bi-Bi-SS service ” (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);
// 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!