ADVERTISEMENT

Champions crowned in Petron FlatOut Race Series finale

Published Nov 15, 2018 04:02 pm
111618FORS1 A whole year of adrenaline-filled racing came to a close at the Petron FlatOut Race Series (Petron FORS) finale in Clark International Speedway last October 27. The eighth and final round of 2018 attracted a healthy group of 97 entries. With Petron Blaze 100 Euro 6 and Petron Blaze Racing as the series' official fuel and lubricant, the FORS regulars were also joined by the 86 Club, multi-million peso supercars, Asian V8 Championship, and the new Super Compact 1500 Class. 111618FORS2 Time Attack The fastest man of the day was Dominque Bon in the Porsche 911 GT2 RS. His blistering 2:05.452 lap was more than enough to earn him wins in both Bracket R and the Super Car Class. The class title, however, went to Rafael la O' who secured the Bracket R championship by finishing second. Right behind them in the time sheet was Jess Garcia in the CRG Toyota Celica ST185 in third. In Bracket A, both la O' and Bon were outpaced by Anthony Songco in the Subaru WRX STI setting a 2:10.475 lap. La O's consistent performance, however, earns him another title in Bracket A. Paolo Santos wrapped up a very successful year in Bracket B by taking first place in class and securing the championship in the season finale. Don Frew in the SmartFuels2Race Honda Civic EG won Bracket C by a 0.155 sec margin. After a string of podium finishes, Robert Tan finally earned his first win of the season which was a fitting end to his 2018 campaign as he also picked up the Bracket D crown. Patrick Manapat took the top time in Bracket E, but it was Mark Anton David, who with his steak of podium finishes, clinched the class championship by 34 points. Anthony Raymond Santos was the fastest man in Bracket F, while the overall title went to 15-year-old Kody Ng. Finally, Miguel Hortel enjoyed back-to-back victories in Bracket G, while lady driver, Gabie Desales, was crowned champion. Grid Race Following his Bracket A and B title wins, Rafael la O' added another championship to his collection. He cruised to victory in the Petron Grid A race to top the drivers' standings. Kevin Sugden in the Impreza WRX STI Wagon did a stellar job to hold onto the KYB Grid B lead for more than half the race distance. However, he was later overtaken by Eduardo Pujol took the KYB Grid B flag, followed by Sherwin Bargos, and Kevin Sugden in second and third. Despite suffering a DNF, Paolo Santos had more than enough points to take the Grid B title. Anthony Martin successfully held off Paul Santos and Julian Diego for 9 whole laps to win in Recaro Grid C. The overall title eventually went to Santos who had amassed two wins and six podiums in 2018. Sanctioned by the Automobile Association Philippines (AAP), in Staunch Performance Grid D, Armand Marcaida was eventually awarded the victory after Erwin Manaog was handed a one position penalty for causing a collision. Andre Tan heavily penalized for breaking out and dropped down the order, yet still managed to secure the class championship. Kody Ng emerged as one of the rising stars of the year. Not only did he win the overall points race in Bracket E, but also secured the SmartFuels2Race Grid E championship by finishing first in the  final race of 2018. The 2018 Petron Flat Out Race Series (FORS) is sponsored by KYB – New SR Special, RECARO, SmartFuels, Staunch Performance x DynoJet, Carporn Racing, Hazardboy Performance, Seiken Japan, Tes Advertising, and Tuason Racing School. It's supported by 2ndGen Insurance, Aeromed, Driftmob, Pro Simulation Karera (PSK), and Walter Lights and Sounds. Media partners include 2ner Magazine, 9tro Alliance, ABS-CBN Sports and Action, AutoCar Philippines, AutoDeal.com.ph, AutoIndustriya.com, C! Magazine, CarGuide.Ph, Carmudi.com.ph, Ignition.PH, JamesDeakin.Ph, JDM Underground, Manila Bulletin Drive, Motoring Today, Motortech.Ph, Pit Talk Asia, The Score, and Time Attack Manila. For more info or inquiries, visit the FlatOut Race Series page on Facebook (www.facebook.com/FlatOutRaceSeries).
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.