ADVERTISEMENT

Pimentel: Cusi-led group will defect PDP-Laban to whoever will win in the May 2022 presidential election

Published Mar 23, 2022 01:37 pm

Partido ng Demokratikong Pilipino-Lakas ng Bayan (PDP-Laban) Chairman Senator Aquilino “Koko” Pimentel III on Wednesday predicted that the faction led by Energy Secretary Alfonso Cusi will defect from the ruling political party and join whoever would win in the May 2022 presidential elections.

Pimentel, who leads one faction of the political party and is endorsing Senator Manny Pacquiao’s presidential bid, said he has actually told this forecast to Cusi during their past meetings in PDP-Laban.

Pimentel, son of the late Senator Aquilino Pimentel, Jr. who was one of the founders of the PDP-Laban party, reiterated that the Cusi-led faction—which is now endorsing the presidential candidacy of former senator Ferdinand “Bongbong” Marcos, Jr.—are misusing the name of the political party, which he reiterated was established to oppose the Marcos dictatorship.

“They are misusing the name of the party, illegitimately using it. They are destroying the party to the ground. And I know what will happen after the elections. This group, or the leadership of this group, will definitely jump to the political party of the winner. Ganyan din po yung mangyayari dyan (That is what will happen),” Pimentel said in an interview over CNN Philippines’ The Source.

“That’s why the legitimate PDP-Laban will prepare for the long haul. After the elections we wil have to rebuild the party. This people are just doing some media spectacle for election purposes. Para lang mapansin ng mga kandidato (So they would be remembered by the candidate),” he pointed out.

“Kung makatyamba sila na yung kanilang sinusuportahan ay manalo, sana maalala sila. Yun lang ung purposes nila dyan. Kung di manalo ang manok nila. Tatalon yan sa partido ng kung sino man ang manalo. At yan po ang aming fearless forecast (if by chance the candidate they supports wins the election, they are hoping they would be remembered. That’s all their purpose here. If their bet fails to win, they will jump to the political party of the winning candidate. That is our fearless forecast),”said Pimentel.

Pimentel also said in the interview he can only “pity” Cusi and the faction he leads, considering Marcos, Jr. is already the fourth presidential candidate that they are endorsing.

The senator said Cusi’s group has obviously been trying to sell their team “as a formidable group kuno.”

“Yes, I pity them. What they did yesterday (Tuesday, March 22) was for media value, propaganda value. That’s why they made sure they would be well covered by the media. By the news organizations. But that is the only value of what they did,” he pointed out.

But for legitimate members of the party who already know the history of the PDP-Laban, what it stands for and fights for, Pimentel said they will prepare for the “rebuilding of the party.”

“For sure (they will abandon this group). I already told Secretary Cusi about that when we were having some of our meetings before. And I told them I know what will happen after the elections: ‘you will leave is, and I know on whose shoulder the rebuilding of the party would be on. It would be on my shoulder,” he narrated.

“Because kami naman ang (we are the ones) invested in the party. Blood sweat and tears, sacrifice, years, time and energy—iyan po ang aming nabigay (That is what we have spent and given to the party),” said Pimentel.

Related Tags

Alfonso Cusi Pimentel wing koko pimentel Cusi faction 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.