ADVERTISEMENT

Negros Oriental governor, 5 others dead in broad daylight shooting

Published Mar 4, 2023 04:10 am
ILOILO CITY – Gov. Roel Ragay Degamo of Negros Oriental province was killed along with five others in a broad daylight shooting at the family compound in Pamplona, Negros Oriental on Saturday, March 4. GOV. DEGAMO Degamo’s wife, Pamplona Mayor Janice V. Degamo, confirmed his death in a video message in the Facebook pages of the slain governor and the Negros Oriental provincial government. Mayor Degamo said her husband, 56, was pronounced dead around 11:41 a.m. "We are calling on the national government (for justice).  Gov. Degamo does not deserve that kind of death. He was serving his constituents on a Saturday along with his department heads. There were five others who died with him who were there to ask for help,” Mayor Degamo said. Gov. Degamo was at the family compound talking to beneficiaries of the Pantawid Pamilyang Pilipino Program (4Ps), the cash transfer program of the Department of Social Welfare and Development (DSWD), when heavily armed men onboard Sports Utility Vehicles and wearing military uniforms arrived and opened fire around 9:40 a.m. Degamo was taken to the Silliman University Medical Center in Dumaguete City, the regional capital, where he died after two hours. “We are still investigating the incident,” the Pamplona Municipal Police Station led by Major Saturnino Sedigo Jr. told Manila Bulletin. Five others were also killed in the incident. Their identities are unknown as of posting time. Degamo was the latest local government official ambushed by armed men in the past few days, following Lanao del Sur Gov. Mamintal Adiong Jr., Aparri, Cagayan Mayor Rommel Alameda, and Datu Montawal, Maguindanao Mayor Ohto Montawal. The Department of Interior and Local Government condemned the attempt on the life of Degamo. “We condemn in the strongest possible terms the senseless assassination of Gov. Roel Degamo of Negros Oriental this morning in Barangay San Isidro in the town of Pamplona of this province,” DILG Secretary Benhur Abalos said. “Based on the latest reports from the ground, Gov. Degamo was talking to some of his constituents who are 4Ps (Pantawid Pamilyang Pilipino Program) beneficiaries in front of his house when a group of individuals clad in Army and Navy uniforms in full battle gear and were riding two SUVs shot the governor several times, victimizing other civilians as well.  The governor and other victims have already been brought to the nearest hospital for urgent medical attention. “Nagbigay na ako ng direktiba sa Philippine National Police (PNP) na magsagawa ng hot pursuit operations para agad na mahuli ang mga suspek na responsable sa krimeng ito. Nakadeploy na ang  mga puwersa ng Negros Oriental Provincial Police Office pati na ang mga kapulisan sa karatig na probinsya para galugarin ang bawat  sulok ng lugar para agad na madakip ang mga kriminal (I have ordered the Philippine National Police, particularly the Negros Oriental Provincial Police Office and police in nearby provinces, have been deployed  to conduct a hot pursuit operation to apprehend the suspects). “Asahan ninyo na hindi kami titigil hanggang hindi nareresolba ang kasong ito gayundin ang iba pang insidente ng pananambang na nangyari sa mga nakalipas na araw (We won’t stop until this case is resolved, including other incidents that happened in the past days). We will quickly get to the bottom of this. “Samantala, umaapila rin kami sa mga saksi na maaaring nasa lugar na pinangyarihan ng insidente na mangyari lamang na ilahad ang kanilang nasaksihan at makipagtulungan sa PNP para makamit ang hustisya para kay Gov. Degamo (We appeal to witnesses to come forward and help the police obtain justice for Gov. Degamo). “Patuloy kaming magbibigay ng update tungkol sa insidenteng ito sa mga susunod na araw (We will continue to give updates on this incident). Gov. Degamo was killed less than a month after the Supreme Court, on Feb. 14, affirmed the decision of Commission on Elections (Comelec) declaring him the winner in the May 2022 gubernatorial elections against Henry Teves, brother of Negros Oriental Rep. Arnolfo Teves Jr.



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.