‘Egyptian worker dies after fall from building’

AMMAN — A 41-year-old Egyptian man died on Tuesday night after falling from a crane while cleaning windows at a building in Amman, official sources said on Wednesday.

The victim was cleaning and doing maintenance work on the fifth-floor windows of a building near the Kilo Circle (Al Haramein Intersection) at 11pm when he fell from the 22-metre high crane, an official from the Civil Defence Department (CDD) said.

“The victim was rushed to a nearby hospital but was declared dead on arrival,” the CDD official told The Jordan Times.

Head of the National Institute of Forensic Medicine Kais Koussous said an autopsy was performed on the victim on Wednesday and indicated that he died of heavy bleeding and multiple bruises and fractures to the skull.

“His injuries are consistent with falling from a high place and we did not find any evidence of foul play,” Koussous told The Jordan Times.

Public Security Department Spokesperson Lt. Col. Amer Sartawi told The Jordan Times that investigators are treating the incident as an accident.

However, the police official added, blood and tissue samples taken from the victim were sent to the crime lab as a routine process.

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