ADVERTISEMENT

Salahog wavers, recovers to tie Quiban at helm

Published Sep 13, 2023 09:32 am

At A Glance

  • Nilo Salahog held sway in the face of fiery assaults from a band of pursuers then hit a clutch birdie to save a 68 on Tuesday, Sept. 12, and re-join Justin Quiban at the helm midway through the ICTSI South Pacific Classic heading to a wild finish in Davao City.

Nilo Salahog held sway in the face of fiery assaults from a band of pursuers then hit a clutch birdie to save a 68 on Tuesday, Sept. 12, and re-join Justin Quiban at the helm midway through the ICTSI South Pacific Classic heading to a wild finish in Davao City.

Salahog, who showed up the Tour’s big guns with a superb 67 in stifling conditions on Tuesday, kept his mastery of the South Pacific course and the stellar field with a four-birdie run in the first 12 holes then rebounded from a miscue on No. 13 that momentarily dropped him off the lead with a birdie on the 17th as he tied an equally red-hot Quiban at the helm at nine-under 135.

Quiban put in a solid 67 after a 68 in his steady pursuit of a second Philippine Golf Tour victory following a third place finish at Del Monte last week ruined by a last-hole slip and he liked with the way he’d been churning out low rounds coming off a series of stints abroad.

“I wasn’t expecting to lead but with the way I’m playing, I feel like I’m confident. I think I could hit the rounds that I’d like to shoot,” said Quiban, who first won in Binitin, Negros Occidental in 2018 then nailed a victory in PGT Asia at Luisita in the same year.

Salahog, chasing his maiden triumph on the Tour put up by ICTSI, also kept pounding the fairways with his booming drives, accurate iron play and putting but braced for a sterner test in the last 36 holes of the P2 million championship supported by Kampfortis Golf, the official apparel of the organizing Pilipinas Golf Tournaments, Inc.

“Driving, irons at putting, lahat magaganda,” said Salahog, whose last birdie came after he holed out with a pitch-in eagle on the par-4 penultimate hole in the first round.

“Yes, may pressure kasi maraming magagaling (na players) dito,” he added.

To overcome it, he stressed the need to stay focused and apply what he’s been training and practicing the last few months as he slugs it out with the seasoned Asian Tour campaigner in the pivotal round Thursday.

But a host of others likewise jostled for position in anticipation of a heated third round battle of power and hits with Marvin Dumandan seizing solo third at 137 after shooting an eagle-aided 68 and Iloilo leg runaway winner Rupert Zaragosa also bouncing back with a four-under card for a 138.

Tony Lascuña, who beat Ira Alido by three here to cap a three-victory run in 2019 before the pandemic, also wheeled back into contention with his own version of a 68 for a 139 while fellow Davaoeño Elee Bisera also shot a four-under card to move to solo sixth at 140.

Cebu-based Japanese Gen Nagai carded a 70 to tie Keanu Jahns and Dino Villanueva, who matched 72s, at 141 while locals Elmer Salvador, who fired a 70, and Jay Bayron and Ferdie Aunzo, who matched 71s, pooled identical 142s.

Three-peat seeking Clyde Mondilla continued to struggle on the course’s exacting surface and finished with a 71 after a 72 for a 143, eight strokes behind the joint leaders.

Joining Mondilla at 13th are Art Arbole. Francis Morilla and Jhonnel Ababa, who shot 67, 72 and 74, respectively.

Still, Quiban looms as the marked player in the last two rounds and the one-time PGA Tour campaigner said he’s more ready to take up the challenge both from the cream of the pro crop and the best of emerging stars.

“I’ve been in contention for the past few weeks even outside of the country, so I feel I'm getting used to playing to this kind of conditions. I think, it will boil down to experience. Just pure focus,” he said.

But he maintained one also needs some luck in tackling the greens of South Pacific to emerge on top Friday.

“One could only get lucky with putting on this type of greens. Honestly, you can’t manage these greens. You will need pure luck, you just have to read every side and every angle of the putts,” said Quiban.

Related Tags

ICTSI
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; } }

{{ 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; } .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.