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(8); threads[0] = new thread(176976, 'ANNOUNCEMENT: New Monthly Award for Ranking in the Top 20', 'RhetoriK', '04-25-2024', '04:25 PM'); threads[1] = new thread(176973, 'Welcome LB\'s 2 Newest Moderators - Esso and Blocc', 'RhetoriK', '04-24-2024', '08:43 PM'); threads[2] = new thread(176959, 'Congrats to Purps - Unified Text Championship Winner', 'RhetoriK', '04-22-2024', '11:56 AM'); threads[3] = new thread(176939, 'April 2024 Update #1: Audio Tournament & Title Structure Changes', 'RhetoriK', '04-19-2024', '01:36 PM'); threads[4] = new thread(176925, 'Congratulations: Row - 2024 Topical Champion', 'RhetoriK', '04-16-2024', '01:50 AM'); threads[5] = new thread(176905, 'Congratulations: Phroxen', 'Óðinn', '04-10-2024', '06:45 PM'); threads[6] = new thread(176904, 'Congratulations: RhetoriK', 'Óðinn', '04-10-2024', '06:32 PM'); threads[7] = new thread(176878, 'Congrats to Masked-Reaper for winning Text Premier League 2024', 'RhetoriK', '04-03-2024', '10:45 AM');