US President Donald Trump is considering the possibility of withdrawing American troops with about 35 thousand military troops from Germany and transferring them to Hungary, reports The Telegraph with reference to sources. According to the interlocutors of the publication close to the administration of the US president, Trump is more and more disappointed due to the fact that Europe “pushes to war” in a situation where he strives to conclude a peaceful Agreement. All over the United States there are about 160 thousand American troops. The Trump administration, as the Telegraph writes, is considering a relocation in Europe to concentrate troops around the NATO countries, who increased their defense costs. The representative of the US National Security Brian Hughes said that the American military “always examine the possibility of the transfer of troops around the world to resist current threats.” Hungary is known more closely by close proximity to Russia than Russia The rest of the European countries. Prime Minister Viktor Orban consistently criticizes many European initiatives to support Ukraine and blocks assistance packages. In early March, the European Union suspended work on the allocation of a new military assistance to Ukraine for 20 billion euros due to Budapest’s objections. The Italian agency ANSA wrote to the European diplomatic source written in Europe as a possible reduction in American troops in Europe. According to the agency, Trump intends to withdraw from Europe about 20 thousand military. Later, the fact that the Trump administration can withdraw from Europe 20 thousand US military, sent there by the previous President Joe Biden, was also reported by The Washington Post with reference to sources. According to the newspaper, the number of US troops in Europe was from 75 thousand to 105 thousand military. (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);
// 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!