Razzaz says Israeli PM’s annexation pledge ‘real threat’ to peace


Lower House speaker says Israeli violations jeopardise peace treaty with Jordan


AMMAN — The Cabinet on Wednesday reiterated Jordan’s rejection of Israeli Prime Minister Benjamin Netanyahu’s announcement regarding his intentions to annex Israeli settlements, built illegally on occupied Palestinian lands, and to impose Israeli authority over the West Bank’s Jordan Valley and the northern Dead Sea regions.

Prime Minister Omar Razzaz said that this announcement poses a “real threat” to the future of the peace process and will escalate regional conflict and violence, according to the Jordan News Agency, Petra.

The premier noted that the international community has the responsibility of rejecting the announcement as a clear breach of international law and legislative decisions.

Razzaz warned of the consequences of utilising “fateful” causes as a tool for electoral promotion, noting that such practices will have “major repercussions” on the future of peace, the security of the region and the safety of its people.

Earlier in the day, Lower House Speaker Atef Tarawneh said that Netanyahu’s remarks prove the deep crisis facing the extremist right.

Tarawneh, in a statement, added that Netanyahu makes “racist and aggressive” election statements to annex more lands to the occupation, which exacerbates regional crises, according to Petra.

He added that the Lower House “utterly rejects all racist remarks by occupation leaders”, stressing that “dealing with the occupation after it has violated all relevant international resolutions requires a new path that jeopardises the peace treaty”.

Peace has to be comprehensive and should reflect on the security and stability of the entire region, Tarawneh said, stressing that the Israeli premier’s pledge to annex the Jordan Valley and northern region of the Dead Sea if he wins the elections, highlights “a mind of insurgency”.

He added that Jordan always supports a peace that is based on the two-state solution, while the occupation force seeks more violence and tension and undermines, with all its racist practices, endeavours for reaching peace that can guarantee justice for an entire people.

Also on Wednesday, the Arab Inter-Parliamentary Union (APU) issued a statement, in which Tarawneh, as its president, stressed that Netanyahu’s remarks highlight Israel’s “eagerness to commit more violations and attacks on the rights of Arabs and Muslims”, according to Petra.

The president added that the APU holds Israel responsible for such “dangerous declarations” that can lead the entire region into a religious war that no one can bear its dangerous repercussions.

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