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(15); threads[0] = new thread(31835, 'Mountbatten Road residential site for sale with S$13m guide price', 'New Reporter', '14-12-20', '15:14'); threads[1] = new thread(31834, 'Subzones of D9', 'aspirations', '13-12-20', '16:20'); threads[2] = new thread(31832, '\'Calibrated\' GLS, falling condo inventory could revive en bloc market: analysts', 'New Reporter', '11-12-20', '10:25'); threads[3] = new thread(31831, 'HDB \'lottery\' conundrum: analysts weigh in on ways to mitigate it', 'New Reporter', '10-12-20', '11:02'); threads[4] = new thread(31830, 'Les Maisons Nassim', 'Mralbert SGProperty', '07-12-20', '11:48'); threads[5] = new thread(31829, 'Balestier unit fetches S$3.5m profit in October sale; Sentosa apartment records S$6.2', 'New Reporter', '06-12-20', '19:07'); threads[6] = new thread(31828, 'Loss-making private home resales bear watching as stimulus tapers off', 'New Reporter', '06-12-20', '19:04'); threads[7] = new thread(31827, 'First-time room lessor shares tenant-related woes online', 'Arcachon', '05-12-20', '08:56'); threads[8] = new thread(31826, 'Arcachon is 163 years old.', 'Arcachon', '05-12-20', '08:42'); threads[9] = new thread(31825, 'Move aside, Paris and Milan: luxury brands are pivoting to Asia-Pacific as China splu', 'New Reporter', '04-12-20', '23:17'); threads[10] = new thread(31824, 'Normanton Park by Kingsford', 'uncleloh', '04-12-20', '17:32'); threads[11] = new thread(31823, 'Los Angeles home sales soar as housing market defies Covid-19', 'New Reporter', '01-12-20', '21:48'); threads[12] = new thread(31822, 'Bullish mood sweeps through Australian housing market', 'New Reporter', '01-12-20', '21:40'); threads[13] = new thread(31821, 'East Coast pre-war bungalow for sale with S$19m guide price', 'New Reporter', '01-12-20', '21:26'); threads[14] = new thread(31820, 'URA, HDB release Ang Mo Kio condo plot and Tengah EC site', 'New Reporter', '01-12-20', '21:22');