ADVERTISEMENT

Robredo maintains 'no arrangement' stance as political foes turn into new allies

Published Apr 21, 2022 01:36 pm

Vice President Leni Robredo admitted that she was surprised by the endorsement of former House Speaker and Davao del Norte Rep. Pantaleon Alvarez, a known critic of hers, but maintained that there was “no arrangement” in the alliance.

Davao del Norte Rep. Pantaleon Alvarez and Vice President Leni Robredo (Photo courtesy of VPLR Media Bureau)

“I would have to assure everyone that there is no arrangement at all, that it was not transactional at all. In fairness to– not just the former Speaker but also the Governor, wala talagang hiningi na kahit ano (nothing was demanded),” she told Maria Ressa for Rappler’s “We Decide” series.

The Vice President was referring to Davao del Norte Governor Edwin Jubahib, who was initially the one who reached out to her for an endorsement.

She recalled receiving the call from their advance team when she was traveling to Davao del Sur and she was asked if she can do a “side trip” to Davao del Norte because both Jubahib and Alvarez wanted to endorse her.

While she has discussed a lot of things with Alvarez in the past, there was never any mention of him shifting allegiances, so it was a surprise to Robredo that he wanted to support her presidential bid.

“Pero when we were told that they would be announcing on the day that they announced, sobrang nagulat ako. Parang ilang beses ko pang tinanong na, sigurado ba kayo? Sigurado ba kayo (I was very shocked. I asked countless of times, are you sure? Are you sure)?,” she said.

READ: Robredo's presidency bid backed by ex-Speaker Alvarez, Partido Reporma

The aspiring president particularly values the help she got from Alvarez because it was not transactional, and knowing that it is in Davao Region where her survey numbers are the “worst.”

“So, wala siyang pag-uusap (there was no talk). I mean, wala siyang pag-uusap (there was no talk) at all na ganito 'yung kailangan o hihingi ng puwesto, walang ganoon (that this is what we need or will ask for a position, there’s nothing like that) . . . So, to get the support of local officials of that stature in the region, ang laking tulong niya sa kampanya (it’s a big help to the campaign),” she said.

“And not only that, when they made public their support they were getting a lot of expressions of support also from many other local officials,” Robredo added.

The Vice President also said the “good thing” about the endorsement was that “a lot of people are skeptical about it.”

Alvarez was a known critic of Robredo, to whom he apologized during the press conference where he announced his endorsement.

READ: 'I apologize, Ma'am': Alvarez apologizes to Robredo over past criticisms

He said he was merely being a good ally to the President, who Robredo butted heads with in the past six years.

His endorsement was a big boost to the campaign, allowing the presidential candidate to hold a people’s rally in Davao del Norte, Alvarez’s bailiwick, which would have been impossible under normal circumstances.

Alvarez’s recently announced that local officials of his party Partido Reporma in Cebu also decided to support Robredo.

The former House Speaker shifted his support from Senator Panfilo Lacson to Robredo because of the latter’s better chance of winning the elections based on poll results.

Related Tags

no arrangement VP Leni Robredo Partido Reporma Pantaleon Alvarez Panfilo Lacson davao del norte
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.