Leon Perera, NCMP and WP candidate for East Coast GRC in GE2015:
“Is a campaign message like this any way to build a nation?”

Pritam Singh, MP for Aljunied GRC:
“I have no doubt HDB will not withdraw NRP funds committed for the NRP at Blk 140-149 Bukit Batok West Ave 4, regardless who wins, based on the post-2011 precedent of Eunos Spring. It would be opening itself up to a judicial review of administrative action in Court if it did.”

Frieda Chan, WP candidate for Jalan Besar GRC in GE2015:
“Murali has just ‘slapped’ the PAP MPs who have served or are currently serving full-time as elected MPs.”

Firuz Khan, WP candidate for Marine Parade GRC in GE2015:
“Is there such a thing as “Asian Values”, “Western Values”?…In retirement, however, the stark difference between the two values can be seen visually.”

Chen Show Mao, MP for Aljunied GRC:
“<…>why don’t we send one of them (Chee) to parliament and keep the other (Murali) in Paya Lebar where we live.”

Workers' Party and the Bukit Batok by-election – What the WP members said
- Advertisement -
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);
}
});
