Friday, June 27, 2025
28.5 C
Singapore

ASAS Chairman is member of gay-hate Facebook group

It was recently reported that the Advertising Standards Authority of Singapore (ASAS) advised Cathay theatres to remove the statement “Supporting the freedom to love” from an advertisement for Pink Dot, displayed on an escalator in its Cineleisure shopping mall.

Award-winning novelist, Ovidia Yu, said in her Facebook that when she called ASAS to ask about the advisory to Cathay, she was told that the ASAS chairman has the final say on making decisions in matters such as this.

https://www.facebook.com/ovidia.yu/posts/10157426232509619

Ovidia Yu revealed that The ASAS Chairman, Tan Sze Wee, is a member of Barker Road Methodist Church. Mr Tan is the executive director of A*STAR’s Science and Engineering Council. His bio on A*STAR states that he volunteers with the Young Men’s Christian Association’s local chapter.

A search in the Facebook group ‘We Are Against Pink Dot in Singapore’ (WAAPD) shows that Mr Tan is also a member of this group.

https://www.facebook.com/groups/waapd/?order=&filter=&member_query=tan%20sze%20wee&view=members

The group is the one which first raised objections to the theatre-chain displaying the advertisement.

See also  Post goes viral -- Motorist helps delivery rider who collapses on his motorcycle
https://www.facebook.com/groups/waapd/permalink/1401477933222333/

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });