Kuwait will not abandon challenged Jordan — Sheikh Sabah

Kuwaiti Emir Sheikh Sabah Al Sabah receives a letter from His Majesty King Abdullah delivered by Senate President Faisal Fayez in Kuwait on Monday (Petra photo)

AMMAN — His Majesty King Abdullah has sent a letter to Kuwaiti Emir Sheikh Sabah Al Ahmad Al Jaber Al Sabah that stressed on the deep relations between the two countries, and their keenness to move forward in consolidating them in various areas, the Jordan News Agency, Petra, reported.

In the letter, delivered by Senate President Faisal Fayez on Monday, His Majesty expressed his appreciation for Kuwait’s support of Jordan, stressing the importance of maintaining coordination and consultation on various Arab and regional issues.

During the meeting at Bayan Palace, the Kuwaiti Emir stressed the strong relations between Jordan and Kuwait, adding that coordination with His Majesty King Abdullah on regional and global issues of mutual interest is a continuous practice that enhances bilateral relations.

Sheikh Sabah underlined Kuwait’s keenness on sustaining security and stability in Jordan, stressing that Kuwait has always been by Jordan’s side and it will not abandon it as it rises to overcome economic challenges.

Fayez pointed out the solid relations between the two countries, appreciating Kuwait’s support for Jordan, especially under “the difficult economic circumstances facing Jordan” due to regional turmoil.

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