ADVERTISEMENT

Albano savors chance to help pass late dad's pet bill

Published Aug 4, 2020 06:15 pm

Isabela 1st district Rep. Antonio "Tonypet" Albano ushered forward Tuesday what would have been his late father's pet measure on the institutionalization of a regulatory framework for the safe operations of the local liquefied petroleum gas (LPG) industry.

Isabela Rep. Antonio "Tonypet" Albano
(Photo from Tonypet Albano Facebook page via PNA / FILE PHOTO / MANILA BULLETIN)

Tackled during a joint virtual hearing of the House Committees on Energy and on Trade and Industry were House Bills (HB) No. 302 and 5642, or the proposed LPG Regulation and Safety Act.

After nearly two hours of discussion, co-presiding officer and Energy panel chairman, Marinduque lone district Rep. Lord Allan Velasco allowed Albano to make the key motion that would move the measure closer toward its long-sought enactment.

"I move that we try to consolidate HB 302 and HB 5642 and create a technical working group (TWG) so we can pass this soonest," Albano said.

He noted that the measure was "thoroughly discussed" already during the previous Congress and that consumers have been "clamoring for this."

"I believe that in reconciling (the two bills), we would like to ask everyone to make their comments, amendments, and put their amendments there so we can proceed in filing a more comprehensive bill that can be taken by up this committee again and passed, and hopefully passed into law," he said.

When other solons participating in the hearing commented tongue-in-cheek that Albano was making a rather long-winded motion, the Isabela lawmaker couldn't help but mention his late father, LPGMA Party-list Rep. Rodolfo Albano Jr.

"Syempre (Of course)," Albano said, acknowledging his colleagues' joke and laughing with them.

"Dapat tatay ko nga mag-sponsor niyan kaya lang last year, he's gone to heaven (My father was supposed to sponsor that bill but he's gone to heaven last year)," he noted.

Albano Jr., elected as member of the current 18th Congress, died from a lingering illness at age 85 in November 2019. The Albanos are influential in Isabela, where the late solon's son, Rodolfo "Rodito" Albano III, is the incumbent provincial governor.

The late Albano's co-nominee, LPGMA Party-List Rep. Allan Ty, sponsored HB No.5642 before the joint panel. Tarlac 2nd district Rep. Victor Yap, author of HB No. 302, wasn't around for Tuesday's proceedings.

Velasco swiftly carried the motion calling for a TWG and named Quezon City 4th district Rep. Bong Suntay as TWG chairman. Suntay is a vice-chairman of the Trade committee.

"They can actually harmonize the House bills with (Senate Bill No.1188) so that it would move faster. I think one of the things we should add, which I think is present in the Senate version, is a section on the responsibilities of the LPG industry participants," he said, referring to the counterpart measure in the Upper Chamber.

Former House member, LPG Marketers Association President Arnel Ty attended the virtual hearing as a resource person. "This bill has been filed since the 12th Congress. Hopefully this bill will get passed in this Congress," he said.

"The most important provision of this bill is about consumers' right to choose whatever brand he chooses to use and also his right to be refunded on his deposits. And also to make sure that all cylinders in the market are safe and free of dilapidated cylinders," Ty said.

Of the estimated 18 to 20 million total LPG cylinders in the market, Ty pegged the number of dilapidated cylinders at around four million. LPG is primarily used by Filipinos as cooking fuel.

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.