Gunmen kill policeman in Egypt

CAIRO — Gunmen on a motorcycle shot and killed an Egyptian policeman and wounded a second who were guarding banks in a busy commercial district of the capital Cairo on Saturday, Egypt's state news agency said.

No one has claimed responsibility for the attack which took place at daybreak in the usually busy Sphinx Square, across the Nile from downtown Cairo. Ansar Beit Al Maqdis, an extremist outfit allied with the Islamic State group, has claimed responsibility for a string of similar attacks against police and soldiers, mainly in the restive northern Sinai province.

Authorities are on high alert during the holiday season, with reinforcements deployed in the capital and around hotels and churches. Militant attacks have been on the rise since the military ousted Islamist President Mohamed Morsi last year following mass protests against his yearlong rule.

Last year, the government declared Morsi's Muslim Brotherhood a terrorist group. The Brotherhood has condemned the militant attacks and insists it is committed to peaceful protests demanding Morsi's reinstatement.

Morsi and many of the group's top leaders were arrested following his overthrow and are now being tried on a wide array of charges, some of which are punishable by death.

On Saturday, Mohammed Al Beltagy, a leading Brotherhood member, was sentenced to six years in prison for insulting a panel of judges. Presiding judge, Shaaban Al Shami, accused Beltagy of insulting him during the proceedings for a case in which he and 130 other defendants are accused of staging prison breaks during the January 2011 uprising that toppled longtime leader Hosni Mubarak.

Beltagy had protested Shami's registration of evidence from within a glass cage used to hold defendants. When the judge ordered him out of the room for causing chaos, Beltagy said: "This is not justice." The judge took his remarks as an insult, and found Beltagy in contempt of court for the second time since the trial began. Beltagy was also fined $2,800.

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