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(5); threads[0] = new thread(20799, 'Should J2O reupload fixed versions of broken scripts?', 'Violet CLM', 'Jul 13, 2025', '06:06 PM'); threads[1] = new thread(20798, 'Bug Report Missing "Plusemoji.mut"', 'Zah dud4h', 'Jun 24, 2025', '06:30 PM'); threads[2] = new thread(20797, 'Bug Report Color formatting bugs', 'Zah dud4h', 'Jun 24, 2025', '06:05 PM'); threads[3] = new thread(20796, 'Bug Report Carrot does not disappear for the other player after one takes it', 'spejsboi', 'Jun 18, 2025', '11:08 AM'); threads[4] = new thread(20793, 'Black screen after unspectating', 'spejsboi', 'Jun 16, 2025', '04:52 AM');