ADVERTISEMENT
970x220

Flying Titans, Chargers eye semifinal berths

Published Mar 19, 2025 07:48 am

At A Glance

  • Choco Mucho and Akari try to duplicate their recent victories against separate opponents as they gun for the first two semifinal berths on Thursday, March 20, in the Premier Volleyball League All-Filipino Conference at the Philsports Arena in Pasig City.

Choco Mucho and Akari try to duplicate their recent victories against separate opponents as they gun for the first two semifinal berths on Thursday, March 20, in the Premier Volleyball League All-Filipino Conference at the Philsports Arena in Pasig City.

PVL AFC 25 PLDT vs. Choco Mucho - Sisi Rondina-4338.jpg
SISI RONDINA remains Choco Mucho’s spark plug in their match against PLDT. (PVL Images)  

The Flying Titans battle the PLDT High Speed Hitters at 4 p.m., while the Chargers tangle with the Galeries Tower Highrisers at 6:30 p.m. in Game 2 of their respective best-of-three quarterfinals series that promises another nail-biting action just like the last one.

Both Choco Mucho and Akari remain guarded of their rivals after coming off hard-earned five-set victories in Game 1 last Saturday, March 15, particularly the Flying Titans, who dug deep from a two-set deficit before snaring the crucial win.

Sisi Rondina remains the Flying Titans’ sparkplug after a 31-point explosion the last time, but coach Dante Alinsunurin believed in their bench depth, which was evident in their dramatic victory a week ago.

Among those who stood out in Game 1 was Mars Alba, who subbed for Deanna Wong in the third set and went on to deliver a 16-excellent set performance along with three points that orchestrated the comeback with composure and precision.

But expect PLDT to make key adjustments this time, as its 13-block production was still not enough in stopping Choco Mucho’s fiery offense.

Out to lead the High Speed Hitters are Savid Davison and Fiola Ceballos, along with Erika Santos and Majoy Baron.

The same holds true for both Akari and Galeries Tower, with the Chargers expected to draw strength from Ivy Lacsina anew after dropping 28 points in Game 1.

Still, Akari cannot afford to be complacent after Galeries Tower showed grit with a 2-1 set lead spearheaded by all-around trio Jewel Encarnacion, France Ronquillo and Ysa Jimenez.

“We can’t afford to slow down just because we won Game 1. The job’s not done until we achieve our ultimate goal,” said Lacsina in Filipino.

Our coaches reminded us that despite the loss, we still pushed the game to five sets. We can’t let disappointment take over. We need to focus on the next game and fight for another chance,” Encarnacion added in Filipino.

Game 3, if necessary, is scheduled either on Tuesday, March 25, or Thursday, March 27.

Related Tags

Akari Chargers Choco Mucho Flying Titans Sisi Rondina pvl all filipino conference
ADVERTISEMENT
300x250
.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; } }

{{ articles_filter_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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.