King, US commander discuss military ties

AMMAN — His Majesty King Abdullah received the Commander of the US Central Command Gen. Joseph Votel on Wednesday, according to a Royal Court statement.

During the meeting, they discussed cooperation between the two countries, especially in the military field.

The King and Votel also discussed regional developments and efforts to combat terrorism.

Jordan and the US are partners in an international coalition to fight the Daesh terrorist group.

In addition to taking part in the actual attacks against the terrorist organisation, Jordan has been leading the ideological war against extremists, which are dubbed “khawarij,” or outlaws of Islam in Jordan’s anti-terror literature.

The Kingdom has worked actively with the global community for a comprehensive approach to the challenges that terrorist groups pose today.

In a speech last year, His Majesty said: “I have said from the outset that we are fighting a war within Islam against the outlaws of Islam, the khawarij,” he said, adding: “Yet, as is painfully seen, these terrorists and outlaws threaten the entire world. They spare no peoples; they respect no boundaries, moral or geographic. The Middle East, Africa, Asia, Europe, the Americas have all been targets. This is a war we have to fight, and win, as a united global community.”

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