ADVERTISEMENT

Cha-cha brouhaha not enough to drive wedge between 'Spice Boys' Barbers, Zubiri 

Published Feb 7, 2024 11:09 am

At A Glance

  • "Spice Boys" Surigao del Norte 2nd district Rep. Robert Ace Barbers and Senate President Juan Miguel "Migz" Zubiri have no ill feelings toward each other despite the continuing word war between House members and senators on the topic of Charter change (Cha-cha).

20240207_192820.jpg

Surigao del Norte 2nd district Rep. Robert Ace Barbers (left), Senate President Juan Miguel "Migz" Zubiri (Facebook)

 

 

 

 

 

 

 

 

 

All is well with the "Spice Boys" despite the spicy comments of House members and senators about each other on the topic of Charter change (Cha-cha). 

Thus, said Surigao del Norte 2nd district Rep. Robert Ace Barbers in a chance Tuesday afternoon, Feb. 7. 

Of the Spice Boys of years past, only Barbers and Senate President Juan Miguel "Migz" Zubiri have maintained their respective positions in Philippine Congress, where they first gained fame. 

The Cha-cha effort--which the House of Representatives and Senate have been butting heads over the past few weeks---have placed the two on opposing paths: Barbers is on the side of those pushing for constitutional amendments, while Zubiri is among those reluctant about the subject. 

"Wala [kaming lamat ni Migz]. Solid pa rin kami (Migz and I don't have any issues. We're still solid)," Barbers said. 

"Pero 'Old Spice' na kami (But you can call us 'Old Spice' now)," joked the House Committee on Dangerous Drugs chairman. 

Barbers shared that in one of his casual conversations with Zubiri, he assured the latter that abolishing the Senate wasn't part of the House's motivations for pursuing Cha-cha. The aim is to tweak the 1987 Constitution's restrictive economic provisions, the Surigao del Norte solon said. 

A few weeks ago, Barbers delivered a privilege speech wherein he blasted certain senators for "hallucinating" that the House was pursuing political amendments. 

"Hindi naman siya (Zubiri) yung hallucinating doon. Ang hallucinating doon yung iba (I wasn't referring to Zubiri. It's the others who were hallucinating)." 

ALSO READ: 

https://mb.com.ph/2022/07/02/former-spice-boys-reminisce-about-andaya-a-loyal-friend

 

At any rate, Barbers says he is willing to play the role of the House's emissary to the Senate leadership amid the continuing word war on Cha-cha. 

"Willing ako. Kailangan naman talaga mapag-usapan ito dahil hindi naman lingid sa kaalaman ng mga senador at mga kongresista na isang ano to, isang pamamaraan para ma-resolve na itong impasse na ito,' he said.

(I'm willing to do that. We really need to talk about this and the senators and congressmen are aware that this is one way to resolve this impasse.) 

"Kailangang mag-usap, kailangan nating umupo, kailangan nating pag-usapan ito (There is a need for discussion, we need to sit down and talk about this)," stressed the senior stalwart of the Nacionalista Party (NP). 

Barbers insists that economic Cha-cha is both justified and urgent. 

"I'm sure everybody will agree na kailangan talaga nating silipin, pag-aralan, at amyendahan itong restrictive economic provisions ng ating Saligang Batas (there's really a need to look into, study, and amend the restrictive economic provisions of our Constitution). We want to be globally competitive. Nauunahan na tayo ng ating mga kapitbahay (Our neighboring countries have eclipsed usl...this will affect the lives of the Filipino people," he said.

Related Tags

juan miguel migz zubiri Robert Ace Barbers spice Boys Charter change
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.