ADVERTISEMENT

Año to LGUs, PNP: Prioritize road safety measures as face-to-face classes start

Published Jun 17, 2022 01:44 pm

Department of the Interior and Local Government (DILG) Secretary Eduardo M. Año stressed Friday, June 17, that the local government units (LGUs) and the Philippine National Police (PNP) should free the national highways from tricycles and pedicabs unless allowed by local ordinances in the absence of alternate routes for the safety of the children attending face-to-face classes.

DILG logo

He issued the call after reminding all the localities to continue and follow-through on the implementation of the nationwide Road Clearing Operation (RCO) and campaign against tricycles on national highways “to protect children from road accidents following the shift of schools to the face-to-face conduct of classes.’’

“The Road Clearing Ops and no trike on national highway campaign have to be sustained. Hindi puwedeng ningas-kugon (It should not start with passion and end with lack of interest). We urge our LGUs to continue and sustain their successes to protect our children from road accidents, lalo na ngayong papalapit na ang (especially with the start of) face-to-face classes,” Año said.

Out of the 41,365 barangays covered by the RCO initiative, Año noted that 93.53 percent or 38,690 barangays continue to respond to the call to clear streets of obstructions for the month of March 2022 with the latest data submitted on May 6, 2022.

He said that all regions were above the 80 percent adherence rate, establishing the hard work performed in the barangays in ensuring that their streets are free from obstructions and are safe for children to travel.

“Malaking tagumpay ito sa pagtiyak natin na magiging ligtas ang ating mga anak sa kalsada. Hinihikayat natin ang mga LGU na protektahan ang mga bata sa pamamagitan ng pagpapatutuloy ng mga nasimulan ng programang ito sa susunod na administrasyon (This is a huge success to ensure the safety of our children on the streets. We urge the LGUs to protect the children through the programs which shall be continued by the next administration),’’ he added.

Likewise, Año explained that each city and municipality should activate their respective tricycle task forces that are separate from the tricycle regulatory boards to formulate or review its tricycle route plan.

“Kadalasang tricycle ang sinasakyan ng mga bata sa pagpasok sa eskuwela kaya naman mahalaga na tiyaking ng mga LGUs na ligtas ang daan at sumusunod ang mga drayber sa mga limitasyon nila (Most of the time, children ride on tricycles on their way to school that is why it is important for the LGUs to make sure that the roads are safe and the drivers observe their limitations),’’ he noted.

Policies vs road traffic injuries

Año added that newly-elected officials (NEOs) must also look at formulating policies that lead to the protection of children from road accidents for this will play a critical role in ensuring that they are safe on the streets and far from road traffic injuries.

He encouraged them to include in their priority programs and/or continue existing road safety initiatives protecting children from road accidents and penalizing individuals exposing children to possibility of involvement in road traffic injuries.

The DILG chief said that the NEOs have the most opportune prospects as new LGU officials to dictate the pace and introduce new programs on top of their platforms.

“As the influx of children travel on roadways going and back from their schools, children are exposed to road accidents. These policies on road safety can save lives and reduce road collision deaths and injuries,” he explained.

Meanwhile, DILG Undersecretary Jonathan Malaya enjoined the LGUs to participate in the Nationwide Child Road Safety Law Enforcement Visibility activities where the government’s effort on road safety for children will be highlighted.

He emphasized that the cities such as Quezon, Valenzuela, Tuguegarao, Danao, Ormoc, and Zamboanga are participating in the said event by setting up separate checkpoints, particularly around schools, to distribute information, education and communication materials on various road safety laws.

“We are likewise encouraging all LGUs nationwide to join us in Nationwide Child Road Safety Law Enforcement Visibility activities and participate by initiating parallel activities, advocacy efforts, and related programs in preparation for the opening of classes,” Malaya said.

The Nationwide Child Road Safety Law Enforcement Visibility activities are part of the government’s ‘Oplan Balik Eskuwela’ and is spearheaded by the National Coalition for Child Road Traffic Injury Prevention in partnership with national government agencies and civil society organizations.

Related Tags

pedicabs FACE-TO-FACE CLASSES Road Safety Month DILG Eduardo Año 2 tricycles
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.