Israeli authorities arrest Jordanian in Hebron

Osaid Abu Khdeir

AMMAN — The Israeli authorities on Tuesday morning arrested Jordanian Osaid Abu Khdeir who lives in Soreif village in northern Hebron, according to his brother Anas.

"Osaid is married and has been living in the West Bank for two years," Anas, a former prisoner in Israel, said, adding that the reason of detention is still unknown.

Osaid is 28 years old and is a father of a one-year-old girl.

"Israeli authorities took Osaid to a detention centre in Asyoun area after breaking into his house at around 7am in the morning without charging him with anything," said Anas, who is also spokesperson of the media team supporting Jordanian prisoners in Israel, Fedaa.

A Fedaa statement sent to The Jordan Times quoted Osaid's wife as saying that the occupation forces broke into their house in a "savage way", and terrified the family, especially the baby.

In the statement, Anas said his brother is one of 8,000 prisoners in Israeli jails.

After Osaid's detention, the number of Jordanian prisoners in Israel increases to 25, according to Fedaa.

Six of the prisoners are facing life sentences, namely Abdullah Barghouthi (67 life sentences), Marae Abu Saeedeh (11 life sentences), Munir Marae (five life sentences) and Hisham Kaabi (four life sentences), in addition to Mohammad Rimawi and Hani Khamaiseh, each of whom is facing a life sentence.

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