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(72447, 'Redhorse Cafe -' + '- the Food Truck', 'OLChemist', '06-21-2021', '12:08 PM'); threads[1] = new thread(72410, 'Steve Wikviya LaRance', 'OLChemist', '06-05-2021', '10:28 PM'); threads[2] = new thread(72406, 'Remains of 215 children found on grounds of residential school', 'OLChemist', '05-29-2021', '10:30 AM');