ADVERTISEMENT

Fr. Nilo's killers arrested

Published Jul 2, 2018 03:48 pm
By Aaron Recuenco A businessman who fumed over the botched dream of his nephew to become a priest was tagged as the mastermind behind the killing of Father Richmond Nilo who was gunned down inside a chapel in Nueva Ecija. PNP Chief Oscar D. Albayalde shows the computerized facial composite of Omar Mallari alias PNP Chief Oscar D. Albayalde shows the computerized facial composite of Omar Mallari alias "Bulik", the suspect in the killing of Nueva Ecija Father Richmond Nilo
(Kevin Tristan Espiritu / MANILA BULLETIN) Director General Oscar Albayalde, chief of the Philippine National Police (PNP), said that businessman is Manuel Torres who was tagged by two suspects who surrendered to the police as the one who sought their service to kill Father Nilo for P100,000. Torres and the alleged gunman Omar Mallari were arrested in two separate follow-up operations following the confessions made by Rolando Garcia and Marius Albis. Albayalde disclosed that it all started when a seminarian identified as Christopher Torres was charged for allegedly sexually abusing four minor altar servers of Father Nilo. “It was Father Nilo who helped the victims in pressing charges against the seminarian which include a case of rape,” said Albayalde. The sexual abuse occurred last year as well as the filing of charges. And this did not sit well with Manuel Torres, the police investigators claimed. “As a result, Manuel Torres got mad because his nephew Christopher Torres was not able to become a priest because of the charges. And he contacted Rolando Garcia to find a gunman,” said Albayalde who said that Torres and Garcia are close friends. Garcia, with the help of Albis, was able to contact Mallari whom the police said was the one who executed the assassination plan against Father Nilo on June 10 while the priest was preparing to celebrate mass in Cabanatuan City. Accordingly, Torres allegedly gave P40,000 as initial payment and paid another P40,000 after the killing. He has yet to pay the balance of P20,000. Vehicle was key Director Roel Obusan, head of the Criminal Investigation and Detection Group (CIDG), said a burned vehicle part became a key in tracking down the suspects. The burned vehicle part, according to Obusan, belonged to a Nissan Sentra which was used by the alleged gunman as a getaway car. Police investigators said the car was originally owned by a woman and was sold for several times. “Using the deed of sales for the same vehicle, we found out that the last owner of that car is Omar Mallari,” said Obusan. They then traced Mallari in Arayat, Pampanga on June 22. Mallari initially denied his involvement but allegedly admitted later that he was the gunman. The case against Mallari was further bolstered after Garcia and Albis who contacted him surrendered and squealed his name and that of Manuel Torres. Fall guy Initially, police have arrested Adel Roll Milan and tagged him as the gunman. Police also claimed that Milan is a drug surrenderee and allegedly a known hitman. But Milan denied the allegations and even showed proof that he was not in the area where the priest was killed at the time of the killing. He was later ordered released by a local court for lack of evidence. Albayalde said they only arrested Milan since he was the one identified by an altar boy who witnessed the killing as the gunman. “If you would look at the sketch, Milan and Mallari have similarities,” said Albayalde. Albayalde said they are still conducting follow-up operation against the other suspects who participated in the planning and killing of Father Nilo. Nilo was the third priest killed in the country in the last seven months – the first was Father Mark Ventura in Cagayan on April 29, and Father Marcelito Paez, also from Nueve Ecija in December last year. It will be recalled that Albayalde and other top officials of the PNP held a meeting with officials of the Catholic Bishops Conference of the Philippines to stress that there is no pattern in the killing of the priests.
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.