ADVERTISEMENT

Mascariñas, Belen triumph in Sunrise Sprint

Published Jul 17, 2024 04:31 am

At A Glance

  • In a showcase of superb biking prowess, Lord Cedric Mascariñas and Alexis Belen clinched the overall championships in the Go for Gold Sunrise Sprint at the Bellevue Resort's beachside in Panglao, Bohol last Sunday, July 15.

In a showcase of superb biking prowess, Lord Cedric Mascariñas and Alexis Belen clinched the overall championships in the Go for Gold Sunrise Sprint at the Bellevue Resort’s beachside in Panglao, Bohol last Sunday, July 15.

Blank 2 Grids Collage (10).png
Lord Cedric Mascariñas, left, and Alexis Belen 

Mascariñas delivered a stellar performance with the best time of 32:52 in the bike segment of the event, which included a 750m open-water swim, a 20km bike ride and a 5km run. He maintained his lead in the closing stages, clocking 19:09 to secure a hard-fought victory with a total time of 1:06:38.

Despite trailing Enrico Burgos (09:12) after the swim stage with a 10:06 time, Mascariñas surged ahead during the bike leg as Burgos slowed to 33:31 and finished with a run time of 19:37, ending at 1:07:01.

Michael Lalimos claimed third place with a total time of 1:09:41, with splits of 10:20 (swim), 33:56 (bike), and 20:53 (run) in the short-distance triathlon that caters to athletes of all skill levels, from novices aiming to build a strong foundation to seasoned triathletes seeking to enhance their performance on an Olympic-style course.

In the women's category, Belen overcame a three-minute deficit after the swim leg (13:07) dominated by Necie Bullecer (10:08). She excelled in the bike (34:50) and run (28:18) segments, finishing first with a time of 1:23:05.

Venice Herbias displayed a strong finish to secure second place in 1:26:29, with splits of 11:21 (swim), 39:09 (bike), and 28:30 (run). Joanna Marie Cruz, showcasing her running skills in the event organized by The IRONMAN Group, took third place in 1:26:45, with times of 13:36, 38:13 and 27:06.

Mascariñas (20-24) and Belen (25-29) also topped their respective age-group categories in this event held alongside the main Sun Life 5150 Bohol Triathlon.

Other division winners included (women’s): Herbias (15-19); Katrina Villanueva (30-34, 1:27:52); Bea Villoigot (35-39, 1:35:15); Joanne Cruz (40-44, 1:26:45); Jennifer Zabala (45-49, 1:41:02); Ratna Dimaporo (50-54, 1:47:11) and Susan Lim (55-59, 1:37:51).

In men’s division, Lalimos claimed the top honors in 15-19 category; Justin Gian Pesons (25-29, 1:14:51); Alex Silveno (30-34, 1:15:15); Jose Marie Tancinco (35-39, 1:16:47); Allan Aguipo (40-44, 1:36:45); Roldan Calda (45-49, 1:16:31); Romulo Rosell (50-54, 1:26:12); Juergen Presslmayr (55-59, 1:25:19); Joselito Danao (60-64, 1:41:49) and Efren Martinez (75-79, 2:32:40).

In the relay competitions, Team Messiah emerged victorious overall, with Team Hait and Team Go for Gold placing second and third, respectively. Team GCGMMV TriBohol won the all-female relay trophy, surpassing Team Pas and Furious and Team Jvim.

Team Hait triumphed in the men’s relay, outpacing Team Go for Gold and Team AGS Corp. Additionally, Team Messiah clinched the mixed relay title, beating Team Sun Life Tri-Team 2 and Team KSM Tri.

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.