Court upholds 15-year jail term for man who killed his friend while intoxicated

AMMAN — The Court of Cassation has upheld an April 2016 Criminal Court ruling sentencing a 41-year-old man to 15 years in prison after convicting him of murdering his friend in May 2003.

The defendant was declared guilty by the Criminal Court of murdering his friend while they consumed alcohol and handed him a 15-year prison term on May 7, 2016.

Court papers said that on the day of the incident, the defendant and the victim, who lived in the same neighbourhood, met at a liquor store and decided to go to a secluded area to consume alcohol.

“The defendant had had an argument with his wife, and she went to her family’s home with her daughters. He informed the victim about the incident while they consumed alcohol,” court papers said.

The victim, the court maintained, “cursed the defendant’s wife and daughters and accused them of immoral behaviour, which angered the defendant”.

“The defendant grabbed a rock and crushed the victim’s skull with it, then pulled out a knife and stabbed the victim repeatedly until he was sure he was dead,” according to court papers.

The Criminal Court attorney general appealed the verdict, stating that the defendant deserves a tougher punishment “because the murder was premeditated”.

However, the Cassation Court ruled that the Criminal Court’s verdict was correct and that the defendant received the appropriate punishment.

The Cassation Court tribunal comprised judges Basil Abu Anzeh, Yassin Abdullat, Mohammad Tarawneh, Daoud Tubelieh and Hussein Sakran.

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