ADVERTISEMENT

Sotto hits PNP: Why treat SUV driver with kid's gloves?

Published Jun 13, 2022 03:45 pm

Outgoing Senate President Vicente C. Sotto on Monday, June 13 slammed the Philippine National Police (PNP) for its kids’ gloves treatment of an SUV driver who recently ran over a security guard while manning traffic in Mandaluyong City.

Sotto said the failure of the PNP to arrest the driver show an apparent police incompetence.

The driver, identified only as a ‘’Mr. San Vicente,’’ remained on the lam.

Sotto said what the driver of the white Toyota RAV 4 did was life threatening.

"Kitang-kita na merong violation na ginawa (It was very obvious there was a violation done)...very dangerous. It could even lead to frustrated murder, hindi ba? Hindi lang homicide kung namatay (It's not just homicide had the victim died," Sotto pointed out.

"So, dapat yun, inaaresto, hindi iniimbita. Identified na nila eh (He should have been arrested, not invited. They already identified him). So what’s wrong?

"Yan ang sinasabi ko rito, di ba (That's what I am saying, right)? Instead of inviting, instead of asking attendance, or expecting them to attend, there should be an order of arrest. Ganun ang thinking ko. Blatant, kitang-kita, sobra (That's how I perceive it. It was blatant violation). A good driver will not do that. Yun lang aso o kaya pusa, iiwasan mo, di ba? Ito, tao eh. Anong klase yun? (We even avoid hitting a dog or kitten. But here we have a person who was hurt. What kind of person is that?) Why are we using kid’s gloves? That’s my point)," the Senate leader added.

The Senate chief said this is not a good sign that might prompt people to think that the it is alright to run over a person.

Police have gone to an exclusive subdivision in Quezon city where the driver of the vehicle was reported residing but have not reportedly found him.

Police Lt. Gen. Vicente Danao Jr. — PNP officer-in-charge until a new chief is named — said that the man they identified only as Mr. "San Vicente" already had a previous traffic infraction for reckless imprudence on record.

Danao said the refusal of ‘’Mr, San Vicente’’ to surrender or explain his side meant that he could be guilty.

‘’I'm challenging you, Mr. San Vicente, you don't want to surrender, fine. I have one t"The possibility is you're guilty. Why don't you want to surrender? I'm challenging you, Mr. San Vicente, you don't want to surrender, fine. I have one thing to say to you: maybe you're an addict...no person in his right senses will do that,’’ Danao said.

Danao also called on the Land Transportation Office (LTO) to revoke the license of the suspect to minimize the risk of additional danger to more people.

`He said the PNP is wait ing for an arrest warrant for him as it has filed criminal charges against him.

Related Tags

Tito Sotto SUV driver HIT AND RUN mandaluyong city PNP
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.