Wihdat win professional league title despite defeat

Wihdat win professional league title despite defeat

AMMAN — Wihdat Club on Saturday won the 64th Jordan Professional League despite a 3-1 defeat against Jazira, the Jordan News Agency, Petra, reported.

Wihdat benefitted from Faisali’s loss in a decisive match against Baqaa that took place simultaneously at Prince Mohammad Stadium in Zarqa. Faisali’s points froze at 36, two below Wihdat’s total.

After their 1-0 loss with Baqaa, Faisali missed the chance for a play-off game against Wihdat, and settled in the second place in the league.

This is the third league title for Wihdat in a row and their 15th since they moved up to the first league in 1975.

Recently, Wihdat had a slim two-point lead over Faisali after ending three matches in draws and losing important points.

At the time, the team was just out of a crushing 6-2 defeat to Bahrain’s Hidd in Asian Football Confederation Cup which kept them in third place in Group A and nearly out of the competition.

Moreover, Ahli were in contention for runner-up and had technically lost the chance for the title that they won eight times before.

Their slim chances for ending an excellent season with a title depended on defeats of both leading teams and them beating Shabab Urdun on Friday, but they were defeated by 2-0 and clinched the third place in the league with 35 points.

Last week, Faisali were held 3-3 with Hussein, Wihdat were held 0-0 with Ramtha, Baqaa improved their chances by beating Shabab Urdun 4-1, Jazira went up to fourth after a 4-0 win over That Ras, Sarih held Kufrsoum 1-1 while Ahli beat Asala 2-1.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.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'); }); }); });