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(21846, 'William Jacket (WJ)', 'williamjacket', '03-01-2024', '06:26 AM'); threads[1] = new thread(21845, 'Help with advice', 'olgalun', '01-09-2024', '06:02 PM'); threads[2] = new thread(21837, '20 years', 'Red', '07-27-2022', '08:51 PM'); threads[3] = new thread(21836, 'So, is this one of the last sites not hosted on AWS or GCP?', 'Red', '07-27-2022', '08:23 PM'); threads[4] = new thread(21835, 'Grub Bootloader', 'Shaunhoskins6', '04-27-2022', '11:00 AM'); threads[5] = new thread(21834, 'Different storage options for video games', 'dixiechey', '02-28-2022', '09:53 AM'); threads[6] = new thread(21833, 'Hi folks', 'Freaky', '10-30-2021', '04:57 PM'); threads[7] = new thread(21832, 'Where can I find suitable slots?', 'jackfarrah1991', '10-19-2021', '08:56 AM'); threads[8] = new thread(21831, 'Hi, everybody', 'jackfarrah1991', '10-07-2021', '03:03 PM'); threads[9] = new thread(21830, 'Hey all!', 'goldierox2117', '09-13-2021', '02:20 AM'); threads[10] = new thread(21818, 'Hey Bid,', 'Jakub', '10-10-2019', '04:05 PM'); threads[11] = new thread(21817, 'How do I?', 'Jakub', '10-09-2019', '07:36 PM'); threads[12] = new thread(21816, 'did anyone hear about anthony bourdain', 'Jakub', '09-09-2019', '10:31 AM'); threads[13] = new thread(21815, 'did you hear', 'Jakub', '09-09-2019', '10:30 AM'); threads[14] = new thread(21814, 'so what do you guys think', 'Jakub', '09-09-2019', '10:07 AM');