ADVERTISEMENT

Crime statistics tend to confirm Naga as 'hotbed of shabu' - Albayalde

Published Aug 22, 2018 06:36 pm
By Aaron Recuenco Nationwide crime statistics would show that President Duterte may be right in declaring that Naga City was a hotbed of shabu due to its consistent high crime volume since last year, according to Philippine National Police Chief Director General Oscar Albayalde. PNP Chief Oscar Albayalde during the 117th Police Service Anniversary at the Philippine National Police (PNP) Headquarters in Camp Brigadier General Rafael T. Crame, Quezon City on August 8, 2018. (PCOO / MANILA BULLETIN) PNP Chief Oscar Albayalde  (PCOO / MANILA BULLETIN) Using police data he read a few hours after he refuted President Duterte’s statement that Naga City was a hotbed of shabu, Albayalde said that the city had been consistently been among the cities in the country with high crime volume. “Let me share the information based on PNP data that among the major cities of the country, Naga City has consistently ranked number 5 in terms of crime volume in the first semester of 2017 and 2018,” said Albayalde. “If the assumption that crime and drugs are interrelated, we can rightfully make our own decision,” he added. Yesterday morning, Albayalde said that while shabu and other illegal drugs indeed exist in Bicol region, the presence of illegal drugs is also a problem in all other regions especially those with wide shorelines. “I really don't know where the President got his information on that but as far as we are concerned, there are indeed drugs in Bicol region. (The same) in all other regions because of the shorelines,” said Albayalde. By Albayalde’s description, a hotbed of shabu usually refers to the area where shabu mainly comes from. “When you say hotbed, it’s like a source… meron talaga but not necessarily yung pinaka-hot,” said Albayalde. The official said the President might have used the statement after shabu laboratories were dismantled in Bicol in the past years and that shabu were smuggled using the vast shorelines of the region. “These were entered to the shorelines of Bicol but not necessarily Naga City. In the Bicol Region like in Camarines Sur, several kilos of cocaine were seen floating in the sea by the fishermen and this could be the information that reached the President,” said Albayalde. But a few hours later, Albayalde held a press conference in order to clarify some of the statements he made, the first one was the statement wherein he was quoted disputing the President on the threats from the United States’ Central Intelligence Agency. “On other matters, let me clarify that I never disagreed with President Duterte in his pronouncement regarding the drug and crime situation in Naga City,” said Albayalde. In May last year, President Duterte sacked Dangerous Drugs Board chairman Benjamin Reyes for presenting figures that contradicted the Chief Executive’s statement that there are more than three millions drug dependents in the Philippines. The DDB figure that Reyes presented stated that there were only 1.8 million Filipinos hooked on drugs. Aside from Naga City, Duterte also branded Cebu as another problematic area on the issue of illegal drugs. According to Duterte, policemen assigned in Cebu were reportedly into the illegal drugs trade, an allegation which Albayalde agreed with and even went to the extent of linking two retired generals as the possible reason. It was recalled that two of the alleged narco-generals identified by Duterte in the beginning of his term had connections with Cebu— retired police general Vicente Loot who is now the mayor of Daanbantayan town of Cebu, and retired police general Marcelo Garbo who was then the regional director of Central Visayas regional police. “Those so-called narco-generals, one of them was assigned as regional director and we have information also that it was during that time or before the Duterte administration that most of the Cebu cops were engaged in extortion in illegal drugs,” said Albayalde. “That’s the information that we got, that’s why there was purging from the regional director, provincial director to police chiefs and a lot of personnel in Cebu were charged,” he added. But right now, Albayalde said the situation in Cebu has already improved due to aggressive drug war. Interestingly, both Naga City and Cebu are the bailiwicks of the Liberal Party during the 2016 presidential elections.
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.