ADVERTISEMENT

House should act quickly on franchise applications -- Poe

Published May 7, 2020 12:00 am
By Vanne Elaine Terrazola  The closure of ABS-CBN is a "wake-up call" for Congress to act expeditiously on pending applications for legislative franchises, Senator Grace Poe said Thursday. Sen. Grace Poe (Senate of the Philippines / MANILA BULLETIN) Sen. Grace Poe
(Senate of the Philippines / FILE PHOTO / MANILA BULLETIN) The Senate public services committee chair said the National Telecommunications Commission's (NTC) about-face on the operations of ABS-CBN should prompt lawmakers, particularly in the House of Representatives, to finally take action on the franchise renewal of the media giant. ABS-CBN's 25-year congressional permit expired on Monday, May 4. It was forced to go off air the following day, May 5, due to a cease and desist order (CDO) issued by the NTC. "It’s a wake-up call for them (House) that NTC is not adhering to what it professed that it will do based on the opinion of the DOJ (Department of Justice)," Poe said in an interview with ANC, as she recalled the NTC's commitment last March that it will give the network a provisional authority to operate pending the renewal of its franchise by Congress. Poe said the Lower Chamber's actions in the next coming days would be "crucial" in determining the fate of the beleaguered broadcast company. Like budget and tax measures, franchise bills emanate from the House of Representatives, and if approved, shall be transmitted to the Senate for concurrence. Senators have repeatedly expressed support for the approval of ABS-CBN's continued operations and said they are just waiting for the House to approve the bill on the network's extended franchise. Senate President Pro Tempore Ralph Recto, in a separate interview with CNN Philippines, said he expects that congressmen will be pushed to act on the franchise renewal. "I assume there would be pressure to the House to continue with hearings, hopefully, to pass the franchise of ABS-CBN before we go on a break on June so we could tackle it immediately," he said. A proposed joint resolution has been filed anew at the Lower Chamber seeking to grant a provisional franchise to ABS-CBN until June 2022. But Recto said Congress could just pass the bill renewing ABS-CBN franchise for another 25 years, instead of a mere resolution. "If we're gonna pass anything might as well pass the extension already," he said. Poe, for her part, said the joint resolution "would be good if really thinks that they need to deliberate further on the measure of the franchise of ABS-CBN; if they are deserving of another 25 years." Senate President Vicente Sotto III, meanwhile, said members of the House should not keep on blaming the NTC. He earlier pointed out that the Lower Chamber's inaction on the franchise renewal led to the closure of ABS-CBN. "It's better they tackle their bill rather than blame NTC," Sotto said in text message. A joint resolution requires the approval of both houses of Congress, and the signature of the President to take effect. Like a bill, it would have the force and effect of a law.
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.