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(20827, 'Overtime Score Limit Configurability', 'Superjazz', 'Dec 7, 2025', '01:17 AM'); threads[1] = new thread(20826, 'Public test: don\'t force system colors', 'Violet CLM', 'Nov 29, 2025', '11:14 PM'); threads[2] = new thread(20825, '"Help" menu crashes game when level swaps', 'Superjustinbros', 'Nov 25, 2025', '11:39 AM'); threads[3] = new thread(20824, '6.4 flag symbol', 't3Kev', 'Nov 22, 2025', '10:40 AM'); threads[4] = new thread(20823, 'Bug Report got kicked of because of cheating (but i did not cheat)', 'FabiAN[NC]', 'Nov 21, 2025', '05:24 PM'); threads[5] = new thread(20822, 'Bug Report Name color does not update when switching from battle to ctf', 'spejsboi', 'Nov 20, 2025', '08:14 AM');