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(2); threads[0] = new thread(38023, 'Why Remitano Clone Scripts Remain Popular in the P2P Crypto Exchange Market', 'averydale', '08-06-26', '20:10'); threads[1] = new thread(38022, 'How Automated Liquidity Solutions Support Cryptocurrency Exchange Growth', 'averydale', '08-06-26', '19:04');