Zelensky approved the composition of the delegation of Ukraine to prepare peace negotiations

President of Ukraine Volodymyr Zelensky signed an order, which approved the composition of the “delegation of Ukraine to interact with international partners in order to ensure the negotiation process to achieve a fair world.” The document was published on the website of the Office of Zelensky on March 15. The document says that the negotiating group included: the head of the presidential office Andrei Ermak (head of the delegation), Minister of Foreign Affairs Andrei Sibiga, Minister of Defense Rustem Umarov, deputy head of the presidential office Pavel Palisa. The document notes that the head of the negotiation group may involve state bodies of state bodies, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises, enterprises. institutions, organizations, as well as scientific advisers and experts. Andrey Ermak, Andrei Sibiga, Rustem Umarov and Pavel Palisa previously represented Ukraine in negotiations with the delegation of the United States, who held in Saudi Arabia on March 11. At those negotiations, Ukraine agreed to the US proposal to establish a temporary ceasefire for a period of 30 days, but Russia has not yet given its consent. The head of the Ukrainian Foreign Ministry Andrei Sibiga reported on March 14 that Ukraine began to form a team that would develop algorithms for monitoring the possible ceasefire. Ukraine is ready to immediately cease to fire – if Russia stops, the United States resumes military assistance to Kyiv. The main results of negotiations in Saudi Arabicurin is ready to immediately cease fire – if Russia stops, the United States resumes military assistance to Kyiv. The main results of negotiations in Saudi Arabia (Tagstotranslate) News

Credit-Read More

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!

Share to Spread
Subscribe for notification
Exit mobile version