ADVERTISEMENT
970x220

Duterte spills beans on Imee Marcos' 2022 scenarios

Published Aug 31, 2021 01:03 pm

Senator Maria Josefa Imelda 'Imee' Marcos is purportedly positioning herself to become the running mate of Davao City Mayor Sara Duterte-Carpio, who is supposedly mulling a run for the presidency in May 2022.

Senator Imee Marcos (Photo from Wikimedia Commons)

President Duterte, in his pre-recorded "Talk to the People" public briefing on Tuesday morning, Aug. 31, revealed that Marcos had been visiting Duterte-Carpio in Davao to woo her to take her in as her vice presidential candidate.

"Ganito ang laro niyan (Marcos) eh, pinupuntahan niya si Mayor Sa --- Duterte sa Davao hoping na magtakbong --- kung magtakbo ‘yun, siya ang maging bise. Eh hindi naman tatakbo, sabi niya (This is her play, she's been visiting Mayor Duterte in Davao hoping that, in case she runs for president, she would become the vice. But she said she won't run)," the President said.

Mayor Duterte-Carpio is the daughter of the Chief Executive.

On other other hand, Marcos is the sister of former senator Ferdinand 'Bongbong' Marcos, Jr., who lost a tightly contested race.

The lady senator told a cable news program last week that a Duterte-Marcos tandem in next year's national elections would be a "marriage made in heaven" given the two political clans' supposed hold on the southern and northern voters, respectively. However, the belief was that she was referring to her brother.

President Duterte said in the same briefing that his daughter won't be vying for the presidency,

"Sabi ni Mayor Dut --- Sara Duterte eh hindi siya magtakbo. Eh ‘di sabi ko magtakbo ako ng vice president. Bakit? Walang oposisyon eh. Hindi man manalo ‘yang oposisyon na ‘yan (Mayor Sara Duterte said she won't run. So I said I will run for vice president. Why? There's no opposition. That opposition won't win)," he said.

It was last July when the Davao Mayor said that she was "open" to running for the Palace seat.

Related Tags

Bongbong Marcos Sara Duterte-Carpio President Duterte national elections 83121 running mate Candidate imee marcos 2022 Vice President digong May
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.