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(5); threads[0] = new thread(34052845, 'Where is the RX 6969?', 'Sound_Card', 'Jun 29, 2021', '06:56 PM'); threads[1] = new thread(34052843, 'Radeon Software Adrenalin 21.6.2', 'pax', 'Jun 29, 2021', '12:28 PM'); threads[2] = new thread(34052839, 'Ryzen 1x00 discontinued with windows 11', 'badsykes', 'Jun 29, 2021', '05:48 AM'); threads[3] = new thread(34052835, 'intel i9 i9-7980XE , i9-7960X CPU, i9-7920X CPU at discounted prices', 'badsykes', 'Jun 28, 2021', '12:26 PM'); threads[4] = new thread(34052828, 'What Performance Monitoring Overlay Is This?', 'somewon', 'Jun 26, 2021', '11:25 AM');