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(6204, 'Technology Do you believe most of it is really AI?', 'Harrison', '29th January 2026', '14:28'); threads[1] = new thread(6203, 'Technology Full Fibre Broadband', 'Harrison', '28th January 2026', '23:22'); threads[2] = new thread(6202, 'Handhelds in 2026', 'Harrison', '28th January 2026', '11:08'); threads[3] = new thread(6201, 'Switch to Linux Mint', 'Harrison', '26th January 2026', '20:34'); threads[4] = new thread(6200, 'Welcome back', 'Harrison', '26th January 2026', '18:59'); threads[5] = new thread(6199, 'It\'s Alive', 'Harrison', '26th January 2026', '18:38');