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(3); threads[0] = new thread(20824, '6.4 flag symbol', 't3Kev', 'Nov 22, 2025', '10:40 AM'); threads[1] = 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[2] = new thread(20822, 'Bug Report Name color does not update when switching from battle to ctf', 'spejsboi', 'Nov 20, 2025', '08:14 AM');