ADVERTISEMENT

Thai PM frontrunner says only one more shot at forming govt

Published Jul 15, 2023 11:44 pm
BANGKOK, Thailand -- The liberal frontrunner to become Thailand's next prime minister said Saturday he would withdraw his candidacy if parliament did not endorse him next week, after military-appointed lawmakers foiled his first attempt. Pita Limjaroenrat's Move Forward Party (MFP) won the most seats in May elections, buoyed by young Thais eager for progressive reforms after nine years of army-backed rule in the kingdom. But the Harvard-educated millionaire's campaign to lead the next government was knocked back Thursday by senators in parliament who consider his pledge to reform strict royal defamation laws a red line. The legislature holds its second ballot for a new prime minister on Wednesday, and Pita said he would support a candidate from coalition partner Pheu Thai if he again failed to win the needed votes. "I'd like to apologise that we haven't succeeded," he said in a video address posted to social media. "I'm ready to give a chance to Thailand by letting the party that has the second most votes... be the one to form the coalition." Pita was 51 votes short of the 375 lawmakers he needed to support his candidacy during the first ballot. Just 13 senators voted for him, with many voicing their opposition to MFP's pledge to soften the kingdom's royal defamation laws. After the first ballot, the party ruled out compromising on its proposed revisions to the laws, which currently allow convicted critics of the monarchy to be jailed for up to 15 years.

\- 'Help with this mission' \-

All 250 senators were appointed under the junta-drafted constitution, which political analyst Thitinan Pongsudhirak said was a reliable impediment to MFP's reformist platform. "It is a way for the authority and the regime to stay in power in the long term and to prevent a pro-democracy government that can stand against them," he told AFP on Friday. Pita urged his supporters on Saturday to get "creative" in urging senators to throw their support behind him in the next round. "I alone can't change the senators' mind. Therefore, I ask everybody to help with this mission," he said. "Send a message to the senators in every way possible, every way you can think of." The MFP's largest coalition partner Pheu Thai is seen as a vehicle for the Shinawatra political family, whose members include two former prime ministers displaced by military coups in 2006 and 2014. Property tycoon Srettha Thavisin, 60, is widely tipped to be Pheu Thai's candidate for prime minister if Pita's bid fails again. Liked by business leaders among Thailand's influential elite, he has been touted as a potential compromise candidate. \- Wave of support \- Pita rode a wave of support that saw voters emphatically reject almost a decade of army-backed rule under Prayut Chan-o-cha, who took power in the 2014 coup. But the MFP's reformist agenda has drawn strident objections from conservative supporters of the country's establishment. Thursday's vote on Pita's candidacy came just a day after Thailand's top election body recommended the Constitutional Court suspend Pita as an MP -- providing more fuel for senators already poised to vote against him. The electoral commission recommended Pita's suspension from parliament over allegations he broke campaign rules. The recommendation followed a probe into Pita's ownership of shares in a media company, which MPs are prohibited from holding under Thai law. The station has not broadcast since 2007, and Pita has said the shares were inherited from his father. The Constitutional Court has also agreed to hear a case alleging that the MFP's position on royal defamation laws is tantamount to a plan to "overthrow" the constitutional monarchy.

Related Tags

world news
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.