ADVERTISEMENT

No plans to unseat the Speaker – PDP-Laban

Published Mar 2, 2020 12:00 am
By Ben Rosario  Confirming moves to unseat him as leader of the House of Representatives, Speaker Alan Peter Cayetano on Monday said he is willing to face the challenge to oust him but demanded that the alleged plotters give up their posts if they cannot accept his leadership. However, PDP-Laban spokesman Surigao del Sur Rep. Johnny Pimentel assured Cayetano that the party has no plans of participating in any call for a vote to oust him. Surigao del Sur 2nd district Rep. Johnny Pimentel (Facebook / MANILA BULLETIN) Surigao del Sur 2nd district Rep. Johnny Pimentel
(FACEBOOK / FILE PHOTO / MANILA BULLETIN) Pimentel said Marinduque Rep. Lord Allan Velasco, the head of the party’s Lower House contingent, and all PDP-Laban congressmen “will not participate in the plot, if ever there is indeed one.” “In fact during the party leadership meeting last week, the main topic taken up was how we could strengthen the PDP-Laban. There was no talk of any move to unseat the Speaker whatsoever but we want the 15-21 term sharing arrangement to be honored,” Pimentel stated. He described as “grossly unfair” the plan of the Cayetano faction to unseat congressmen from House positions notwithstanding their non-involvement in the alleged coup. Cayetano has refused to confirm or deny if there will be a formal bid to unseat him by means of declaring all seats vacant. Cayetano told reporters during a chance interview that a congressional inquiry into government’s bid to collect P100 billion from government corporations has surfaced as among the reasons behind the plot to oust him. The House leader was apparently referring to the congressional inquiry into the P93 billion debt still unpaid to government by independent power producers, that included an affiliate of the San Miguel Corporations that is controlled by business magnate Ramon S. Ang. Ang is a close and strong supporter of Velasco whom Cayetano alleged to be the mastermind of the coup. The raging word war between the Cayetano and Velaso camps has sparked talks of a move by allies of the feuding camps to declare all seats vacant on Monday’s plenary session. This will pave the way for a floor vote on whether or not Cayetano should continue in office, eight months ahead of the implementation of a Duterte-endorsed 15-21 term sharing agreement between him and Velasco. “Well, I cannot predict what’s going to happen on the floor, which can happen anytime and any member can make any motion,” Cayetano said when asked if he expected such motion to be pursued on the floor. However, this scenario may unlikely happen since the Monday session was dedicated for women-related legislative measures in observance of the International Women’s Day. Cayetano warned foes against sowing intrigues that has allegedly caused disruption in the legislative work of the Lower House. “But if you’re going to continue sowing intrigues, umalis na lang kayo sa posisyon ninyo and then bumalik pagka naging Speaker na si Congressman Velasco, kailan man iyon, (resign from your posts then return when Congressman Velasco becomes speaker, whenever that might be),” he said. Despite the unfolding controversies, Cayetano said he will still defer to President Duterte’s decision on how to resolve House leadership issues. “Kung ano sabihin ng Pangulo pagdating sa leadership of House, never ko naisip na hindi sumunod sa ating pangulo (Whatever the President says about the House leadership, I never entertained thoughts of not complying),” the speaker stressed. Cayetano said he has never reneged on his vow to give Velasco his seat by November, saying that the 15-21 term sharing agreement was what President Duterte wanted when the 18th Congress opened on July 2019. Cayetano claimed it was Velasco’s camp who started the move to abandon the gentleman’s pact when the PDP-Laban stalwart started talking to 20 solons to offer them juicy posts and “budget.” Velasco vehemently denied Cayetano’s accusation while his key allies challenged the Cayetano camp to identify the 20 lawmakers they claimed to have received offers for better deals. (With a report by Ellson A. Quismorio)
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.