ADVERTISEMENT

Zubiri credits minority bloc for maintaining Senate's independence, democratic stance

Published Jul 24, 2023 05:06 am
A Senate without fiscalizers loses its potency and forfeits its credentials as a democratic body, Senate President Juan Miguel Zubiri on Monday, July 24, said.
Senate President Juan Miguel "Migz" Zubiri delivers his speech at the opening of the Senate's Second Regular Session of the 19th Congress on Monday, July 24, 2023. (Senate PRIB Photo)

In his opening address at the Second Regular Session of the 19th Congress today, July 24 Zubiri said that the vigilant two-man Senate minority group -  Minority Leader Aquilino "Koko" Pimentel III and Deputy Minority Leader Risa Hontiveros - do  not obstruct but critique constructively, their inputs resulting in better laws.  "We will respect the collegial nature of our institution. We will seek consensus and compromise, whenever possible, or divide the house, if needed," Zubiri stressed in his opening speech during the opening of the Senate's Second Regular Session.  We will debate, because a legislature which no longer does, ceases to be the country’s highest deliberative body,’’ he added. Zubiri emphasized that the Senate remains a safe civic space where anyone could come to market his or her views. "And the person, the floor umpire and consensus builder, who traffics these bills and resolutions in one seamless assembly line, shepherding them from committee to plenary, is our Majority Leader Joel Villanueva,’’ he added. "Today, we open the regular session the way it has been set by tradition and by the Constitution: By listening to the President assess the nation, and account himself,’’ he said. "This reckoning should give us bearings on where we are now, and where we should be heading; of work done, and promises yet to be redeemed,’’ he pointed out. Senators are scheduled to leave the Senate for the Batasang Pambansa early in the afternoon to hear President Ferdinand "Bongbong’’ R. Marcos Jr. deliver his second State of the Nation Address (SONA). Zubiri said the President’s take on things may differ with senators: "His can be rosy. Ours can be restrained. Or in certain issues, we may be upbeat as he will be subdued." "But we do agree on the most important point: That the Senate has a  major role to play in conquering the challenges before us,’’ he pointed out. Zubiri also said: ’’As expected, the President will use the pulpit this afternoon to dare us to act on his wish list. And like the men and women who sat in this chamber before us, let us respond in true Senate fashion.’’  "We will improve the bills before we approve them. We will purge the bad provisions and replace them with the good. But the Senate is a not mere processor of policies originating from the other branch," the Senate leader stressed. "We also nurture our own, whether bills with far-reaching effects that overhaul systems to help people burdened by rules that are too old or too many, or bills that bring fast-acting relief to those who are in distress – victims of disasters, for example – the number of which is growing," he pointed out.  In tackling bills, Zubiri urged his colleagues to remember "that these are not the President’s request, but the people’s." "Some of these may not be what we want, but they are what the country needs," he pointed out. Sought for comment, Pimentel said he hopes that the majority bloc will then give the minority bloc their time to interpellate especially on matters that need to be threshed out on the floor. "We would like to thank the Senate President for recognizing and putting value to the role of the minority as fiscalizers," Pimentel said in a press briefing after the Senate opening. "Eh sinabi ko nga sa kanya eh, gawin nating totoo yung sinabi mo at (So I told him, then let's make that true) and never cut the time of the minority when we want to interpellate. You never cut the time of the minority," Pimentel stressed. Hontiveros, likewise, said the Senate minority will continue to take full advantage of the space the Upper Chamber will accord them. "I would say mabunga po ang aming pagtatrabaho (our work was fruitful) in terms for example of a minority report on the first sugar fiasco committee report," "So I would say that the minority (bloc) had achievements and we will not stop and instead continue fiscalizing, continue the check and balance," she pointed out. Meanwhile, Zubiri, in his speech, reminded that the Senate will "have its plate full, their calendar filled." On top of these bills, is the proposed 2024 national budget, which the Senate, he said, will scrutinize minutely. "Every measure bound for the President’s desk will pass through our quality control. Not a single bill will be enrolled unless it is fundable, and shovel- or rollout-ready," the Senate leader added. "We will keep the faith in an independent Senate—but with independence comes the grit to make hard decisions," he stressed.

Related Tags

Sen. Koko Pimentel Senate minority Senate of the Philippines Risa Hontiveros
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.