Queen attends King Hussein Cancer Foundation fundraiser

Her Majesty Queen Rania attends the Hope Gala fundraising event, organised by the King Hussein Cancer Foundation and Centre to mark the opening of the centre’s new buildings on Thursday (Photo courtesy of Royal Court)

Princess Ghida expresses gratitude to Their Majesties, supporters


AMMAN — Deputising for His Majesty King Abdullah, Her Majesty Queen Rania attended the Hope Gala fundraising event, organised by the King Hussein Cancer Foundation and Centre (KHCF/KHCC) to mark the opening of the centre’s new buildings.

The event was also attended by HRH Prince Talal Bin Muhammad, special adviser to His Majesty and HRH Princess Ghida Talal, chairperson of the Board of Trustees of the KHCC/KHCF, according to a statement from Her Majesty’s office.

In her opening speech, Princess Ghida expressed her gratitude to the King and Queen for their continuous support of the foundation and centre.

“The story of the King Hussein Cancer Centre is a humanitarian story. It is the story of a man who dreamed of establishing a state-of-the-art hospital that would give Jordanians and Arabs a real chance at surviving cancer,” the princess said.

“This man lived for and by his people. This man is His Majesty King Hussein Bin Talal, God rest his soul, who unfortunately did not live to see the centre that bears his name. Nonetheless, it was his dream that became the mission of His Majesty King Abdullah II, who oversaw the centre’s transition into a centre of excellence, in fulfillment of his father’s vision”.

Princess Ghida also expressed her appreciation for the many loyal supporters of the KHCF for their generous donations every year.

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