Muslim Brotherhood Society vows support to Jordan's position on Palestine

AMMAN — Muslim Brotherhood Society on Saturday voiced rejection to any solution to the Mideast conflict that does not serve the interests of Palestinians and Jordanians.

Concluding its third annual conference, the movement issued a communique voicing keenness on building partnerships with all civil society orgainisations and political parties to enhance the rule of law and citizenship.

Inaugurating the conference, former prime minister Abdur-Rauf Rawabdeh said the current stage requires fully-fledged democracy based on genuine and influential partisan movement with realistic and well-defined programmes, according to the Jordan News Agency, Petra.

Rawabdeh, a former Senate president, also said that Palestine has been always the Kingdom's first and foremost priority, adding that the possibilities of peace are decaying with Israel moving ahead with its unilateral measures, exploiting the weakened Arab support to Jordan and Palestine.

Rawabdeh also said that the concerns about the attempts to resolve the Palestinian question at the expense of Jordan are increasing especially with the talk about the so-called "deal of the century" — the peace plan proposed by US President Donald Trump administration,

He also said that the unannounced deal has "entered the implementation phase with Jerusalem, Palestinians' right to return, settlements and borders being the components, which puts Jordan and Palestine in confrontation with a super power that cares not about the international legitimacy and human rights".

Sharaf Qudah, the society's overall leader, said that Jordan's position on the Palestinian cause is "crystal clear", adding that those who want to support Palestine are required to support neighbouring countries, especially Jordan.

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