Protesters attempt to storm Israeli embassy in Amman

No Image

AMMAN — Dozens of protesters gathered Wednesday night near the Israeli embassy in Amman to protest the ongoing Israeli onslaught on the Gaza Strip.

Amid extensive police presence, some of the demonstrators tried to storm the embassy, but they were barred by security forces.

Through loudspeakers, the organisers of the protest, led by the Muslim Brotherhood, announced that six people were arrested half an hour into the protest, which started after the Ramadan special evening prayers (taraweeh), which were performed at the nearby Kalouti Mosque, which has become a fixture in all anti-Israel rallies held in the site.

The arrestees were later released.

Among protesters there were women and children.

The participants chanted slogans calling for closing the embassy and expelling the ambassador, which are customary demands since Jordan signed a peace treaty with Israel in 1994.

Jordan has witnessed pro-Gaza activities in different parts of the country since Israel launched a campaign to arrest Hamas activists in the West Bank and destroy their infrastructure after the group was accused of kidnapping, and later killing, of three teen settlers near Hebron.

Participants in the “Victory to Gaza” demonstration, which started from the Irbid Grand Mosque on Tuesday after taraweeh prayers, condemned the Israeli massacre of the Palestinians in Gaza.

The participants denounced Israel’s crimes against Palestinians, which they said are considered crimes against humanity under international law, calling for a serious Arab move to stop the assaults.

Demonstrators called for solidarity with Palestinians to stand firm against Israeli aggression.

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