ADVERTISEMENT

Lacson expounds more on masterplan to end days of white-collar thieves in gov't

Published Jan 25, 2022 04:16 pm

White-collar thieves among government officials will be flushed out from their offices and will go to jail for ravaging taxpayers’ money, Partido Reporma chairman and standard bearer Panfilo “Ping” Lacson has vowed.

Sen. Panfilo Lacson with TV host Boy Abunda (inset)

Interviewed on Monday, Jan. 24 by popular television host Boy Abunda, Lacson said the same warning goes to some of the biggest names in the world of politics regardless of their party alliances to prove he is serious about implementing a single standard policy against corruption.

“Sisimulan ko ‘yan doon sa alam kong walang magrereklamo; walang magku-kuwestiyon... ‘Yung walang ibabalik sa akin na pulitika ‘yan. Sisimulan ko ‘yan sa alam kong talamak na kilalang-kilalang magnanakaw—‘yan ang sampol muna. Ke kapartido mo, ke hindi, ‘yan ang unahin mo and see its logical conclusion. I am going to start with someone who I know no one will complain about, no one will question... No one will reason with me that it’s politically motivated. I will begin with someone who everybody knows is a hardcore thief—that will be my first example. Whether you belong to the same party or not, you start with that and see its logical conclusion.),” said Lacson who was given ten minutes to explain his good governance plans for the presidency.

Lacson recalled that his strong anti-corruption stance never waned since he started in government service as a lieutenant in the police service.

As chief of Philippine National Police, Lacson was able to put an end to the careers of so-called “kotong cops” even as he led by example.

Lacson is confident he can deliver on this promise because he said he already did it with the Philippine National Police (PNP) when he got rid of the rogue cops, who got involved in serious illegal activities. His principle of ‘leadership by example’ enabled the entire PNP to turn its bad reputation around.

“Ginawa ko sa PNP ‘yan, Boy. Ganyan ang ginawa ko e. Ilan ‘yung napa-dismiss ko? Four months lang na-correct ko ‘yung PNP e. Kasi tinanong din ako ng media noon sa Crame ‘nung nag-assume ako: ‘General, ano ang nakita niyong pinakamalaking problema ng PNP?’ Ang bilis ng sagot ko, Boy, PNP. (I have done this for the PNP, Boy. It is what I did. How many erring officials did I dismiss? Within four months, I managed to correct (what was wrong with) the PNP. Because I was also asked by the media back in the day when I assumed (as PNP Chief): ‘General, what do you think is the biggest problem of the PNP?’ My answer was quick, Boy, PNP.),” he said.

Lacson said his grit to put plunderers behind bars was fueled by what happened to Lolo Narding Flores, who stole mangoes but was immediately sent to jail, whereas those who are committing large-scale theft involving public funds get to enjoy VIP treatment to the extent of having police escorts.

“Alam mo (You know), the ordinary thieves, they get the whip surely and fast. Pero ‘yung mga (But these) big-time thieves—ito ‘yung (these are the) big and powerful—they stay big, they stay powerful,” noted Lacson, promising to turn this particular kind of social injustice upside down. The presidential aspirant vowed to gather solid evidence against these corrupt and greedy government officials that he has in mind, so his administration could build the strongest case yet to prosecute them, subject to our judicial processes.

Lacson said he is going to build that case in a very thorough manner that even incumbent officials in the executive, legislative and judicial branches of government would not be able to conspire with each other and unduly influence its development within the legal system.

This plan is part of his pledge to conduct a massive internal cleansing of the bureaucracy to achieve his goal of fixing the ills of government from the inside. He also wants it sustained so he can deliver public services in the best and most efficient way possible beyond his administration.

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.