More medals for Jordan boxers

AMMAN — Jordan’s boxing team on Tuesday was guaranteed another two medals at the Asian Games in South Korea as Odai Al Hindawi dismantled China’s Di Zhou in the quarter-final by three rounds to nil to book a place in the semi of the middleweight class and guarantee at least a bronze medal for the Kingdom. He was followed by team captain Ihab Darweesh, who beat Jakhon Qurbonov of Tajikistan 2-1 in a thrilling quarter-final to book a place in the semifinal of the heavyweight division. Mohammad Al Wadi couldn’t follow up his previous performance in the bantamweight division as he lost 3-0 to Kazakhstan’s Kairat Yeraliyev in the quarter-final. It was a similar story in the superweight division, where Hussein Iashaish narrowly lost to India’s Kumar Satish 2-1. In taekwondo, Dana Haider lost (10-9) to South Korea’s Seonah Park in the 49kg weight division. Anas Al Adarbi won his first match against Shakhriyor Karimov of Tajikistan but then lost to South Korea’s Younggeon Song in the 74kg quarter-final. His teammate Mohammad Al Shajahey lost to Jasur Baykuziev of Uzbekistan in the 87kg quarter-final. In Greco-Roman wrestling Mohammed Al Saedi lost to Ibrahim Arrar of Iraq in the 59kg weight class while Yahya Abu Tabeekh lost his opening match to Di Xiao of China, and then his repechage contest to Norikatsu Saikawa of Japan in the 98kg division.

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