ADVERTISEMENT

Año honors fallen cops days before his exit at DILG

Published Jun 20, 2022 01:28 pm

Department of the Interior and Local Government (DILG) Secretary Eduardo Año paid tribute on 307 policemen who died in the performance of duty.

During a flag-raising ceremony at Camp Crame in Quezon City, Año said cited the stories of some of them.

"The bravery and selfless acts exhibited by the 307 fallen men in uniform served as living proof of the law enforcers’ dedication and commitment to sacrifice their lives to maintain law and order in the country," said Año.

He narrated the heroism and supreme sacrifice of the three ‘fallen troops’ who preferred to face their own death rather than deal with the demise of many others.

Año said that in November 2019, Police Master Sgt. Jason J. Magno died in a grenade explosion at the Initao Community College in Misamis Oriental.

During a scuffle with a lawless man, the suspect hurled a grenade that landed on the cemented ground prompting Magno without hesitation to cover it with his body to prevent further damage and injury to the people in the area.

“Magno’s bravery is a story like no other as he showed his willingness to save many others even if he knew that such an act would take his own life,’’ Año said.

In another display of valor, Año recalled that in June 2019 PMSgt. Conrado A. Cabigao Jr. from the Police Regional Office in Southern Tagalog was killed while posing as the buyer of illegal drugs in an anti-narcotics operation.

In the transaction, Cabigao exercised restraint and maximum tolerance to capture the drug pusher alive but paid the price when the suspect shot him dead after sensing that he was dealing with a police officer.

“Cabigao’s tragic experience is indeed a classic example of how life-threatening drug operations are but our policemen still brave the operations for our war on drugs,’’ he added.

In Feb. 2020, Año disclosed that Police Capt. Efrem S. Espanto demonstrating exceptional sacrifice was killed in Janiuay, Iloilo during a fierce and gruelling gun-battle against the communist terrorist groups (CTGs).

“He (Espanto) was shot dead in a long and intense firefight while conducting major combat and clearing operations. Espanto’s account of heroism is a solid proof of how dedicated our personnel are even if that means giving everything they can for the neutralization of CTGs,’’ the DILG chief noted.

He said that Magno, Cabigao and Espanto were just three of the 307 fallen troops who sacrificed their lives in the name of public service with 56 killed in the anti-drug war, 160 in anti-criminality campaigns and 91 succumbed in their counter-insurgency and counter-terrorism drives.

Año pointed out that the country has ‘made gallant strides in our duty to serve and protect the people.’’

In six years, Año revealed that there has been a consistent downward trend in the country’s crime situation as reflected in the dwindling average monthly crime rate, national index crime rate and crime volume.

The DILG said that the law enforcers have conducted a wide array of campaigns against illegal gambling, loose firearms, private armed groups, wanted persons, communist terrorist groups, local terrorist groups, kidnap for ransom and illegal drugs that significantly contributed to the improved crime prevention ‘that we have unremittingly bannered in the Duterte administration.’

Together with Philippine National Police (PNP) officer-in-charge (OIC) PLt. Gen. Vicente Danao Jr, Año commended the other former PNP chiefs he had worked with ‘for a job superbly done.’

“I owe all of you (former PNP chiefs) a deep debt of gratitude. You all have demonstrated the competence and character fitting and expected of a policeman. Above all, your tenacity has become your weapon as we combat the threats to peace and order, and fight to better the PNP’s good name,’’ Año stated.

At the tailend of his tenure as DILG chief, Año vowed to keep a watchful and guarded eye on the leadership and service of the PNP officials in a private capacity, ‘even in an unofficial capacity.’

Año will bow out as DILG chief on June 30 and will be succeeded by former metropolitan Manila Development Authority (MMDA) chairman Ben-hur Abalos. (Chito A. Chavez)

Related Tags

courage and dedication fallen police troops imporved peace and order DILG Eduardo Año 2
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.