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(11); threads[0] = new thread(20852, 'Feature Request Bring back the + symbol', 'Zero[CDF]', 'Jan 7, 2026', '11:43 AM'); threads[1] = new thread(20848, 'Bug: Camerashift 5.7 shaking camera', 'FawFul', 'Jan 5, 2026', '10:46 AM'); threads[2] = new thread(20845, 'Change shading on Jazz/Spaz next/prev icons in Help pages?', 'Violet CLM', 'Jan 2, 2026', '08:20 PM'); threads[3] = new thread(20839, 'Feature Request Change !swap to /swap', 'FawFul', 'Jan 2, 2026', '10:17 AM'); threads[4] = new thread(20838, 'Feature Request Chat text scroll', 'FawFul', 'Jan 2, 2026', '10:17 AM'); threads[5] = new thread(20835, 'Chat Plus suggestions', 'FawFul', 'Jan 2, 2026', '10:17 AM'); threads[6] = new thread(20836, 'Feature Request Chat prefix and colouring', 'FawFul', 'Jan 2, 2026', '10:17 AM'); threads[7] = new thread(20837, 'Feature Request Autocomplete for commands', 'FawFul', 'Jan 2, 2026', '10:17 AM'); threads[8] = new thread(20834, 'Several issues and improvements for race 6.2', 'FawFul', 'Jan 2, 2026', '08:02 AM'); threads[9] = new thread(20833, 'Changelog', 'Violet CLM', 'Dec 21, 2025', '04:39 PM'); threads[10] = new thread(20828, 'Very particular J2O OpenGraph Tumblr bug', 'DoubleGJ', 'Dec 12, 2025', '09:02 AM');