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(20921, 'Jazz Jackrabbit for Sega Genesis/Megadrive', 'haroldo-ok', 'Jul 19, 2026', '03:07 PM'); threads[1] = new thread(20920, 'Bug Report Incorrect character animations in some levels', 'Zero[CDF]', 'Jul 17, 2026', '06:56 AM'); threads[2] = new thread(20918, 'Jazz Jackrabbit Rabbit\'s Revenge - a fangame', 'Sherokee', 'Jul 15, 2026', '11:07 AM'); threads[3] = new thread(20916, 'Plus updater using installation settings', 'Assassin', 'Jul 9, 2026', '09:52 AM'); threads[4] = new thread(20915, 'My situation, JDC and Cheating allegations', 'cherrish', 'Jul 8, 2026', '08:13 AM'); threads[5] = new thread(20913, 'In-game crash when changing sound device', 'FawFul', 'Jul 5, 2026', '04:38 AM'); threads[6] = new thread(20912, 'Jazz Jackrabbit sprites splay image remix revision', 'krlevelgroupsLTD', 'Jun 26, 2026', '07:41 PM');