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(20880, 'JJ2 Scaling on CRT', 'Dark_X_Ungel', 'Apr 6, 2026', '05:55 PM'); threads[1] = new thread(20879, 'Anniversary Bash 28', 'PurpleJazz', 'Mar 24, 2026', '02:42 PM'); threads[2] = new thread(20878, 'Jazz Jackrabbit archive', 'Assassin', 'Mar 19, 2026', '11:37 AM'); threads[3] = new thread(20877, 'Jazz Jackrabbit 3 Revived', 'Noah_12317', 'Mar 17, 2026', '11:30 AM'); threads[4] = new thread(20876, 'IP address visibility discussion', 'Violet CLM', 'Mar 15, 2026', '01:44 PM'); threads[5] = new thread(20875, 'Iplog filled with |Server Query|', 'DanZeal', 'Mar 11, 2026', '12:14 PM');