King checks on readiness of National Centre for Security and Crisis Management to deal with impact of regional developments

King checks on readiness of National Centre for Security and Crisis Management to deal with impact of regional developments
His Majesty King Abdullah, accompanied by HRH Crown Prince Hussein, chairs a meeting at the National Centre for Security and Crisis Management and reviews the centre’s readiness, and that of various state institutions, to deal with the repercussions of Israel’s attack on Iran (Photo courtesy of Royal Court)

AMMAN (JT) —His Majesty King Abdullah chaired a meeting on Monday at the National Centre for Security and Crisis Management (NCSCM), where he reviewed the readiness of the centre and various state institutions to deal with the consequences of Israel’s attack on Iran.

During the meeting, attended by Their Royal Highnesses Crown Prince Hussein and Prince Ali Hussein, who is the NCSCM’s chairman, His Majesty was briefed by Brig. Gen. Hatem Al Zoubi, deputy chairman of the centre, on pre-emptive plans and measures to deal with recent regional tensions in order to safeguard Jordan’s security, stability, and the safety of its citizens, according to a Royal Court statement.

The King urged maintaining close coordination among all institutions to enhance their ability to deal with any developments, and to continue to call on citizens to abide by public safety instructions.

His Majesty expressed appreciation of all state institutions and personnel for their efforts in protecting the nation and citizens.

Prime Minister Jafar Hassan, Director of the Office of His Majesty Alaa Batayneh, Interior Minister Mazen Farraya, Chairman of the Joint Chiefs of Staff Maj. Gen. Yousef Huneiti, General Intelligence Department Director Maj. Gen. Ahmad Husni, and Public Security Directorate Director Maj. Gen. Obaidallah Maaytah attended the meeting.

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