ADVERTISEMENT

Talks of Mindanao martial law extension premature -- Sotto

Published Aug 29, 2018 07:11 pm
By Vanne Elaine Terrazola Senate President Vicente Sotto III believes that talking about the possible extension of the martial law implementation in Mindanao are premature despite the bombing in Sultan Kudarat Tuesday night. Senator Vicente “Tito” Sotto III gestures after elected as a newly Senate President at Senate Building in Pasay city, May 21,2018.(Czar Dancel) Senate President Vicente Sotto III
(Czar Dancel / MANILA BULLETIN) Sotto, on Wednesday, said he sees no necessity at present to prolong the Martial Law being implemented in the country's southern regions as he believed that the recent attack would be resolved soon. "Wala pa naman, maaga pa. Maaga pang maisip 'yan. Baka naman within a month or two ma-resolve na 'yong nangyari doon. So hindi pa panahon para pag-isipan o pag-usapan 'yon...Wala pang necessity (Not yet, it's still early. It is still early to mull on the extension of martial law. Maybe, within a month or two, we can resolve what happened there in Sultan Kudarat. So it's not yet time to consider or discuss that...I don't see its necessity yet)," the Senate chief said in an interview. Sotto, instead, pushed for the strengthening of the Human Security Act of 2007, which, he said, would go well will the recently-enacted national identification system in curbing terrorism in the country. "'Yong ating kasalukyang Human Security Act, 'yong batas na tumatakalay sa isyu ng terrorism, ang tingin ko tayo ang may pinakamaluwag sa region ng Asia. Palagay ko panahon nang higpitan 'yan (I think our present Human Security Act, the law tackling the issue on terrorism, is the most liberal in Asia. I think it's hightime that we make it more stringent)," Sotto said. He said he will ask his colleagues to prioritize Senate Bill 1715, which amends the current Republic Act 9372. He filed the measure last February. Meanwhile, Sotto said the implementation of martial law is not expected to stop attacks by extremist groups. Although he said that it helped government troops to respond to such scenario. "Hindi talaga naman completely masasawata 'yan, pero ang tingin ko, dahil sa martial law, ay mas mabilis silang makareact, at mas kokonti pa nga 'yan kaysa sa maaring nangyari diyan kung walang martial law," he said. He also noted not receiving any report of abuse from government forces during the implementation of the martial rule in Mindanao. "Mahusay 'yong kasalukang pagpapatupad, sa nakikita natin. Baka nga kaya hindi masyadong mahigpit kumpara sa martial law noong araw; kaya meorng ganyan, eh. Ngayon, the courts are in practice, all other civil liberties are in place," he said. Following the bombing in Sultan Kudarat, Executive Secretary Salvador Medialdea earlier Wednesday said the Palace may recommend the extension of martial law in Mindanao as they observe the developments in the investigation of the incident. The latest bombing, which occurred while people were celebrating the Hamungaya Festival for the 61st founding anniversary of Isulan town, Medialdea said, was "not a good sign" amid the government's efforts against extremist attacks. Should President Duterte ask anew for the extension of martial law in Mindanao, Sotto said Congress would have to vote on it jointly as the Constitution had stated. Congress had granted the extension of martial law twice following the attack of the Islamic State-inspired Maute Group in Marawi City last year. The implementation of martial law should end on December 31 this year. Meanwhile, other senators have condemned the bombing which killed two and hurt 34 other. "I condemn the bombing in Isulan, Sultan Kudarat. Another cowardly terroristic act! Was just there and rode my motorbike recently. A beautiful and now a progressive place. Hope perpetrators be arrested. Sending my deepest sympathies to those killed & prayers for the injured," Sen. JV Ejercito said on Twitter. Sen. Cynthia Villar, who had participated in the Hamungayan Festival days before the incident, said she will also pray for the victims. "My thoughts & prayers are with the people of Sultan Kudarat where a bombing occured last night. I was just in Isulan last Monday at nakiisa sa selebrasyon ng kanilang founding anniversary. I hope those responsible will be arrested & held accountable to the full extent of the law," she said.
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.