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(20912, 'Jazz Jackrabbit sprites splay image remix revision', 'krlevelgroupsLTD', 'Jun 26, 2026', '07:41 PM'); threads[1] = new thread(20911, 'Let\'s talk about BANNED people from the server(jazz2online)', 'FabiAN[NC]', 'Jun 21, 2026', '11:35 AM'); threads[2] = new thread(20909, 'Bug Report roast after autostop', 'FawFul', 'Jun 3, 2026', '10:38 AM');