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(7); threads[0] = new thread(51833, 'fatalchemist 1-S2-1-5678906', 'Roy', 'April 25th, 2025', '11:23 PM'); threads[1] = new thread(51827, 'Incomplete, Unconfirmed, and Changing List of Ruslan Smurfs', 'Kat', 'April 19th, 2025', '04:29 PM'); threads[2] = new thread(51820, 'PuffelPizza', 'PuffelPizza', 'April 19th, 2025', '04:48 AM'); threads[3] = new thread(51815, 'Is SC2Mafia still alive', 'PuffelPizza', 'April 15th, 2025', '10:58 AM'); threads[4] = new thread(51814, '{Ban List} Prisinism: 1-S2-1-3013908', 'ambroseteo91', 'April 11th, 2025', '10:52 PM'); threads[5] = new thread(51813, '{Ban List} BattleSauce 1-S2-1-8198499 (AFK) | JoeyMontana: 1-S2-1-2485634', 'Finn', 'April 4th, 2025', '09:31 PM'); threads[6] = new thread(51810, 'MU\'s Mafia Championship - Season 12 Nominations', 'Marshmallow Marshall', 'March 31st, 2025', '08:15 PM');