Iraq TV staff accused of ‘inciting terrorism’

AMMAN — The State Security Court has accused a group of journalists of carrying out illegal acts after closing an Amman-based television channel critical of Iraqi Prime Minister Nouri Al Maliki, a judicial official said.

“State Security Court prosecutors charged the owner and 13 journalists of Al-Abasiya satellite station with using the Internet to carry out acts that would expose Jordanians to acts of aggression,” the official told AFP, without elaborating.

The suspects face up to five years in prison if convicted of the charges, filed under the Anti-Terrorism Law.

On Monday, authorities raided the station and arrested Iraqi, Jordanian and Syrian journalists, after Baghdad accused it of “inciting terrorism and sectarian conflicts”, Reporters Without Borders (RSF) said on Wednesday, urging their immediate release.

Al-Abasiya, which began broadcasting from Amman four years ago, “has been critical of both the Maliki administration and Iran’s alleged meddling in the region”, it added.

It was not disclosed what the station had broadcast that was considered to be offensive to Iraq, or dangerous to Jordan.

Audiovisual Commission Director General Amjad Qadi has told AFP that Al-Abasiya was broadcasting illegally from Amman, without a licence.

“It worked secretly from an apartment in Amman and broadcast only after midnight. When the authorities raided the apartment, they found things that have nothing to do with the media,” Qadi said, without elaborating.

He added the case was sent to the State Security Court because “Al-Abasiya was inciting terrorism and affecting Jordan and other countries.”

RSF said Iraqi authorities had initiated legal action against several other Iraqi satellite television stations for allegedly inciting violence and sectarianism in their broadcasts from 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'); }); }); });