Thursday, June 26, 2025
28.6 C
Singapore

Chee Soon Juan donates blood in Bukit Batok

The Singapore Democratic Party (SDP) has stated its intention to contest the upcoming by-election in Bukit Batok Single Member Constituency. The secretary-general of the political party, Dr Chee Soon Kuan, is expected to contest the election.
Dr Chee and party members were doing their house visits today in Bukit Batik when they chanced upon a blood donation drive at Bukit Batok Secondary School.
Without thinking twice, SDP’s head went forward to give his blood.
Commenting on Dr Chee’s selfless act, Tan Tee Seng, a former political detainee said, “This man lietrally gives his blood and sweat. Salute!”

See also  Aunties in Yishun hug and kiss Law Minister K Shanmugam during walkabout

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