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(20898, 'Clashing Swords: Duel Level Contest', 'PurpleJazz', 'Apr 25, 2026', '12:40 AM'); threads[1] = new thread(20888, 'Sidekicking powerups', 'Violet CLM', 'Apr 17, 2026', '12:50 PM'); threads[2] = new thread(20880, 'JJ2 Scaling on CRT', 'Dark_X_Ungel', 'Apr 6, 2026', '05:55 PM');