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(6); threads[0] = new thread(20777, 'Feature Request a new onDraw variant for jjBEHAVIORINTERFACE', 'Zah dud4h', 'Apr 26, 2025', '01:31 PM'); threads[1] = new thread(20776, 'Sidekick out of wall under ceiling, hits the ceiling during sidekick', 'FawFul', 'Apr 23, 2025', '11:06 AM'); threads[2] = new thread(20771, 'Single player recommendations + playthrough progress!', 'Treylina', 'Apr 17, 2025', '12:01 PM'); threads[3] = new thread(20770, 'JJ Discord?', 'BlijBlijBlij', 'Apr 13, 2025', '10:47 PM'); threads[4] = new thread(20769, 'Access Violation?', 'BlijBlijBlij', 'Apr 13, 2025', '11:04 AM'); threads[5] = new thread(20766, 'Jazz Jackrabbit (OpenJazz) coop multiplayer', 'Mekika', 'Apr 4, 2025', '04:39 AM');