MPs to hold special meeting on print media, GAM services

AMMAN — Deputies on Tuesday agreed to hold special sessions to discuss the crisis of print media and the “deteriorating” services of the Greater Amman Municipality (GAM) upon a request by a group of MPs.

Recently, 53 deputies signed a memorandum requesting that a special full Lower House session be held to discuss what they described as the “worsening financial situation” of the country’s major newspapers.

In the memo, a copy of which was made available to The Jordan Times, signatories stressed the important national role of print media outlets, providing a set of recommendations to help alleviate newspapers’ woes, including exemptions from taxes.

Before voting on the memo, MPs commented on its content, with some of them blaming the “bad” administration of newspapers for the financial problems.

Others stressed the need to deal with newspapers away from the considerations of profit and loss, citing the spread of electronic media outlets as the major reason behind print media’s woes.

Some deputies cited consecutive governments’ interference in newspapers as the main factor responsible for their accumulated problems, explaining that these governments flooded print media outlets with unneeded staff.

Also during the afternoon session, the House decided to hold another private session to discuss the “deteriorating” services of GAM upon a request by 39 MPs.

In a memo, the 39 signatories claimed that the quality of GAM’s services has been worsening significantly over the past years.

Some deputies said discussing the issue is unconstitutional, arguing that the House has no authority over a purely executive matter that falls under the sole jurisdiction of the government.

Other MPs opposed this rationale, saying that discussing issues related to GAM and other municipalities is an integral part of the House’s monitoring role over the government.

During Tuesday’s morning session, MPs started deliberating the 2002 audiovisual law and passed some of its articles.

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