10-year jail term upheld for man who murdered ex-wife with pantyhose

AMMAN — The Court of Cassation has upheld a May Criminal Court verdict sentencing a 45-year-old man to 10 years in prison after convicting him of murdering his ex-wife over an alimony feud in an Amman neighbourhood in October 2016.

The court declared the defendant, a street vendor, guilty of murdering his ex-wife, 36, using her own pantyhose on October 6, and handed him a 20 year prison term.

However, the court immediately decided to reduce the sentence to half because the victim’s family dropped charges against the defendant.

Court papers said that the couple had been divorced since 2015 and that the defendant would visit his children at their mother’s house twice a month.

On the day of the incident, the court maintained, the defendant went to his ex-wife’s house to see their three children, the court documents said.

“The two argued again over the JD190 alimony the defendant had to pay for his wife and children, and the situation became heated,” the court documents continued.

“The defendant headed to the laundry room, grabbed one of the victim’s pantyhose and kept pulling on the victim’s neck with it for around 20 minutes until he made sure she was dead,” court papers added.

The defendant placed his “ex-wife’s lifeless body on the bed, left the house and went back to his house to stay with his new wife”, the court added.

He was arrested by authorities later in the day and confessed to the incident.

The higher court said it relied on witnesses’ statements, including her children, who testified that he was the last to be seen with her. The Court of Cassation also depended on the defendant’s own confession.

The Court of Cassation tribunal comprised of judges Mohammad Ibrahim, Yassin Abdullat, Naji Zubi, Daoud Tubelieh and Mohammad Tarawneh.

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