House speaker hails Royal directives to dispatch field hospital to Lebanon

AMMAN — The Lower House on Wednesday praised His Majesty King Abdullah's directives to dispatch a military field hospital to Lebanon to provide medical services to the victims of the Beirut port explosion, which claimed scores of lives and injured hundreds.

Lauding the Royal gesture, Lower House Speaker and President of the Arab Inter-Parliamentary Union (APU) Atef Tarawneh in a statement carried by the Jordan News Agency, Petra, said that the move “portrays the brotherly Jordanian-Lebanese ties”, expressing solidarity with Lebanon.

Tarawneh also extended condolences to Lebanon's Parliament Speaker Nabih Berri and the bereaved families, wishing the injured a speedy recovery, stressing that “Beirut will get through it”.

On behalf of the APU, Tarawneh reiterated Arab parliaments support for Lebanon, calling on Arab parliaments to intensify their efforts to provide necessary support to Lebanon.

He also highlighted the importance of supporting the efforts of the Lebanese High Relief Commission, noting that the blasts that rocked the Beirut port are “shocking” and require intensifying support measures, highlighting Lebanon's pan-Arab stances and “loyalty” shown towards Arab issues.

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