ADVERTISEMENT

Cayetano apologizes to the President for Speakership squabble, but says it's Velasco' fault

Published Oct 6, 2020 09:36 pm

Speaker Alan Peter Cayetano on Tuesday gave a public apology to President Duterte over his high-profle quarrel with Marinduque lone district Rep. Lord Allan Velasco, but insisted that it was all the latter's fault.

House Speaker Alan Peter Cayetano (PCOO / MANILA BULLETIN / FILE PHOTO)

"Simple lang naman ang upak sa 'yo--tamad at absent (The criticisms against you are simple--you're lazy and always absent)," Cayetano said in reference to his Speakership rival Velasco during a speech before the House plenary.

He said Velasco can easily address these alleged shortcomings by "being not lazy and going to work at the House of Representatives."

"'Di ba? Insulto pa kapag sinabing tamad ka, tapos araw-araw (kang pumapasok). Ako, pag mag-presscon ako at sabihin kong tamad si (Majority Leader) Martin Romualdez, eh isa sa pinakamasipag dito si Martin Romualdez, eh di ako mukhang tanga (Am I right? It would be an insult if they say you're lazy, but then you're here every day. If I held a presscon and accused Martin Romualdez of being lazy, I'd look like a fool because Martin Romualdez is one of the most industrious people here)," noted Cayetano.

As if noticing the vitriol in his tone, the Speaker said: "I sincerely apologize to the President that he had to hear that. And just like Congressman Velasco, I'm sorry to our people that we have to do this at this time."

"Kung sumunod lang siya sa usapan na November ang palitan, kung marunong lang siya magbilang na hanggang October po talaga ako, eh di wala sanang problem (Had he only followed the agreement that the turnover was November, had he only known how to count and realize that my term was up to October, there would have been no problem)," added the Taguig-Pateros lawmaker. 

President Duterte last year brokered the term-sharing pact between his two allies Cayetano and Velasco for the coveted Speakership. As per the deal, Cayetano will be the Speaker for the first 15 months of the 18th Congress while Velasco will serve as the House chief for the succeeding 21 months.

Cayetano, who was elected Speaker on July 22, 2019, has said that his tenure would last until the end of October, 2020. But Velasco claimed last week that he was slated to take over the chamber's helm on September 30.

Duterte and his two House allies then held a meeting in Malacañang last September 29 wherein an October 14 turnover date was approved. This was reportedly Velasco's second preferred date.

Cayetano reiterated Tuesday that the President himself had pleaded to Velasco that the turnover be moved to December to ensure the smooth passage of the proposed P4.506-trillion national budget for 2021. However, the Marinduque solon refused to budge.

"I think his apology is hilaw (half-cooked) and insincere, why? Kasi nag-sorry ka, eh banat nang banat araw-araw yung mga tao mo tungkol sa budget. Nang-iintriga kayo tungkol sa budget (He apologized but then his supporters criticize the budget process every day. You create issues on the budget)," the incumbent Speaker said referring to an apology Velasco gave last Friday through his Facebook account.

The House passed the proposed budget on second reading Tuesday afternoon following Cayetano's motion to abruptly terminate the plenary deliberations on the budget bill. The sessions were also suspended until November 16, 2020, meaning Velasco won't have a chance to call for a Speakership vote on October 14.

October 14 was supposed to be the final day of budget plenary debates, after which the 299-member chamber would suspend sessions and go on break. 

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.