Premier discusses energy cooperation with Egyptian minister


Egypt might be helping Jordan convert car motors to rely on gas


AMMAN — Prime Minister Hani Mulki on Thursday discussed Jordanian-Egyptian energy cooperation with Egyptian Minister of Petroleum and Mineral Resources Tarek El Molla, the Jordan News Agency, Petra, reported.

Mulki and Molla also discussed other aspects of bilateral relations, with the premier stressing the deep-rooted relations between the two countries. He cited success of the Joint Jordanian-Egyptian Higher Committee’s recent meetings in Cairo, which, he said, have enhanced cooperation and solved several outstanding issues.

The Egyptian minister briefed Mulki on the developments of the cooperation protocol that was signed by the Energy Ministry and the Jordanian-Egyptian Company, FAJR.

The protocol aims at supplying Jordanian industries with natural gas through Sheikh Sabah Al Ahmad Terminal in Aqaba and using FAJR’s pipelines to carry the fuel to end users.

The deal will reduce operational costs for the Jordanian industries that have depended on the expensive heavy fuel, due to the halt of gas supplies from Egypt, blamed on terrorist attacks on the pipeline extending across Sinai to Aqaba.

Molla outlined the efforts of the Egyptian government to develop the gas industry in the republic after the discovery of several new offshore gas fields such as the Zohr gas field, one of the world’s largest.

The two sides also discussed the possibility of starting a new pioneer project in Aqaba to convert public vehicles engines to operate on gas instead of oil derivatives, and benefiting from the Egyptian expertise in this field.

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