ADVERTISEMENT

PRO-13 joins grand launching, roll-out of BIDA program in Caraga region

Published Jul 1, 2023 10:24 am
BUTUAN CITY – The Northeastern Mindanao Police Regional Office-13 (PRO-13), led by Regional Director Police Brig. Gen. Pablo G. Labra II, took part in the grand launching of the “Buhay Ingatan, Droga’y Ayawan” or BIDA program on Saturday, July 1, here, with Interior and Local Government Secretary Benhur Abalos as the guest of honor and speaker during the event. The activity commenced through the BIDA Fun Run which started at the Butuan City Sports Complex and ended at the Agusan del Norte Provincial Covered Court.
THE command group of the Police Regional Office-13 led by Police Brig. Gen. Pablo G. Labra II (fourth from left) and provincial officials of Agusan del Norte led by Gov. Ma. Angelica Rosedell M. Amante (fifth from left) before the start of the fun run kicking off the grand launching of the BIDA caravan in the Caraga region on Saturday, July 1. (Mike U. Crismundo) Over 2,000 participants from the national government agencies, league of local government units, private sectors, faith-based organizations, PNP Kabataan Kontra Droga at Terorismo, and other civil society organizations attended the big activity. The BIDA launching was also attended by Assistant Secretary for Internal Relations Lilian M. de Leon, Assistant Secretary for Human Resource Development Florida M. Dijan, and Director Debie T. Torres, Director IV of Bureau of Local Government Supervision. The chiefs of offices of the local government agencies and local chief executives, including Agusan del Norte Gov. Ma. Angelica Rosedell M. Amante, also joined in the fun run in support of promoting a healthy lifestyle that keeps the thought of using illegal drugs at bay. The program proper was held at Dottie’s Place, Butuan City where Labra and the local chief executives gave their messages of support. In his message, Abalos said that the fight against illegal drugs is a challenging task and urged everyone to get involved in the war on drugs. “Hindi po biro ang trabahong ito, ang pagsugpo ng illegal na druga, ang pulis, PDEA, NBI, they are risking their lives (The campaign against illegal drugs is serious, the PNP, PDEA, NBI, they are risking their lives),” the DILG Secretary said. “Kami sa Napolcom we are monitoring, kasi importante din ang tiwala ng mamamayan sa ating kapulisan, sa PDEA, at sa NBI. Sa laban na ito, dapat ay magkakasama tayong lahat mula sa mga barangay leaders, mayors; we all have a role to play here. Walang maiiwan sa laban natin kontra droga at mananalo tayo (We at the Napolcom are monitoring because the trust of the people are important to the police, PDEA, and the NBI. We must be united in the campaign against drugs from the barangay leaders and mayors. We all have a role to play here. Nobody will be left behind in the war against drugs and we will win),” Abalos added. Meanwhile, a BIDA Serbisyo Caravan was also held and provided the following services: Assistance for those who would like to apply for National ID by the Philippine Statistics Authority; information drive by the PDEA-13; legal assistance and counseling and documentation such as affidavits by the Public Attorney’s Office; free medical check-up by the DOH-Caraga and PRO-13 Medical and Dental Unit; training assistance from the Technical Education Skills Development Authority; and information drive regarding the PNP nameless and faceless recruitment process by the PRO-13 Regional Recruitment and Selection Unit. The event concluded through the signing of a Memorandum of Understanding and Unity Statement by all participating dignitaries and entities in support of the BIDA program. “In this more intensified and comprehensive anti-illegal drug drive, rest assured that the PNP-Caraga fully supports the advocacy and will be more vigorous in our anti-illegal drug campaigns and operations within the bounds of the law,” Labra said.

Related Tags

DILG SECRETARY BENHUR ABALOS Caraga PRO-13 BIDA
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.