PNC urges international community to support UNRWA

AMMAN — The Palestinian National Council (PNC) on Sunday called on world parliaments and unions to support UNRWA to overcome its current financial crisis, which is unprecedented in its 70 years of establishment.

PNC Chairman Salim Zanoun, in a council statement carried by the Jordan News Agency, Petra, said that the magnitude of this crisis threatens to stop the UN agency as it has been exacerbated by the COVID-19 pandemic and the increasing poverty and unemployment rates.

Zanoun said that such circumstances require providing more resources for UNRWA to be able to meet the growing needs of refugees during the pandemic.

Zanoun, in identical letters the PNC sent to world parliaments and unions in cooperation with the refugees affairs department at the Palestinian Liberation Organisation, noted that this severe financial crisis has directly affected UNRWA’s educational, health and aid services presented to Palestinian refugees in Jordan, Syria, Lebanon and Palestine.

The threat of this crisis has touched the salaries of the agency’s employees whose number reached some 30,000, where UNRWA is unable to disburse employee salaries.

In the letter, he expressed the council’s hope for the parliaments to pressure their countries to financially support UNRWA to be able to provide $85 million to be used for paying the salaries of employees for December and overcome the financial crisis.

The chairman also called for extending assistance to enable the UN agency to offer its vital and important services to refugees according to its mandate granted under UN General Assembly Resolution 302.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });