Four Jordanian pilgrims die in bus accident in S. Arabia

AMMAN — Four Jordanian pilgrims died and others were injured on Friday in a traffic accident in Tabuk, Saudi Arabia, the Jordan News Agency, Petra, quoted the ministry’s spokesperson, Sabah Al Rafie, as saying.

Rafie said four of the injured would be soon flown back home.

The Jordanian consulate in Jeddah will continue to follow up on the incident to arrange for the transfer of more injured people to Jordan, Rafie said, voicing appreciation for the Saudi authorities for providing medical treatment to the injured.

She said a representative from the consulate headed to Tabuk to carry out the mission.

On Saturday, Alpha International for Travel and Tourism, the transportation company, quoted initial reports as indicating that the accident occurred when the bus veered and overturned after a phone fell on the bus’ pedals, leaving the driver unable to use the brakes before he lost control of the vehicle.

The company said its cadres reached to the site within half an hour of the accident and secured two spare vehicles to help in treating the injured and coordinating arrangements with concerned Saudi authorities.

It added that a control room at its headquarters was opened under the supervision of the Transport Ministry in coordination with the Jordanian consulate in Jeddah to follow up on any updates.

Earlier on Saturday, the company said its bus was technically capable in all aspects and that before its departure, the tyres, breaks and other basics were checked.

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