Threatening again

Al Ghad’s Maher Abu Tair wondered if it is sheer arrogance from the US or just an attempt to say that the pandemic will not change Washington’s policies, where sensitive issues will remain unchanged.

US President Donald Trump threatens Iran again and directs the US military to destroy any Iranian ships that try to come closer to US ships, in response to what Washington considered a Tehran attempt to tamper with US vessels a week ago, said the writer.

Iranians responded with the same language and sent threatening cables to the US, said the columnist, adding that this might lead the entire region to face a possible spark that can be ignited by a military mistake.

The world is collapsing under the COVID-19, where maps will be subject to slow political and economic restructuring unless a war is started in a way that contributes to a quick preamble to drastic changes in the world, said the writer.

The US is not a weak country to collapse that easily, which is supposed to be known for all, mainly that it is still the top power of the world, said the columnist, adding that Washington is going on with threatening Tehran and Beijing so as to make sure that these two countries will not be stronger after the pandemic.

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