US senators voice support for Kingdom amid challenges

US senators voice support for Kingdom amid challenges

AMMAN — HRH Prince Feisal, the Regent, on Monday received US Senate Majority Leader Mitch McConnell and his accompanying delegation.

Talks focused on Jordanian-US relations and the latest developments in the region, according to a Royal Court statement.

Prince Feisal highlighted Jordan's positions in support of regional and international counterterrorism efforts.

He also underscored the Kingdom's support for efforts to arrive at political solutions for ongoing regional crises, in a manner that boosts global peace and security.

The meeting addressed the burdens borne by Jordan as a result of hosting large number of Syrian refugees and ways to secure further international support for the Kingdom in this regard.

McConnell expressed his support for Jordan's role in addressing the various challenges and the King's continued efforts to achieve regional peace and stability.

Also on Monday, Deputy Prime Minister and Foreign Minister Nasser Judeh met with the visiting US Senate delegation over the “strategic Jordanian-US partnership”, the Jordan News Agency, Petra, reported.

The two sides also reviewed regional developments.

Judeh briefed the lawmakers on the latest developments in the Palestinian territories and Israel’s continued violations, stressing the need for immediate efforts to stop the Israeli acts of aggression.

He highlighted the role that the US can play in this regard.

Discussions also addressed counterterrorism efforts and the latest developments in Syria.

The delegates reasserted their support of Jordan’s role to achieve peace and expressed their understanding of the Kingdom’s burdens in light of the issue of Syrian refugees and economic challenges.

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