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(20873, 'Custom objects in MLLE, how to design', 'Violet CLM', 'Mar 4, 2026', '12:57 PM'); threads[1] = new thread(20870, 'Higher CPU load on CTO/disconnection.', 'DanZeal', 'Feb 28, 2026', '05:08 AM'); threads[2] = 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[3] = new thread(20868, 'Bug Report jjCOLORMAP using a layer in xlmdragon.j2l eventually causes access violation', 'froducish', 'Feb 9, 2026', '05:02 PM'); threads[4] = new thread(20867, 'Should J2O auto-email you when your upload gets a review?', 'Violet CLM', 'Feb 9, 2026', '02:42 PM'); threads[5] = new thread(20866, 'JCS Awards 2025', 'PurpleJazz', 'Feb 9, 2026', '12:39 PM');