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(7871, 'Alter Aeon August 2020 Update', 'the_draaks', '08-08-2020', '05:40 PM'); threads[1] = new thread(7870, 'Hello!', 'Archaro', '08-04-2020', '12:10 PM'); threads[2] = new thread(7869, 'MUD website - wrong link', 'markvrk', '08-04-2020', '03:08 AM'); threads[3] = new thread(7868, 'Voting Captcha', 'Lasher', '08-02-2020', '10:27 AM'); threads[4] = new thread(7867, 'Dark Mists beckons...', 'maddyakker', '07-24-2020', '03:10 PM');