ADVERTISEMENT

Cusi to Sen. Manny Pacquiao: 'Don't set house on fire while you're inside it'

Published Jun 29, 2021 11:24 am

Energy Secretary and Partido ng Demokratikong Pilipino (PDP)-Laban vice chairman Alfonso Cusi on Tuesday, June 29 said he finds it unfortunate that President Duterte has threatened to campaign against Senator Emmanuel “Manny” Pacquiao despite being a part of the leadership of the ruling political party.

Cusi made the remark after Duterte, the PDP-Laban party’s chairman, openly threatened Pacquiao, the PDP-Laban’s party president, after the latter accused the current administration of being more corrupt than its predecessors.

“It’s really unfortunate that the acting president of the party is accusing the chairman who is the President of the country of those things Sen. Pacquiao have said openly,” Cusi said in an interview over ANC’s Headstart.

“Di po naman siguro tama yun na sarili mong bahay susunugin mo (I don’t think it’s appropriate for you to burn your own house). If you don’t like your house, I think the best thing is...if you don't like the company you are working for, don’t say something about it,” the PDP-Laban party stalwart further said.

“Lumayas ka muna bago mo sunugin ang bahay mo (You should leave first before setting your house on fire). That’s really unfortunate,” Cusi further said.

Cusi further defended the President for his actions against Pacquiao, and admitted there was a falling out between the two when the camp of Senator Aquilino “Koko” Pimentel III designated Pacquiao as national party president without informing the President beforehand about their decision.

“It began in December (2020), when there was allegedly a thanksgiving party that was called and we were invited,” Cusi recalled.

“We were surprised the following morning that there was a change in leadership, that the (party) presidency was turned over to Senator Manny Pacquiao. We had nothing against it. We kept silent. What we did was to ask for a meeting. We asked for a meeting with Sen. Pimentel,” he said.

Pacquiao then became the acting president of the party, while Pimentel is the party’s executive vice chairman.

“Unfortunately, because of the busy schedule of Sen Pimentel in his legislative work in the Senate, he wasn’t able to have a meeting with us...He told me he was very busy with his legislative work and he will help the President in passing the laws that are needed,” the secretary said.

Though they were able to talk with Pimentel in early February of this year, they were still unable to talk to Pacquiao despite having tried to set up a national council meeting with him.

During their meeting with Pimentel, Cusi said the senator pushed to give Pacquiao the needed exposure because he believes he has plans to run for higher office.

“I said that we don’t mind that but I think that it’s best that we meet,” Cusi said.

However, the planned meeting with Pacquiao did not materialize.

“This problem sana could have been discussed if we were able to have that meeting,” he said.

Nevertheless, he said the PDP-Laban party will still hold its council meeting and general assembly on July 16 and 17.

Cusi also confirmed that Duterte is now also “seriously studying” the possibility of running for vice president in May 2022.

“I cannot answer it for him but based on my understanding, he is seriously studying the clamor for him to run as vice president,” he said.

“There is a clamor by PDP-Laban members...for him to consider running for vice president in 2022 and all we know is he is seriously studying the matter,” the PDP-Laban stalwart added.

Related Tags

President Duterte Alfonso Cusi May 2022 elections PH politics Manny Pacquiao PDP-Laban
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.