Yanni concert in Aqaba to be held as planned, to ‘boost tourism’

Yanni wears the traditional shmagh (headdress) in this photo taken last September, when the Greek composer performed in Amman’s Citadel (Photo courtesy of Yanni Facebook page/Krystalán)

AMMAN — Renowned Greek composer and pianist Yanni will hold a concert in Aqaba in April as planned, with the performance expected to boost tourism in the port city and bring in "good" profits, organisers said on Saturday.

Organised by the Friends of Jordan Festivals (FJF), the event is scheduled to be held in Aqaba on April 16, FJF Executive Director Souha Bawab said.

Bawab told The Jordan Times that Yanni's concert last September in Amman was attended by over 4,000 people, around 30 per cent of whom were from other countries.

She said the concert in Aqaba, 330km south of Amman, is expected to attract a large audience, as it will be held during the Easter holiday.

While refusing to disclose the total cost of the concert, Bawab said it is "costly", as the event requires high-end logistics and set-up.

Some Jordanian social media users have expressed dismay over "leaked" documents which revealed that the Aqaba Special Economic Zone Authority (ASEZA) will support the concert with JD100,000.

Etaf Roudan wrote on Facebook that a simple, JD100,000-development project could provide decent salaries for five young people for three years.

Commenting on the issue, ASEZA Chief Commissioner Nasser Shraideh said the event is part of the authority's efforts to promote Aqaba and the golden triangle (Aqaba, Wadi Rum and Petra) as an international destination in a "new spirit", especially in light of regional unrest.

"ASEZA supports the concert within special arrangements that will allow us to recoup the financial support we provided," he said, expecting revenues of around JD500,000.

He added that a group of private companies have expressed willingness to provide support to the event, which will enable ASEZA to retain the funds, as well as making it back through ticket sales. The names of the supporting companies will be announced soon, he said.

Shraideh noted that such cultural and musical events stimulate other economic sectors, such as trade, transportation, restaurants and cafés in Aqaba.

Al Rai newspaper on Saturday quoted an informed official as saying that Prime Minister Hani Mulki had requested that Shraideh consider the JD100,000 payment as borrowed money, to be paid back from concert revenues.

The unnamed source told Al Rai that when Mulki was informed about ASEZA's contribution to the hosting of the concert, he told Shraideh that ASEZA must not provide further financial support to the event.

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