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(12); threads[0] = new thread(20869, 'Feature Request Consider depreciating the existing "Help" menu and making F1 an alias for Esc->Help', 'cooba', 'Feb 27, 2026', '04:26 AM'); threads[1] = new thread(20868, 'Bug Report jjCOLORMAP using a layer in xlmdragon.j2l eventually causes access violation', 'froducish', 'Feb 9, 2026', '05:02 PM'); threads[2] = new thread(20867, 'Should J2O auto-email you when your upload gets a review?', 'Violet CLM', 'Feb 9, 2026', '02:42 PM'); threads[3] = new thread(20866, 'JCS Awards 2025', 'PurpleJazz', 'Feb 9, 2026', '12:39 PM'); threads[4] = new thread(20863, 'Feature Request In LRS, if /maxlives is lower than current lives, trim everyones lives to /maxlives', 'FawFul', 'Feb 2, 2026', '06:41 AM'); threads[5] = new thread(20862, 'Bug Report unspectating in LRS pregame let\'s you play with 0 lives', 'FawFul', 'Feb 2, 2026', '06:34 AM'); threads[6] = new thread(20861, '6.6 is adding a symbol before the names of the players', 'DanZeal', 'Feb 1, 2026', '07:15 AM'); threads[7] = new thread(20864, 'Black screen for some Out players', 'AGENT CLANK', 'Feb 1, 2026', '03:49 AM'); threads[8] = new thread(20865, 'Feature Request Indicating presence of 1.23 clients in 1.24 servers', 'AGENT CLANK', 'Feb 1, 2026', '03:49 AM'); threads[9] = new thread(20860, 'Bug Report Player names staying red after a cycle', 'Violet CLM', 'Jan 31, 2026', '11:07 PM'); threads[10] = new thread(20859, 'Bug Report skull-icon not always visible when player is out', 'Violet CLM', 'Jan 31, 2026', '11:07 PM'); threads[11] = new thread(20858, 'Which F9 list do you prefer?', 'ShakerNL', 'Jan 31, 2026', '01:38 PM');