function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(7); threads[0] = new thread(37970, 'Vela Bay', 'zero_hero', '30-01-26', '09:47'); threads[1] = new thread(37969, 'Hudson Place Residences', 'zero_hero', '30-01-26', '09:42'); threads[2] = new thread(37968, 'Future Trading Clone Script: What Features Really Matter in 2026?', 'joshsophia', '29-01-26', '20:08'); threads[3] = new thread(37967, 'How to Pick the Right DeFi Staking Development Company?', 'leoparker22', '28-01-26', '17:50'); threads[4] = new thread(37966, 'Recent GCB deals signal firm pricing and renewed confidence at the top end', 'New Reporter', '27-01-26', '17:09'); threads[5] = new thread(37965, 'Kingsford tops bids at S$918.3 million for first private condo site at former Keppel', 'New Reporter', '27-01-26', '17:02'); threads[6] = new thread(37964, 'Despite 14% subsidy clawback, a S$788,000 Berlayar BTO flat is a solid buy', 'New Reporter', '27-01-26', '16:48');