ADVERTISEMENT

CHR probes secret detention cell in Cebu City police station

Published Apr 6, 2021 03:29 pm

CEBU CITY – The Commission on Human Rights in Central Visayas (CHR Region 7) has started looking into allegations that a police station here had a secret detention cell where some arrested individuals were tortured.

Commission on Human Rights (MANILA BULLETIN)
Commission on Human Rights (MANILA BULLETIN)

Leo Villarino, chief investigator of CHR Region 7, inspected the alleged secret jail of the Sawang Calero Police Station Tuesday.

Villarino was led to an area within the police station by two women who claimed they suffered abuses from the hands of the Sawang Calero personnel.

At least 12 personnel of the Sawang Calero Police Station, including its chief Police Major Eduard Sanchez, have been relieved from their posts due to the alleged abuses.

Excluding Sanchez, 11 personnel had been charged with various cases after they allegedly extorted money from the woman whom they picked up from her house in Minglanilla, Cebu for allegedly keeping illegal drugs.

The policemen were accused of taking P170,000 from the woman who was eventually released with no charges filed against her. But before the woman was sent home, she was allegedly raped twice by the team leader of the 10 policemen.

The 11 policemen were identified as Police Corporal Georny Abrasado, Police Corporal John Carl Aceron, Police Staff Sgt. Joseph Alcoseba, Police Staff Sgt. Michael Rhey Cabizares, Police Staff Sgt. Celso Colita, Police Chief Master Sgt. Eric Edgar Emia, Police Corporal Ejill Ferrolino, Police Corporal Carlo Irizari, Police Corporal Rochelito Mabulay, Police Corporal Emmanuel Martinez, and Police Corporal Junel Pedroza.

Colita was the leader of the team at the time of the incident.

Another complainant said she too was arrested by at least six policemen from Sawang Calero.

"I was accused of selling illegal drugs," the woman said as she and the other complainant described how the secret jail looked like during their detention.

The woman led Villarino to the area where she was allegedly tortured by the police. "We're here to validate the claims from the complainants that there is a secret jail inside the police station," said Villarino.

During their visit, the two female complainants identified several things that they saw in the same area where they held.

Police Col. Josefino Ligan, chief of the Cebu City Police Office (CCPO), conducted a surprise inspection at Sawang Calero Police Station last Maundy Thursday but said he didn't find a "secret jail."

Villarino said the CHR Region 7 will take appropriate action if proven that the police station had a secret jail where some apprehended persons were tortured.

"That's all we can say for now. We don't want our next moves to be telegraphed. But we're grateful that the police are cooperative. It is our way of helping them clean up their ranks," Villarino said.

Villarino said the CHR Region 7 will help ensure the security of the complainants.
The CCPO welcomed the CHR Region 7's move to look into the alleged abuses committed by the Sawang Calero police.

"We welcome their investigations as this is in line with our advocacy to help cleanse our ranks," said Police Lt. Wilbert Parilla, CCPO deputy director for operations.

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.