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(4); threads[0] = new thread(20915, 'My situation, JDC and Cheating allegations', 'cherrish', 'Jul 8, 2026', '08:13 AM'); threads[1] = new thread(20913, 'In-game crash when changing sound device', 'FawFul', 'Jul 5, 2026', '04:38 AM'); threads[2] = new thread(20912, 'Jazz Jackrabbit sprites splay image remix revision', 'krlevelgroupsLTD', 'Jun 26, 2026', '07:41 PM'); threads[3] = new thread(20911, 'Let\'s talk about BANNED people from the server(jazz2online)', 'FabiAN[NC]', 'Jun 21, 2026', '11:35 AM');