Juliet Tuma, Director of Communications at the UN agency, while spent on the scene of a ruin at the Genin Camp, said that about 100 buildings have been damaged or badly damaged in these weekends. He expressed anger that the violence has been going on for the last two months amidst Israeli military action and ordinary citizens are facing a very difficult situation.
“These explosions occurred on Sunday when the children had to go to school.” There are 13 schools operated by UNRWA in this camp and its surrounding areas, which are now closed. This has affected the education of five thousand school children there. In the last year, October, the Israeli Parliament had approved two laws, in which it has been said to ban UNRWA activities in Israeli area. Also, any kind of contact with the organization is forbidden, which has made it very challenging to continue its assistance efforts for the UN agency. These laws approved by Israeli Parliament, Conset have come into force on Thursday. Director of Communication Juliet Toma said that till now the Israeli government has not given information about how these laws will be implemented. Currently, UNRWA Ki Teams are continuing their campaign in parts of the west coast, under which general Palestinians are being provided health care, education and other basic services. Schools and clinics are open and refugees are being provided services. “We are seeing that the attendance in UNRWA schools ranges from 80 to 85 percent.” Juliet Toma said that the number of patients coming to the health centers run by the UN agency in the west coast is increasing. More than 400 patients have arrived at a clinic in East Jerusalem a day. According to the Director of huge requirement in Gaza, there are huge requirements in the Gaza Strip and the UNRWA team’s priority is to distribute support supplies to the needy population. Help has been provided through 4,200 trucks so far since the ceasefire implementation on January 19. He said that more number of trucks are expected to reach more in the coming days, and hundreds of trucks Waiting for 1,200 people died in the attacks of Hamas and other armed groups on Israel on 7 October 2023, and more than 250 were made hostage. In the last 15 months, more than 46 thousand Palestinians have been killed and thousands of others have been injured in the last 15 months in the Israeli military action. Release is being done and aid material is being delivered to Gaza. Juliet Toma said that UNRWA has an important role in providing health services in Gaza Patti, and on an average 17 thousand medical counseling is given every day. Apart from obstacles arising from the laws sanctioned by the Israeli Parliament, there is also a financial burden on the functioning of the UN agency. The US had banned financial assistance for the organization since January 2024. According to the UNRWA spokesperson, the employees of the organization have been paid salary last month, but financial difficulties for the UN agency are intact.
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!
Discover more from News Kiosk
Subscribe to get the latest posts sent to your email.