Police arrest suspects in stray bullet shooting of teenage girl at MP celebration

Police arrest suspects in stray bullet shooting of teenage girl at MP celebration

AMMAN — Police have arrested three suspects after a teenager was killed by festive firing at an event to celebrate a lawmaker’s election, the Public Security Department (PSD) said on Monday.

An 18-year-old girl was killed on Saturday after being struck by a “stray bullet” during an event to celebrate the election of Yihya Saud to Parliament in east Amman.

PSD Director Maj. Gen. Atef Saudi formed a special committee comprising personnel from Amman’s PSD, and the criminal investigation and preventive security departments to investigate the shooting, the PSD said in a statement.

The committee identified several suspects, three of whom were arrested in possession of two firearms which were sent to the crime lab to check if either was linked to the girl’s death.

The suspects will be referred to the judiciary following further investigation, while a search for other suspects is ongoing, the PSD said.

Local media outlets reported that the teenager’s family, angered over the shooting, allegedly damaged facilities at Al Bashir Hospital, where she was reportedly taken.

The PSD said on Monday that three people had been arrested for causing chaos at the hospital, and that a search was under way for others involved in the incident.

The death of the teenager during the celebration was the talk of Jordanians and social media users over the past two days, particularly after a video was circulated on social media networks showing heavy shooting at the event.

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