ADVERTISEMENT

Resolve 'missing' clay targets issue soon –Singson

Published May 11, 2023 10:40 am
Led by former Philippine National Shooting Association president Luis “Chavit” Singson, concerned shotgun shooters have sent a legal demand letter to the PNSA Moving Target Aggrupation Committee members on the P1.93 million worth of clay targets the association bought on their behalf that has reportedly been “missing.” *Former PNSA president Luis “Chavit” Singson (third from left) with former national shotgun shooters Raul Arambulo (second from left) and Eduardo Fernandez (right). With them is resigned national shotgun coach Fernando Mercado.*
Named in the demand letter composed by the Divina Law Firm led by Atty. Nilo Divina, Dean UST Faculty of Law, and sent last May 4, were PNSA MTA Committee and board members Veneranda “Iryne” Garcia, PNSA secretary general, MTA committee chairman Adel Samson and Jerry Sun. Besides Singson, now the PNSA chairman emeritus and considered the godfather of local shooting, demanding the accounting were former national shotgun shooters and PNSA members Eduardo Fernandez and Raul Arambulo. They also demanded the MTA Committee to present the MTA passbook placed under the name of Garcia where P343,231.21 was deposited for the use in purchasing the equipment of the shotgun shooters. The MTA Committee was given five days to reply upon receipt of the letter over the “missing” clays as well as the presentation of the MTA passbook, Arambulo said, or else face possible legal and other consequences. Fernandez and Arambulo earlier wrote Sunday last January to clarify what happened to the two 20-foot containers vans containing the LaPorte clay targets that were stored at the Philippine Sports Commission shooting range inside the Bureau of Corrections property in Muntinlupa. The letter was coursed to PNSA president Isabela Rep. Emmanuel Mike Dy III, House Youth and Sports Committee chairman, said Arambulo, disclosing the container vans with the targets were no longer there during his personal visit last December 2022. “We followed up the letter last March, but we likewise failed to gain a reply from the committee,” he said. The PNSA purchased these clay targets through the PSC on behalf of the shotgun shooters, who, including Singson, pooled their resources to save on import duties since they would be used for the benefit and development of the sport, according to Arambulo. “However our clients, together with other longstanding members of the MTA, recently discovered that the bulk of the clay targets, which previously consisted of two (2) two-foot containers, disappeared at the PSC Shotgun Range inside the Bureau of Corrections,” the letter pointed out. “Further, a sum P343,321.21 was turned over to Ms. Venaranda ‘Iryne’ Garcia in 2019. This, together with an undetermined amount representing the tournament fees paid for by various members and the proceeds of clay target sales during practices, are funds contributed by the members in trust and confidence,” the letter pointed out. A copy of the Metrobank check issued to Garcia in the said amount was presented as a piece of evidence in the demand letter. “These are supposed to be reflected in the MTA bank account opened in Ms. Irene’s name, and another MTA director as co-signatory. The passbook of the said account, to the best of our clients’ knowledge, is in the custody of Ms. Garcia,” the letter said. Arambulo, who, together with Fernandez, was called by Singson for consultation before the demand letter was sent, said that the former Ilocos Sur governor was “disappointed by the seeming abuse of authority of some PNSA officials for an insignificant financial gain. “Gov. Chavit wants the truth to come out about the two containers that disappeared at a highly secured facility such as the PSC shotgun range within the property of the Bureau of Corrections.” “He (Singson) wants the PNSA and the PSC to investigate these assets since the government sports agency is involved and was paid for by the shotgun shooters themselves. Gov. Chavit was the biggest contributor of this fund,” Arambulo stressed. “Singson has been the biggest benefactor of the PNSA over the past decades and wants only to stamp out any hint of corruption in shooting sports once and for all so others can confidently support our athletes,” he said. “We believe PNSA president Mike Dy should act since no less than his predecessor, Gov. Chavit, has raised concern over the issue and once it resolved as soon as possible.”

Related Tags

Chavit Singson
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.