According to the UN Office for the Coordination of Emergency Response, UN-led requests to deliver vital aid to the Palestinian people are being rejected by Israeli authorities. 22 humanitarian missions were planned to be launched into Gaza on Sunday, But only seven got permission. Six requests were rejected outright, five were blocked, and four had to be postponed due to security and operational challenges. Meanwhile, violent conflict continues in Gaza and already displaced people New orders to evacuate are being given. The UN office said, “Civilians have to be protected, whether they stay or go. People fleeing the fighting must be allowed to leave safely, and it must be possible for them to return voluntarily when conditions permit.” Displaced againOn Sunday, Israeli military forces attacked Al Mufti in Al Nusraat in central Gaza. The residents of the area named were ordered to leave the place. According to UN partner organizations, more than four thousand people have been affected by this order. Local people have been asked to leave the areas, including two centers run by the UN Agency for Assistance to Palestine Refugees (UNRWA). Are. There are also three medical care sites, two water distribution centers and two temporary sites for education. OCHA said that partner organizations have seen people moving from this area to other areas including Deir al-Balah. About 2,500 The results of a household survey show that displaced civilians in Gaza are struggling with shortages of food, water, sanitation and other basic needs. More than two-thirds say they have been forced to migrate at least once in the past 60 days. Senior official’s visit Meanwhile, the UN Special Coordinator for the Occupied Palestinian Territory, Muhannad Hadi, visited a Visited a factory that provides furniture for temporary learning centers in the Gaza Strip. After 15 months of war, Gaza Less than 20 percent of school-age children in Israel have access to some form of education. On Sunday, resident coordinator Hadi visited a church where more than 400 displaced Palestinians have taken refuge. He stressed that “it goes without saying that churches, mosques, civilians and all fundamental institutions must be protected.” “They can only be protected by ending this war, through an armistice. “According to him, the displaced youth population in Gaza deserves to return to their homes. The UN coordinator said that the children here are the hope of the future, and in the absence of education and proper health care, there will be no bright future for them.
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!