The German ambassador in Israel, Steffen Seibert, has spoken out against Israel’s stop for Gaza aid deliveries. “According to our conviction, the border is not in accordance with Israel’s international law commitments,” he told the “Rheinische Post”.
“It cannot be right to have the needy population of Gaza paid for the price for the horrific crimes of Hamas,” said Seibert. He warned against equating the population in the Gaza Stripes with Hamas. For the Islamist organization and its “cynical and sadistic productions” in the hostage clearance, there should be “no spark of understanding”. The Hamas branches remove part of the auxiliary deliveries and benefit from it, according to Seibert. “On the other hand, it has to be taken. But people need support. ”After the first phase of the ceasefire agreement, Israel had decided with the Hamas a complete stop of the aid deliveries to put pressure on Hamas. Israel wants the Islamists to agree to an extension of the first phase of the agreement. Hamas rejects this and wants to pass to a second phase of the deal that also provides for the end of the war. According to the U.S. specialist for the Middle East, Steve Witkoff, it is “in no way” to owe the agreement between Israel and Hamas. Prepared by negotiators of the US government under ex-President Joe Biden, “the decisive thrust” came through Witkoff, said Seibert. It is important that the ceasefire holds and all hostage gaza could leave as soon as possible.
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!