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(8); threads[0] = new thread(37839, 'Im happyreally happy I at last registered', 'CarltonPat', '19-09-25', '23:55'); threads[1] = new thread(37838, 'I am the new one I finally registered', 'CarltonPat', '19-09-25', '22:43'); threads[2] = new thread(37837, 'Im gladreally happy I now registered', 'CarltonPat', '19-09-25', '21:18'); threads[3] = new thread(37836, 'I am the new one I finally signed up', 'CarltonPat', '19-09-25', '17:18'); threads[4] = new thread(37835, 'The start of another Bull run', 'Arcachon', '18-09-25', '10:54'); threads[5] = new thread(37834, 'Pasir Panjang freehold residential property up for en bloc sale at S$50.5 million', 'Arcachon', '17-09-25', '08:47'); threads[6] = new thread(37833, 'Loyang Valley nearing en bloc deal, with several developers in due diligence', 'Arcachon', '10-09-25', '11:01'); threads[7] = new thread(37832, 'Stupid Advertisement by CondoSingapore Forum', 'Arcachon', '10-09-25', '10:31');