Italy and Spain currently do not want to support a proposal by EU foreign representative Kaja Kallas to doublet military aid for Ukraine to up to 40 billion euros. Italy’s Foreign Minister Antonio Tajani said on Monday at a meeting with his counterpart from the 27 EU countries in Brussels that the proposal had to be discussed in detail and in the light of impending developments. So he waits the phone call between US President Donald Trump and Russian President Vladimir Putin to see if there is progress. After the meeting, Kallas said that her proposal had “broad political support” and the talks would now go into detail. According to information from diplomats, the proposal is strongly supported by the North and Eastern European countries. However, some states of southern Europe were more reserved, which reflects the split between the countries that are geographically closer to Russia and have provided more help for Ukraine, and the further distant countries who have provided less help in relation to their economic performance. The Italian foreign minister Tajani also said that his country must also find money to increase his own defense spending: “There are a lot of expenses that need to be put on.” Spain’s Foreign Minister José Manuel Albares said that you will see how the debate about the Kallas plan is among the outside ministers. “But there is no decision about it at the present time.” Spain has already committed to giving Ukraine a billion euros in military aid this year. Spain did not have to wait for “the high EU representative to make a proposal” in order to show that Kiev could count on his support, he said criticism of Kallas.
// 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!