ADVERTISEMENT

Escudero: Inappropriate for gov't to use anti-terror law vs Rep. Teves

Published Aug 3, 2023 06:28 am
The Anti-Terrorism Council’s (ATC) move to designate suspended Rep. Arnolfo “Arnie” Teves Jr. and 12 other persons as part of the “Teves Terrorist Group” and tagging them as terrorists is a huge concern. And as far as Sen. Francis “Chiz” Escudero is concerned, he finds it disturbing for the Anti-Terrorism Council (ATC) to designate Teves as a terrorist and come up with a resolution stating that the lawmaker and 12 other persons allegedly involved in the assassination of then Negros Oriental governor Roel Degamo as part of the “Teves Terrorist Group.” “Significant itong declaration na ito ng Anti-Terrorism Council. Dahil sa kauna-unahang pagkakataon, binuksan nila ang definition. Pinalawak nila yung definition ng teroristang grupo (This declaration made by the ATC is significant. Because for the very first time, they opened the definition. They expanded the definition of a terrorist group),” Escudero said during the Kapihan sa Senado forum on Thursday, August 3. Ordinarily, Escudero said the terrorist tag applies to infamous groups such as the Jemaah Islamiyah, Maute group, Bangsamoro Islamic Freedom Fighters (BIFF) and Islamic State of Iraq and Syria (ISIS). But the ATC’s recent decision seems to expand the definition of terrorist groups to any group that coddles a private armed group (PAG). “In other words, ang direksyon bang pinupunta ng ATC ay sino mang may PAGs (private armed group) ay pwedeng ma-declare na terrorist organization? At kung saka-sakali dagdag ba ito sa mga kasong isasampa nila halimbawa sa 10 or 11 na kabahagi sa deklarasyon nila (Is the ATC going into the direction of naming private armed groups as a terrorist organization? And if ever, would this be part of the charges they will file against the 10 or 11 that were part of their declaration)?” the senator asked. “DOJ lamang siguro makakasagot niyan. Ito ba ay precedent na, na pwede nang saklawin ng terrorist act ang PAGs (Only the DOJ I think can answer that. Is this a precedent that the Anti-Terrorism Act will cover the PAGs),” he said. Escudero, however, said that while he is not opposing or questioning the ATC’s move to bring up a new kind of definition for terrorists, he admits “it is a concern that it is being expanded.” “But that gives us enough reason to be vigilant about it, to be aware about it, and as I said just, to be aware na lumalawak yung definition (that the definition is expanding),” he said. “I mean it’s being expanded, to mean that and it is broader than our usual concept of a terrorist group,” the lawmaker pointed out. Escudero said he would ask the ATC to shed light on their decision when the Senate starts hearing their proposed national budget for 2024. “Magandang malaman kung saan nga ba ang pinaghuhugutan ng ATC kaugnay sa bagay na ito. At kung kinikilaa nga nila na lumalawak ang definition ng terorista at terorismo sa ating batas (It would be good to know where exactly the ATC is getting its information from in relation to this matter. And if they believe that the definition of terrorist and terrorism is expanding in our law),” Escudero said. “I also want to ask is the TTG (Teves Terrorist Group), is that an actual name or did they just call it as such? Is there really such a group or is it just names as such)?” he pointed out. If the government is using the anti-terror law as a strategy to compel Teves to return to the Philippines and face the accusations against him, Escudero said this should not be the case. “Hindi yata tama na gamitin yung Anti-Terror Law na istratehiya para mapalabas lamang ang isang (tao) na ni hindi pa nga akusado (I think it’s not right to use the Anti-Terror Law as a strategy to make the person surface when he is not even yet an accused in a case),” he pointed out. “So that means we are trifling with the label terrorist. I would prefer na may basis talaga sila hindi yung stratehiya lamang para magipit or maipit at mapwersya siya lumabas or umuwi (that they have sufficient basis and not just a strategy to compel or pressure him to surface or to return to the country),” Escudero stressed.

Related Tags

anti-terror law Senator Chiz Escudero Anti-Terrorism Council Rep. Arnolfo Teves
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.