ADVERTISEMENT

Gordon chides 'demolition expert' Marcoleta, 'backstabbing' gov't execs

Published Sep 21, 2021 03:55 pm

Senator Richard Gordon on Tuesday questioned administration officials whom he alleged are allowing themselves to be used by President Duterte to destroy the Philippine Red Cross (PRC) despite all the assistance the humanitarian organization extended to the government since the COVID-19 pandemic started last year.

At the resumption of the Senate blue ribbon committee’s investigation, Gordon posed the question to Health Secretary Francisco Duque III after Duterte, in his recent “Talk to the People” hit the PRC and directed the Department of Health (DOH) to investigate the alleged “false positive” results of COVID-19 tests supposedly done by the organization.

“Bakit ho nung kailangan niyo ang Red Cross eh, nandoon kayong lahat? Isang damakmak kayong pumila dun sa Red Cross at sinabi niyo, ‘this is a game changer!’ Di po ba nakatulong ang Red Cross? (Why is it that when you need Red Cross, you are all there? There were many of you who queued up at the Red Cross and kept on saying ‘ this is a game changer.’ Wasn’t Red Cross of any help to you)?” Gordon said during the hearing.

“Marami kayong sulat sa akin na pinupuri niyo ang Red Cross. Bakit ngayon, pumapayag kayong magpagamit ngayon dito sa ating Presidente (Many of you wrote me and kept on praising Red Cross. So now, why are you allowing yourself to be used by the President)?” said Gordon, who concurrently sits as PRC’s chairperson.

Gordon pointed out that the PRC’s original plan was merely to “test whatever we can test” but eventually had to agree to test a lot of people for COVID-19 upon the request of the government.

“Isn’t it a fact that you came to the Red Cross to ask us to test because we were not going to test the whole country? We were just going to test whatever we can test,” he explained.

The senator pointed out that now the PRC COVID-19 tests has reached almost 4.4 million.

In his reply, Duque acknowledged PRC indeed has been testing the most number of COVID-19 patients in the private sector, second to the government.

Gordon also took potshots at Sagip Party-list Representative Rodante Marcoleta who earlier claimed that his office has received reports that some health care workers that were allegedly tested by the PRC got false-positive results.

Marcoleta, during a House probe, disclosed the health workers complained that after a retest, only four of 44 health workers were found positive for COVID.

“Ngayon eh pinaiimbestiga niyo ‘yong Subic lab (laboratory) dahil ‘yong kahol ng kahol na si Marcoleta na kunyari kinumpare ako. Akala niya siguro magpe-presidente ako, gagamitin niyo ako (You are now investigating our laboratory in Subic because this Marcoleta is barking non-stop, and he even tried to befriend me. Maybe he thought I am gunning for the presidency, so you want to use me?)” Gordon stressed.

“Eh ngayon minumura kami ni Marcoleta, hindi ko na dapat pansinin yan. ‘Yan ang demolition expert sa ABS-CBN (Now Marcoleta is badmouthing me. I should ignore him then. He’s the demolition expert on the ABS-CBN franchise), ” he added.

Gordon told Duque the PRC is open to investigation on the allegations that are now being hurled against them by the Duterte administration, saying they have always submitted test results to DOH and the Research Institute for Tropical Medicine (RITM).

Duterte’s criticisms against Gordon came after the Senate blue ribbon committee, which the senator chairs, zeroed in on the P8.6-billion deal between the Department of Budget and Management’s Procurement Service (DBM-PS) to Pharmally Pharmaceutical Corp. which bagged the COVID-19 supplies contract despite only having P625,000.

The Senate probe dug deeper after some of the resource persons tagged Duterte’s former presidential economic adviser, Michael Yang, as the one who gave funds to Pharmally so it can secure the contract.

Duterte has since defended Yang from Senate probers. Yang has been cited in contempt and has been ordered arrested by the Senate for being evasive in answering senators questions.

Related Tags

Senate probe Philippine Red Cross overpriced PPEs covid-19 richard gordon DUTERTE doh
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.