ADVERTISEMENT

Senate panel cites another Navotas cop involved in teen's killing in contempt

Published Aug 29, 2023 09:30 am

Amid the ongoing investigation on the killing of 17-year-old Jerhode “Jemboy” Baltazar, a Senate panel on Tuesday, August 29 cited in contempt the former head of Navotas City Police's Station Investigation and Detective Management Section (SIDMS), after lengthy questioning about skipping the paraffin test on the six suspects in the teen's death.

The Senate Committee on Public Order and Dangerous Drugs, chaired by Sen. Ronald “Bato” dela Rosa, cited in contempt Police Capt. Juanito Arabejo who was questioned several times regarding the lack of a paraffin test conducted on the six suspects in the killing of Baltazar.

This was after the panel found out from Police Capt. Sonny Boy Tepace of the Scene of the Crime Operatives (SOCO) that a paraffin test was conducted on Baltazar but not with the six suspects involved in his death.

A paraffin test is a procedure done on an individual to find out through chemical analysis the presence of gunpowder and determine if someone recently fired a gun.

Sen. Raffy Tulfo asked Tepace why this was the case, to which Tepace replied that this was a standard protocol with shooting incidents and that the jurisdiction regarding the examination of the six suspects falls on Arabejo.

However, the former Navotas City Police Chief Police Col. Allan Umipig disclosed that he instructed Arabejo to conduct a paraffin test on the six suspects.

According to SIDMS chief clerk Chief Master Sgt. Aurelito Galvez who was the case investigator, he suggested this to Arabejo just before 12 midnight but Arabejo argued that it would no longer be valid because the gunpowder might have been washed off given the time that had passed. Yet Tapece said that a paraffin test remains valid within 72 hours.

Arabejo also said that no such order was given to him by Umipig.

Sen. Risa Hontiveros said that a paraffin test together with a ballistics examination could have made a stronger and "airtight" case against the suspects.

"'Di ba gusto natin mas malakas kaysa mas mahina ang kaso natin? (Don't we want a stronger case rather than a weaker one?)" Hontiveros asked.

Dela Rosa also stated that while testimonial evidence may be recanted, scientific evidence such as from a paraffin test builds a stronger case.

Hontiveros also asked how can the police ascertain if the suspects indeed fired their firearms if they were not subjected to a paraffin examination.

Arabejo stated that this decision was based on their "sound judgment" and was done in "good faith" considering that the direct testimony of the eyewitnesses was sufficient to establish the guilt of the suspects.

Umipig said that there were two cops from Navotas City Police who could prove his claim that he instructed Arabejo. These were Chief Operations Officer Police Captain Anthony Mondejar and Assistance Chief of Police for Operations (ACOPO) Police Maj. Edwin Fuertes.

Later during the hearing, both cops appeared and said that Arabejo was indeed present during the conference and such an instruction to subject the suspects to a paraffin test was given verbally.

But Arabejo said that this was not true and defended by reading a conversation through text with Umipig on Aug. 10. However, Dela Rosa was irked by this and no longer listened to his argument since the instruction during the case conference was said to be given to him on Aug. 3.

"On behalf kay (of) Senator Raffy Tulfo and with the guidance of the Chair, with warning kay (to) Mr. Galvez, nag-eextend lang ng pasensya ng komite, para sa mga susunod na hearing na dapat mas forthcoming pa (the Comittee is just extending its patience for the next hearing that should be more forthcoming) , I move para (to) i-cite in contempt si Police Capt. Arabejo," Hontiveros said.

She mentioned that as someone who has a personal history with law enforcers like Tulfo, holding a police officer in contempt is something they take very seriously.

Meanwhile, Northern Police District (NPD) District Director. Police Brig. Gen. Rizalito Gapas said that based on the explanation signed by both Arabejo and Galvez, they both decided not to subject the suspects to the said test and that it was a "clear, conscious, deliberate" decision on their part.

He also stated that subjecting the suspects to a paraffin test should have been part of the standard protocol.

Last August 22, Dela Rosa's panel also cited in contempt police officers Mark Joseph Carpio and P/Staff Sgt. Gerry Maliban in contempt for giving confusing answers when asked about Baltazar's death.

According to the police, they thought that the victim was the fleeing murder suspect they were looking for.

Related Tags

Jemboy Baltazar Navotas PNP Senate Committee on Public Order and Dangerous Drugs Senator Ronald Bato dela Rosa Senator Risa Hontiveros Senator Raffy Tulfo
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.