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(3); threads[0] = new thread(37901, 'Rivelle Tampines EC', 'zero_hero', '16-10-25', '16:25'); threads[1] = new thread(37900, 'Create a Multi-Crypto Payment Gateway with CoinPayments Clone Script', 'davidbrevis', '15-10-25', '14:56'); threads[2] = new thread(37899, 'GuocoLand will introduce the Faber Residence, with a starting price of S$1,995 per sq', 'New Reporter', '14-10-25', '17:48');