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(2); threads[0] = new thread(6750, 'Halfway Treatment?', 'Statmatics', 'Thu Jun 12, 2025', '03:51 PM'); threads[1] = new thread(6749, 'Doctor, please tell me my diagnosis', 'Statmatics', 'Sun May 25, 2025', '10:28 AM');