ADVERTISEMENT

ROUNDUP: News in and around Metro Manila (Oct. 24, 2018)

Published Oct 24, 2018 06:56 pm
37 youth offenders escaped from custodial facility in Manila At least 37 youth offenders escaped the Manila Youth Recreational Center (MYRC) custodial facility in Arroceros, Manila on Tuesday. Authorities said the minors bolted by sawing off the gate of their dormitory and by scaling the wall at the back portion of the custodial facility closest to the Pasig River at around 3 a.m. Members of the city hall security force recaptured two of the escaped offenders including one tagged for keeping a loose firearm in Barangays 228 and 221, Tondo, Manila. Police said the minors were involved in illegal drugs, illegal possession of firearms, gambling, snatching, and other crimes. Meanwhile, MYRC and the Manila Social Welfare Department refused to issue a statement regarding the said incident. (Erma Edera) Fake traffic enforcer nabbed in Manila Dressed in Manila Traffic and Parking Bureau (MTPB) uniform, a man posing as a traffic enforcer was nabbed by police after he allegedly extorted money from several motorists on Tuesday night. MTPB identified the suspect as Marc Leonard Arquera and he was arrested along Lacson Avenue in Manila. According to Mark Urieta, chief of the Anti-Scalawag and Internal Affairs division of MTPB, part of Arquera’s modus operandi is that he would fabricate a violation such as swerving and beating the red light to extort money from drivers of trucks and private vehicles. “He would come up with an initial violation and make it worse then he would threaten the driver that he would impound their vehicles. He would also ask for P8,000 cash from the motorists,” Urieta said. However Arquera denied the allegations and said that he volunteered to be a traffic enforcer as part of his community service in Traffic Sector 4. “That is not true, I am just befriending the drivers,” he said. It was learned that the suspect was also caught for committing the same crime in 2016 in Tondo, Manila after a mechanic complained him for extortion. MTPB Chief Dennis Alcoreza also warned the public that they will continue to hunt fake traffic enforcers preying on motorists. The suspect will be charged for violating Article 293 or robbery through extortion. (Erma Edera) 4 alleged members of carnapping group, man caught dismantling a stolen vehicle arrested Four alleged members of a notorious carnapping group said to be responsible in series of carnapping incidents in Metro Manila, and a man caught dismantling a stolen vehicle were arrested in separate operations in Quezon City, police reported Wednesday. Quezon City Police District Director, Chief Superintendent Joselito Esquivel Jr. identified the arrested suspects as relatives Alex Baccay, 35, Joel Baccay, 25, Francis Baccay, 26, and Jane Baccay, 21, residents of Binangonan, Rizal and said to be members of the so-called "Baccay Carnapping Group," and Jaime Baluis, 50, of Sta. Cruz, Manila Police report showed that last Monday, a certain Avelino Sarmiento reported to the QCPD-Anti-Carnapping Group (ANCAR) that his Silver Mitsubishi Canter with plate number UJH-884 was stolen while parked in front of his house on Matapat Street in Barangay Pinyahan around 4:30 a.m. the same day. Based on statements of the witnesses, a gold Toyota Corrola bearing plate number PML-649 was noticed roaming suspiciously in the area before Sarmiento's car was stolen. Further investigation revealed that the suspects' vehicle was identified to have been used in other carnapping incidents in Quezon City and nearby cities targeting trucks and closed vans based on footages obtained from closed-circuit television and testimonies from other witnesses. With this, QCPD-ANCAR operatives were immediately dispatche to arrest the group in Binangonan, Rizal after receiving information on their hideout. At around 11 p.m., authorities spotted the suspects roaming in Barangay Calumpang on board the reported gold Toyota Corolla. While operatives tailed the suspects, the group apparently sensed the presence of the police and opened gunfire in an attempt to escape. However, the suspects were eventually cornered and arrested near the gate of a church in Binangonan, Rizal. Meanwhile, during investigation, the suspects disclosed that Sarmiento's Mitsubishi Canter was already sold to a certain Alvin Rescover nad was brought to a warehouse on Ellias Street in Sta. Cruz, Manila. This resulted to a follow-up operation that resulted in the arrest of Balusi after officers caught him dismantling a Mitsubishi Canter. Upon verification, it appears that it was the same vehicle reportedly stolen from Sarmiento. Aside from the stolen Mitsubishi Canter and the Toyota Corolla, operatives were also able to recover a dismantled motor vehicle engine and two sets of plate numbers which will be for verified by the Land Transportation Office. Arrested suspects are now under police custody and will be facing charges for violation of anti-carnapping law and anti-fencing law. (Alex San Juan)
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.