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(20911, 'Let\'s talk about BANNED people from the server(jazz2online)', 'FabiAN[NC]', 'Jun 21, 2026', '11:35 AM'); threads[1] = new thread(20909, 'Bug Report roast after autostop', 'FawFul', 'Jun 3, 2026', '10:38 AM'); threads[2] = new thread(20908, 'Feature Request Spectating improvement(s)', 'cooba', 'May 28, 2026', '04:11 PM');