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(15); threads[0] = new thread(20819, 'Feature Request Add a flag to disable update checking', 'Zero[CDF]', 'Sep 7, 2025', '08:12 AM'); threads[1] = new thread(20818, 'Bug Report Bullets work differently now', 'Zero[CDF]', 'Sep 3, 2025', '07:59 AM'); threads[2] = new thread(20817, 'Feature Request menu tab obtion to enable Slide Mode', 'FabiAN[NC]', 'Aug 27, 2025', '12:29 PM'); threads[3] = new thread(20816, 'blobby\'s interview with me', 'Violet CLM', 'Aug 23, 2025', '09:05 PM'); threads[4] = new thread(20815, 'Feature Request After switching ammo, show temporary text under the character showing ammo-type', 'Gagster', 'Aug 22, 2025', '07:39 PM'); threads[5] = new thread(20814, 'Feature Request Having the option of having the "Now Loading" screen lasting a little longer', 'Gagster', 'Aug 22, 2025', '02:51 PM'); threads[6] = new thread(20813, 'Jazz NEXT', 'Royal Concerns', 'Aug 22, 2025', '11:08 AM'); threads[7] = new thread(20812, 'Bug Report If Xbox controller is not powered on before starting Jazz2+, no inputs are registered', 'Gagster', 'Aug 21, 2025', '04:24 PM'); threads[8] = new thread(20811, 'How do I activate the new 32-bit color feature of Jazz2+?', 'Gagster', 'Aug 21, 2025', '09:31 AM'); threads[9] = new thread(20809, 'Pizza Power-Ups and Foodie Tales in Jazz Jackrabbit Style!', 'LiamFalcon', 'Aug 21, 2025', '05:38 AM'); threads[10] = new thread(20808, 'Two bugs and a request', 'Assassin', 'Aug 21, 2025', '03:49 AM'); threads[11] = new thread(20807, 'Any reason for 800x600 to be the max resolution of Jazz2+?', 'Gagster', 'Aug 20, 2025', '11:41 AM'); threads[12] = new thread(20806, 'Bug Report The title screen resolution follows the selected game resolution', 'Gagster', 'Aug 20, 2025', '11:27 AM'); threads[13] = new thread(20805, 'Bug Report If The Epic Megagames intro plays instead of a Demo, main menu music plays as well', 'Gagster', 'Aug 20, 2025', '11:02 AM'); threads[14] = new thread(20804, 'Bug Report Back button on controller can\'t exit the Demo playback', 'Gagster', 'Aug 19, 2025', '02:49 PM');