US President Donald Trump said in an interview with journalist Sheryl Etkisson that on March 17, more information about a possible ceasefire in Ukraine will be known. A fragment of their conversation was published in the Yetube channel of the Etkisson Full Measure program.
Trump recalled that his administration received Kyiv’s consent to the ceasefire and was trying to get the same from Moscow. According to the US president, “so far everything is going well.” “On Monday (March 17) we will learn a little more, and this, I hope, will be good,” he added. The journalist asked if Trump talked recently with Vladimir Putin. “I do not want to say this, but we worked with him, and I think that everything goes well enough. This is a very difficult situation. You know, this is a bloody, terrible war, but I believe that everything (negotiations of a truce) is going well, ”said the words about the complexity of the Russian-Ukrainian war, Etkisson reminded Trump’s statements during the election campaign at the end of 2024. Then he repeatedly said that if the US president was elected, he would end the war in 24 hours. “Well, then I said this with some sarcasm. What I really mean that I want it to be allowed. I think I will succeed, ”Trump answered. The US President refused to directly answer the question of what will happen if Putin does not agree to a truce. “(It will be) bad news for this world,” Trump said, noting that he believes that Putin would agree. The full version of the interview with the US president will be released on March 16. The United States proposed introducing a 30-day truce in the Russian-Ukrainian war. Kyiv supported this proposal. Vladimir Putin said that in general, Russia also supports the US initiative, but there are “nuances” and issues requiring discussion. Among them is the operation of the Armed Forces in the Kursk region. US President Donald Trump called Putin’s statement “promising, but incomplete.” The Ukrainian leader Vladimir Zelensky considered him “manipulation” and preparation for the refusal of Russia. “We agree to stop hostilities. The very idea itself is correct. But there are questions »Putin’s answer to the proposal for temporary truce. As briefly, “we agree to stop hostilities. The very idea itself is correct. But there are questions »Putin’s answer to the proposal for temporary truce. As short as possible (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!