ADVERTISEMENT

ECQ extended in Bacolod, Negros Occidental until April 30

Published Apr 9, 2020 12:00 am
By Glazyl Masculino BACOLOD CITY - The Enhanced Community Quarantine (ECQ) here and in Negros Occidental has been extended until April 30, 2020. Negros Occidental Governor Eugenio Jose Lacson and Bacolod Mayor Evelio Leonardia  (Facebook / MANILA BULLETIN) Negros Occidental Governor Eugenio Jose Lacson and Bacolod Mayor Evelio Leonardia
(Facebook / Negros Occidental PIO / Bacolod City PIO / MANILA BULLETIN) Bacolod Mayor Evelio Leonardia and Governor Eugenio Jose Lacson announced this in separate press briefings on Wednesday following the issuance of their respective Executive Orders. Leonardia said that they made such decision, following a series of discussions with the Bacolod Inter-agency Task Force against coronavirus disease 2019 (COVID-19), and other concerned government agencies. He said the extension of the ECQ is necessary for the city not to lose its current gains and momentum in terms of controlling the spread of the virus. Based on the Executive Order, the City Health Office (CHO) reported that since COVID-testing began here, a total of 162 persons had been tested as of April 8. Of the total figure, seven tested positive, with one fatality, 99 tested negative, while 56 are still waiting for the results from the bio-laboratories in Manila and Iloilo. Leonardia said that the statistics show that the danger of local transmission is still a grave and present threat which cannot be underestimated. "All the foregoing premises considered, the city cannot be complacent and must therefore continue to institute stringent measures to stop the transmission of COVID-19," he added. The ECQ in the city started on March 30 and was supposed to end on April 14. The local executive believed that “it is an utmost necessity to continue the ECQ.” “We should learn from what had happened abroad and what is still happening in big countries today. It’s better to be safe than sorry,” he said. He said that all the rules and regulations based on E.O. NO. 26 earlier issued for the declaration of ECQ shall prevail on the extension. He asked for the continued support and cooperation of the people, by staying home, practicing social distancing, and wearing masks when going out in public places. Vice Mayor El Cid Familiaran, who is also the chairman of the task force, welcomed the mayor’s decision, saying that “we cannot sacrifice the health and safety of our constituents while waiting for the results of the 56 remaining swab samples.” He also said that 244 persons under monitoring (PUMs) are still being monitored. Leonardia assured the people that the city is ready for an extended ECQ. He said that the city will distribute the second tranche of food packs this week. However, beneficiaries of 4Ps can no longer avail of the food packs because they have already received their cash benefits from the national government. The food packs which are supposedly intended for them will be given to those who need them more. Last week, the city distributed food packs to 40,000 households. In Negros Occidental, Lacson, in his Executive Order, said that as a disease prevention and control measure in limiting the transmission of COVID-19 in the province, the Provincial Health Office (PHO) has recommended the said extension. “It’s still the same ECQ we are experiencing now,” he added. Lacson said the validity of the ECQ passes earlier issued by the provincial government is deemed extended for two weeks. “With this extension, I hope the strategy is correct and the number will go down,” he said, referring to the number of persons under investigation (PUIs) and persons under monitoring (PUMs). Following the extension of the ECQ for two weeks, Lacson said the provincial government is planning to release 400 bags of rice per local government unit (LGU). “I hope the National Food Authority (NFA) can still cover the third round of rice distribution to all the 31 LGUs in the province,” he said. The provincial government has earlier allocated P30 million for precautionary and preventive measures against COVID-19. It also extended an additional P500,000 rice subsidy to 19 municipalities in the province.
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.