King bestows Order of State Centennial on military retirees

Photos courtesy of Royal Court

AMMAN — His Majesty King Abdullah, the Supreme Commander of the Jordan Armed Forces-Arab Army, on Monday bestowed the Order of the State Centennial on a number of military retirees and veterans in appreciation of their dedication and service.

The ceremony, held at JAF headquarters and attended by several Royal family members, is in line with His Majesty’s keenness to honour the role of JAF personnel in service of the nation and its achievements, according to a Royal Court statement.

Speaking at the event, Chairman of the Joint Chiefs of Staff Maj. Gen. Yousef Huneiti highlighted military retirees and veterans as role models of dedication and sacrifice in service of the homeland.

Also during the event — attended by Prime Minister Bisher Khasawneh, General Intelligence Department Director Maj. Gen. Ahmad Husni, and Public Security Directorate Director Maj. Gen. Hussein Hawatmeh, Huneiti said Royal keenness to follow up on military retirees bolsters national appreciation for their sacrifices.

His Majesty presented the Order of the State Centennial to the honourees and their families.

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