ADVERTISEMENT

Duterte makes surprise early morning visit to checkpoint

Published Mar 17, 2020 12:00 am
By Genalyn Kabiling  Unfazed by the coronavirus threat, President Duterte made a surprise inspection of a government checkpoint at the Valenzuela-Meycauyan border early Tuesday morning. The President ventured out of Malacañang and visited the checkpoint manned by uniformed personnel to monitor the implementation of the enhanced community quarantine in Luzon, said his spokesperson Salvador Panelo. AAA11-2 President Rodrigo Roa Duterte delivers a speech during the oath-taking ceremony of the newly appointed Generals and Flag Officers of the Armed Forces of the Philippines and Star Rank Officers of the Philippine National Police at the Malacañan Palace on March 11, 2020. ALBERT ALCAIN/PRESIDENTIAL PHOTO President Rodrigo Roa Duterte (ALBERT ALCAIN / PRESIDENTIAL PHOTO / FILE PHOTO / MANILA BULLETIN) A photo shared by the Presidential Security Group (PSG) showed the President, without a face mask, talking to some uniformed personnel manning the checkpoint located at the boundary of Valenzuela City and Meycauayan, Bulacan along MacArthur Highway. Duterte, who arrived past 4 a.m., reportedly directed the troops to help the stranded commuters who could not cross the border because of the quarantine. Panelo said the President was “setting the example” of rising to the challenge amid these dangerous and difficult times. "He went out early this morning to monitor the implementation of the enhanced community quarantine in Luzon,” he said in a statement. The President's checkpoint visit came a few hours after he delivered a public address placing Luzon on enhanced community quarantine until April 12 to contain and stop the spread of the coronavirus. The quarantine period includes strict home quarantine, suspension of public transportation, work-from-home arrangements, and a ban on mass gatherings. READ MORE: Entire Luzon under quarantine Duterte, who recently tested negative for the coronavirus, affirmed that he would still go outside and continue to serve the nation. He could not care less if he dies from the disease or any other cause. "Kami lalabas rin. Ako lalabas ako. I --- I --- you will see me. Ay lalabas ako. Hindi ako maniwala niyang --- kasi ako may ibang doctrine ako sa buhay eh. And that is kung panahon ko na, panahon ko na, either COVID, bala, crash, o anuman (We will still go out. I will still go outside. You will see me. I don't believe in...because I have a different life doctrine that if my time is up, then it's up, whether by COVID, bullet, crash, or any cause)," he said in his public address Monday night. "Kung hindi ako mag-survive ng COVID, eh hindi ako karapat-dapat maging mayor dito sa Pilipinas (If I don't survive the COVID, I am not worthy of becoming the mayor of the Philippines)," he said. Duterte also said government troops are prepared to step in if some state workers are unable to perform their job in the fight against the disease. READ MORE: Duterte: Gov’t may relax strict quarantine measures if data shows easing of virus spread "Ang taga-gobyerno --- unahin ko na ‘yung na-assign diyan sa frontline sa (Government workers, especially those assigned in the front line of) COVID, if you are there assigned and if you feel that you are not ready to maybe have the problems of being sick, you can tell your superior," he said. "Kung takot na lahat, ang papasok ang Armed Forces, pati ang police. Sila ‘yung magdala and sabi ko nga eh, kung mamatay sila, I would also like to join them para walang masabi ang tao (If everyone is afraid, the Armed Forces and the police will step in. They will do it and as I said if they die, I would also like to join them so people won't say anything)," he said. The President has called on Luzon residents to observe home quarantine and social distancing to fight the new coronavirus, which he described as a "vicious and invisible enemy." As of Monday, the country has 142 cases of the new coronavirus after two more patients tested positive. READ MORE: COVID-19 cases in PH now at 142; one more patient recovers
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.