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(20888, 'Sidekicking powerups', 'Violet CLM', 'Apr 17, 2026', '12:50 PM'); threads[1] = new thread(20880, 'JJ2 Scaling on CRT', 'Dark_X_Ungel', 'Apr 6, 2026', '05:55 PM'); threads[2] = new thread(20879, 'Anniversary Bash 28', 'PurpleJazz', 'Mar 24, 2026', '02:42 PM');