Thursday, June 26, 2025
28.5 C
Singapore

WP MP Pritam Singh makes an appearance as god of prosperity at Aljunied GRC CNY dinner

Workers’ Party assistant secretary-general Pritam Singh made a grand entry as god of prosperity, Cai Shen Ye, at the Aljunied GRC Lunar New Year Dinner Celebration over the weekend.

The celebration, which was held near 153 Serangoon North Ave 1 on Saturday (10 Mar), saw constituents lap up Singh’s jolly performance as he threw chocolate gold coins in the air:

Cai Shen in the house! Pritam Singh's at it again, at Aljunied GRC's CNY dinner at Blk 153 Serangoon North Ave 1 this evening 🙂

Posted by Aljunied GRC on Saturday, 10 March 2018

This is not the first time that Aljunied GRC MPs have immersed themselves in celebrating Singapore’s holidays with their constituents.

Even as long ago as seven years ago, the MPs made the effort to dress in Indian clothes to celebrate Deepavali along with Aljunied residents. Sylvia Lim, the party’s chairman, even shared a short story on the significance of Deepavali, peppered with some Tamil words, to the residents’ joy:

AJCC Deepavali Celebrations 2011

Posted by Aljunied GRC on Thursday, 24 November 2011

See also  PAP wards have PA to run events, the WP does everything itself: Aljunied-Hougang town councillor

Hot this week

Malaysian woman arrested at Woodlands Checkpoint for smuggling drugs worth $142,000

SINGAPORE: A 46-year-old Malaysian woman was arrested at Woodlands...

One dead, one injured in fatal lorry collision on CTE; 24-year-old driver arrested

SINGAPORE: A fatal accident involving two lorries on the...

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); } });