'UNICEF terminates services of security contractor that operates in Israel'

AMMAN — A new security services company began manning the UNICEF station in Amman on Tuesday after the UN agency decided to terminate its relationship with G4S, a British-Dutch security company which has "extensive activities in Israel", according to activists.

The Boycott, Divestment and Sanctions (BDS) movement in Jordan said in a statement that the G4S has been coming under increasing pressure globally demanding that it pull out of Israel and stop supporting its occupation policies.

"We are glad that UNICEF followed the UNHCR and ended its contract with G4S. The United Nations should honour human rights, not only by demanding that Israel respect them, but also by leading by example and refraining from paying $2.6 million a year in security services to G4S in Jordan alone," a statement quoted activist Yazid Halaseh, of the BDS movement in Jordan, as saying.

Over the past year, BDS and other civil society organisations have addressed UN agencies in meetings, protests, and through social media demanding that they terminate their contracts with G4S.

"We sincerely hope that other UN agencies in Jordan... will follow UNICEF and UNHCR and immediately terminate all G4S contracts," Halaseh added.

In 2007, G4S signed a contract with the Israeli Prison Authority to provide security systems and other services for Israeli prisons that hold Palestinian prisoners, including children.

G4S provides systems for the Ketziot and Megiddo prisons, as well as, equipment for Ofer prison and Kishon and Moskobiyyeh detention facilities, at which human rights organisations have documented systematic torture and ill treatment of Palestinian prisoners, the BDS Jordan statement said.

Israeli military checkpoints, that restrict the movement of Palestinian, and the Erez checkpoint, which isolates Gaza, are also equipped by G4S services.

.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'); }); }); });