ADVERTISEMENT

Time to shine for Gilas locals

Published Aug 28, 2026 12:05 am  |  Updated Aug 27, 2026 05:24 pm
EDITORS DESK
Today, Aug. 28, 2026, Gilas Pilipinas makes a crucial home stand against the visiting Jordan team at the Mall of Asia Arena in Pasay City.
Two days later, it’s Gilas versus Iran.
On the surface, it is all about earning a spot in the 2027 FIBA World Cup set in Qatar. There is also the bigger goal, with the centerpiece event awarding top finishers from each continent a precious ticket to the Los Angeles Olympics in 2028.
While it is paramount that the Nationals be able to secure more victories to better their 2-4 win-loss record and get a fighting chance in their group come two more windows in November and February of next year, there lies a problem that is wrapped like a gift for the future of our national team.
No Justin Brownlee, no Bennie Boatwright, no Ange Kouame, no Jordan Clarkson.
While it holds true value that these naturalized players offer the firepower, ceiling, the tenacity, and steely nerves for our team on any given situation, this showcase against the Middle East giants could give this basketball-crazed country a glimpse of future in its most bare, natural, all-Filipino form.
Time is now for the local cast to step up and show the crowd the resolve they have in critical situation.
The Nationals are playing the August window without their most dependable and consistent player in Justin Brownlee.
Brownlee, who was supposed to make his comeback after sustaining a myriad of injuries from his hamstring to his knees, won't be able to suit up for Gilas this weekend as he recovers in the US.
The 38-year-old forward was also absent when the national team played New Zealand and Australia last July.
Former San Miguel import Bennie Boatwright was a candidate to become a naturalized Filipino, but his papers won't make it in time with his documents now stuck in the Senate that is busy handling the impeachment trial of Vice President Sara Duterte.
Ange Kouame could have been someone to be tapped in, but the 6-foot-10 center is still under his basketball contract in France.
Jordan Clarkson was floated, but there is so much needed to get his services as he is a certified NBA star.
These challenges pose a big threat to our national team's ambition of advancing to the World Cup, and these are the same hurdles the Samahang Basketbol ng Pilipinas should face when another all-Filipino crew plunges into action in the Asian Games where the country is the defending men's champion.
Without them, it sounds scary. But without them opens up the opportunity for the locals to further shine.
Minutes will be diverted to young guns Carl Tamayo, Kevin Quiambao and Dwight Ramos. Crucial shots could be handed to CJ Perez or Scottie Thompson. Defense is as agile and tall with Kai Sotto and June Mar Fajardo manning the paint.
When one is absent, everyone steps forward.
And this could be the stage of proving each one's worth when everything is on the line.
Above all, the crowd will be satisfied: this is all-Filipino.
(Ramon Rafael Bonilla is the editor of Manila Bulletin's Sports section.)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.