ADVERTISEMENT

'No' vote of Pangilinan, Hontiveros in Anti-Terror Bill part of democracy – Lacson

Published Jun 4, 2020 12:00 am
By Mario Casayuran Senator Panfilo M. Lacson is not taking it against his colleagues – opposition Senators Francis N. Pangilinan and Risa Hontiveros – for voting “no” to his Anti-Terror Bill (ATB) despite having accepted their amendments to the measure during his Senate public hearings. Senate Panfilo Lacson (Senate of the Philippines / MANILA BULLETIN) Senate Panfilo Lacson
(Senate of the Philippines / MANILA BULLETIN) Lacson diplomatically took the public attacks of Pangilinan and Hontiveros on his ATB by saying, “that’s part of democracy in the Senate.” “Pero ok lang yan, that’s part of democracy sa Senado. Walang dapat ipangamba. Kasi ang aim ng Anti-Terrorism Act of 2020 is to secure the state and protect the people from terrorist acts. Kasi gusto ba natin na ang sinasabi bakit timing, may pandemic (That’s ok, that’s part of democracy in the Senate. There is nothing to fear. The aim of the ATB of 2020 is to secure the state and protect the people from terrorist acts. Who is to know that the coronavirus disease would overtake the passage of the measure)?” he said. But Lacson laments negative comments of critics after the bill was passed. “At nariyan ang kanilang representative si Sen Risa ang daming pinasok na amendments, siya ang nagpasok ng amendments isama ang CHR na maimpormahan. At tinanggap ko yan. Very generous nga ako, very accommodating ako bilang sponsor sa pagtanggap ng kanilang mga proposed amendments. So bakit hanggang ngayon tuligsa sila ng tuligsa ngayong maipapasa na? Samantalang nang may panahon pwede nila express ang kanilang position and opinion, dapat noon sila nagsagawa ng kanilang position paper. Hindi namin dinidisregard (The opposition’s representative is Risa Hontiveros who had her many amendments. She was able to introduce an amendment that the Commission on Human Rights (CHR) be informed immediately of an arrest made. I accepted that. I was very generous and accommodating in their proposed amendments. So why are they questioning it now that the Senate has passed it? They were able to express their opinions and positions. They should have their own position paper. We did not disregard them),” he added. Lacson waved off as “having basis” the statement of human rights advocate Chel Diokno that the ATB would endanger basic rights. “Unang-una, sabi ko ang Bill of Rights nariyan pa rin. Walang lumampas sa Bill of Rights na enumeration ng rights na nakalista sa ating Saligang Batas. Walang lumampas doon. It’s within the bounds of the Bill of Rights (In the first place, the Bill of Rights is there. There was no overreaching the Bill of Rights whose enumeration of rights is listed in the Constitution),” he said. Lacson said his Senate national defense and security committee undertook public hearings since late last year and that members of the progressive bloc were invited as resource persons, including “the likes of Chel Diokno and Human Rights advocates but they did not appear.” “I think at least twice namin sila pinadala ng invitation. Ang CHR nagpunta si Commissioner Gana. Hiningi namin ang kanilang position. Ang academe, UP professors, study group nila, inimbitahan namin dito at nagpahayag sila. Wala silang sinabing mahigpit na pagtutol. Even CHR nag-input lang sila. Kaya naisip namin sa pag-arrest at i-detain 14 days reglamentary period, isa sa unang pasasabihan ang CHR (I think we sent the invitations to them twice. CHR Commissioner Gana went to the Senate committee hearing. We asked for their positions. The academe, University of the Philippines professors, their study groups were invited and they expounded on their views. They did not object strongly. Even the CHR had its inputs. We thought that in the provision on the 14-day reglamentary detention period, one of those that will be informed is the CHR),” he explained. Lacson stressed that it would be the law that would determine who is a terrorist, stressing that arrests would not be discretionary. He said that the ATB has the shortest reglamentary detention period compared to the country’s Southeast Asian neighbors. Lacson said Indonesia can detain suspected terrorists without charges for 21 days and this could be extended. Singapore, according to Lacson, has the longest with 720 days to an indefinite period. Malaysia has 59 days and this could be extended. Australia an Sri Lanka have the shortest detention period.
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.