The president of the European Commission, Ursula von der Leyen, has urged European governments again to “do their homework” and “assume her responsibility” to massively raise the expense in defense after the “strong call of attention” for the new geopolitical context and the approach between Moscow and Washington, although he has defended that the US are a “ally” of the European Union Although relationships have been tensioned since the arrival of Donald Trump to the White House. “We have to do our homework, we have to fulfill our responsibilities and load them on our shoulders,” said von der Leyen in a press conference this Sunday in Brussels to review the first hundred days of his second community executive and defend the urgency of approveing his plan to “rear imbalance in responsibility or load ”that is shared and that, the United States is“ ally, does not mean that the pattern we had in the last 25 or 30 years, if not more, remains correct ”. Attention call ”and understand that“ it is now the time that Europe will step forward ”. They have barely shared a protocol phone call after the American elections. Thus, the president of the European Commission wanted to focus on the efforts of the community block to “build a stronger, more safe and more prosperous Europe” and do it in a “fast, proportionate and determination.” Colegio de Commissioners on Defensata also announced that in the next dates the first “College of Commissioners on Defense” will convene a format that seeks that all commissioners are adequately informed about security and defense issues given their “transactionality.” Even so, the German conservative has barely given details about the objective of this format or clarified when it will be the first date or the periodicity it will have. Before a new era of “geostrategic competence,” said Von der Leyen, in which others “close, sow uncertainty and strive to obtain short -term profits,” the European Union “will remain open” and offer “stability and predictability.” Also read in any case, the head of the Community Executive has made it clear that she will dedicate the next two weeks to establish the “legal development” of the measures he has included in her “Rearmar Europe” plan and that will integrate the next White Paper on Defense that will serve as a basis for the next discussion of leaders in the European Council of March 20 and 21. The plan to rearm Europe starts from a first investment of 150,000 million euros in loans and other measures such as the flexibility of fiscal rules so that national expenditure in defense does not compute in the deficit or margin objectives to reschedule cohesion funds. It is a package with which the EU would aspire to mobilize up to 800,000 million euros but that does not attend for now the call of countries such as Spain to also allocate European subsidies to this strategy. Focused on the “legal proposal” asked if it does not believe that it is necessary to resort to Eurobos to finance European subsidies, von der Leyen has been blunt to make it clear that for the moment it is focused “on the legal proposal (of what is already proposed), which is sufficiently complex”. This does not assume, he clarified that “nothing is out of the table” because she is “open to everything that is necessary”, but has considered premature “to start a three -day debate of having received unanimous support” to her plan to rearms, with “many positive responses from everywhere.” “I think it is soon to return with new ideas,” he has settled, without closing the door to “explore” everything that the member states already raise in the next European Council all the ideas that leaders put on the table.
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!