ADVERTISEMENT

Let Janet Lim Napoles speak

Published Mar 20, 2018 10:00 pm
Getsy Tiglao Getsy Tiglao By Getsy Tiglao   Ahh, these politicians – they protest too much. Such an outcry over the audacious plan of the Department of Justice to place Janet Lim Napoles, derisively called the pork barrel queen, under the Witness Protection Program prior to her becoming state witness. “She’s not worthy” and “she’s the most guilty” are just two of the arguments we’ve heard, delivered in typical self-righteous indignation, usually by the most shallow politicians. These points of law and morality can be argued to death by politicians but the ordinary citizen just wants to hear one thing: the truth. Thus, while senators and congressmen may not like Napoles becoming a state witness, ready to spill all, I bet you a million bitcoins that Filipino voters don’t care otherwise because they just want to hear what Napoles has to say. There has been too much cover-up in this case already and it’s time to let the ax fall where it may. The people want to know first of all, who is the real brains behind the pork barrel scam? How could Napoles, who grew up in the hinterlands of Basilan and with little education, have concocted an elaborate, complicated scheme to defraud the government of at least P10 billion? Who is the real financial and bureaucratic genius who dreamed up this large-scale plan? It’s hard to believe that Napoles – a fraudster to be sure, but no brainiac – thought of this scheme to create fake non-governmental organizations that would submit documentation to government agencies, facilitating the release of the special allotment release order (SARO) that in turn would be sourced from the Priority Development Assistance Fund (PDAF). Ask anyone who has worked in government and they will tell you that getting funding is a bureaucratic nightmare. Various documents are required for any requests or applications, and you have to get the signatures of too many officials. Napoles never worked in government so how did she gain the knowledge and the network required for such a labyrinthine operation as the PDAF scam? Someone taught her how and as Napoles has been insisting from four years ago (though no one wanted to listen during the former administration), it is ex-Budget secretary Florencio “Butch” Abad who was her mentor and teacher. She detailed Abad’s involvement in her 32-page affidavit submitted to the Senate Blue Ribbon Committee in May,  2014. She recounted how she met Abad, through an agent named Manuel Jarmin, at the Japanese restaurant in EDSA Shangri-la Plaza Hotel, with another meeting at the Cravings restaurant on Katipunan Avenue. Napoles claimed that Abad asked her for a loan of P4 million which he later paid off with an interest of P2 million. Perhaps because he felt indebted to her, Abad told Napoles how NGOs can be the channel for acquiring the PDAF allocations of senators and congressmen. “When we talked about the implementation of a project, he asked me if I have an NGO or cooperative. I said I had none, and he said he’d take care of this. As far as I can remember, he used the Batanes Electric Cooperative to implement the project,” Napoles said. At least one another person corroborates Abad’s involvement, former Napoles employee Merlina Suñas. In her affidavit in 2013, Suñas said that Abad was one of the congressmen that did business with Napoles from 1997 to 1999. Abad, who was former agrarian reform secretary under the Corazon Aquino administration, education secretary under Gloria Arroyo, and budget secretary under Benigno Aquino III, has tons of bureaucratic experience. He has a law degree and a master’s from Harvard. But he denies that he is Napoles’ mentor. Napoles proffered a new affidavit to Justice Secretary Vitaliano Aguirre II, which triggered her provisional entry into the WPP. According to early reports, Napoles’ affidavit will reaffirm Abad as the real mastermind of the pork barrel scam. This will then qualify her as a state witness. As explained by Secretary Aguirre: “In the event that there are two accused with almost the same level of guilt – one who committed plunder and the other the instigator – the Supreme Court said that it will be the instigator who is considered most guilty.” Napoles reportedly will also name all the politicians and their agents who have participated in this operation to siphon billions of pesos in government funds. As to the names, one can get clues from her 2014 affidavit in which she had tagged 20 senators and 100 congressmen as having benefitted from the PDAF kickbacks. Among those Napoles had tagged are the ones who are very noisy right now. “I am not the mastermind of the pork barrel because I didn’t start this; this has long been the practice or system,” Napoles said. Indeed, the pork barrel scam is a clear indication of the systemic corruption in our political system. The cleansing begins when the real mastermind and his cohorts are jailed. Otherwise, we will continue to see these kinds of grand-scale theft perpetrated by public officials and elected legislators.
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.