Five dead, several injured in weekend incidents

AMMAN — Five people, including two children, were killed in various accidents over the weekend in the Kingdom, official sources said.

A five-year-old was burnt to death in a fire that engulfed her home in an Amman suburb on Friday night, a senior Civil Defence Department (CDD) official said.

“Firefighters pulled the charred body of the victim from the house, and the cause of the fire is currently under investigation,” the CDD official told The Jordan Times.

The body was taken to the National Centre for Forensic Medicine for an autopsy, according to a CDD statement.

The rest of the deaths were all as a result of traffic accidents, the CDD official added.

The latest traffic accident involving two vehicles occurred on Saturday and claimed the life of a man in Azraq area.

“The victim’s vehicle collided with another vehicle and he died on the spot,” the CDD official said.

The body was transported to Azraq Military Hospital for an autopsy.

Meanwhile, two men were killed in Theeban district in Madaba Governorate, over 30km southwest of Amman, on Friday in a car accident that involved two vehicles, the CDD official said.

“The two victims were in the same vehicle and were dead before rescue teams arrived to the scene,” the CDD official explained.

Also on Friday, the official said, a two year-old child was killed in a traffic accident that left 10 people injured.

Traffic officials were unavailable to comment on the accidents.

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