The leaders of the twenty -seven countries of the European Union, gathered Thursday at a summit in Brussels, have given a green light to a commission plan to reinforce their defense, as announced by an EU spokesman. The president of the European Commission, Ursula von der Leyen, proposed this week a plan, called “European Rearme”, which aims to mobilize about 800 billion euros, including 150 billion in the form of loans, to strengthen the defense capabilities of the continent.
In addition, the twenty -seven fix the priorities in military purchases, in one more step of the EU to respond to the geopolitical urgency marked by the conflict in Ukraine. In their conclusions in defense, the heads of state and government of the EU have approved the ‘roadmap’ of the president of the CE, to immediately accelerate the defense spending that includes as a star measure a proposal for a new instrument to provide the member states to be backed by the community budget of up to 150,000 million euros, although it puts the weight on the national budget with initiatives with initiatives with initiatives such as activating in a coordinated manner Exhaust clause so that investment in defense does not compute in the deficit. The Community Plan also includes flexible cohesion items to redirect funds to military spending and asks the European Investment Bank (BEI) to continue adapting its rules to finance military projects. Likewise, the EU leaders identify for the first time a list of “priority areas” to reinforce their capabilities, so that this list serves as a guide for immediate investments in defense, in coherence with NATO and taking into account the “lessons learned in Ukraine.” At the top of the European list is the anti -aircraft defense, artillery systems, including deep precision attack capabilities, missiles and ammunition and drone systems and antidones. The EU also includes among its priorities to invest in ‘enablers’ or strategic facilitators, in military mobility, in raising the protection of critical infrastructure, cyber threats and artificial intelligence, as well as electronic warfare.
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!