ADVERTISEMENT

Ramon Revilla Sr. was an inspiring leader in his own right

Published Jul 6, 2020 10:20 pm


FINDING ANSWERS

From reel to real life, the legendary Ramon Revilla Sr. was truly a source of great inspiration.

That’s how I fondly remember the actor turned politician who became my colleague in the Senate in the early 1990s when he served his first term as senator in the 9th Congress.

When I heard the news that he passed away on June 26 at the age of 93, I felt the nation lost a great Filipino who had truly lived up to his creed that “it is not enough that the Filipino people are served, but they must be served well.”

Don Ramon, as we called him in the Senate, had distinguished himself early on after his overwhelming victory in the 1992 senatorial elections in which he clinched the second to the top slot. He became known as the “Father of Public Works Act” for his exemplary performance towards the enactment of RA 8150, the Public Works and Highways Infrastructure Program Act of 1995, that prioritized projects aimed at boosting economic development in planned growth centers and rural areas as well.

His remarkable piece of legislation, in line with the state’s policy on infrastructure development, had put priorities in order and many policy experts agreed it was “a sharp contrast to previous plans where government policies were not clearly spelled out, exposing infrastructure development to political meddling.”

As a distinguished senator who served two terms until 2004, he was known for many other notable legislative achievements, including amendments to the Dangerous Drugs Act, and also amendments to the law on illegal possession of firearms. But what I really admired about Don Ramon’s legislative achievements were those that pertained to my personal favorites -- youth and sports development.

Being the youngest senator during the time of then President Cory Aquino, the welfare of our youth was among my utmost concerns. Thus, in 1997 when I was no longer in the Senate as I had become Laguna governor, I was delighted when Don Ramon pursued enactment of RA 8370 or the Children’s Media Act, to ensure that TV networks devote at least 15 percent or three hours of their total daily airtime to educational shows for children.

“This will aid in the development of our children's awareness and appreciation for our cultural identity, national heritage, and social issues that will help them grow to be productive and nationalistic citizens,” Don Ramon said then when the law was enacted in October, 1997. Don Ramon clearly saw “the vital role of the youth in nation-building and the influence of broadcast media, specifically television, in molding a child's intellectual, emotional, and social well-being.”

As for sports development, he shall be remembered for his efforts for RA 9064, the “Sports Benefits and Incentives Act of 2001” which provides for cash rewards, among many other benefits and privileges, to national athletes who win gold, silver, and bronze medals in international competitions.

Prior to entering politics, Don Ramon was a giant in the film and showbiz industry. In the Senate archives, there’s an awe-inspiring biography of him and here are some excerpts:

“His entry into the glitzy world of show business proved rewarding financially, plus the various citations awarded him for his brilliant portrayals on and off camera as actor, producer, scriptwriter, and socio-civic leader made him a big-name in entertainment and social circles.

“Some of these awards are the FAMAS Best Actor in 1973 for the movie 'Hulihin Si Tiyagong Akyat'; Box Office King in 1979 and the Most Outstanding Actor of the Year that same year; Outstanding Producer of the Year in 1976; Outstanding Film Production and Socio-civic Leader in 1975.”

With his legendary stature in showbiz, it’s no wonder voters catapulted him to the Senate. But despite his fame, Don Ramon did not squander the goodwill and trust of adoring fans who voted for him. My good friend who was with us in the 9th Congress, Senate President Vicente Sotto III, said it all when he remarked recently that Don Ramon taught him that “public adulation was not and should never be used as a benchmark for who and what a true public servant is.”

For all his achievements and leadership in reel and real life as a distinguished public servant, I shall always remember Don Ramon as an inspiring leader in his own right. My deepest condolence to Sen. Bong Revilla and the rest of the Revilla clan, and may God grant our dearly departed Don Ramon eternal peace!

Email: [email protected]

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.