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(20936, 'Feature Request Remove /bulletpush and make "off" the new default', 'FawFul', 'Sep 4, 2026', '04:24 AM'); threads[1] = new thread(20935, 'Bug Report Chatlogger missing in jj2 GOG mod add-on', 'FawFul', 'Sep 4, 2026', '01:46 AM'); threads[2] = new thread(20933, 'Bug Report 32-bit graphics are glitchy when used in gems for Coop/SP end of level screen', 'froducish', 'Aug 23, 2026', '01:03 PM');