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(15); threads[0] = new thread(6275, 'Children not listening to music? A lost culture?', 'Harrison', '16th May 2026', '11:47'); threads[1] = new thread(6274, 'Lost professions and skills - Technical Drawing', 'Harrison', '10th May 2026', '14:43'); threads[2] = new thread(6273, 'Octopath Traveller', 'Harrison', '10th May 2026', '14:31'); threads[3] = new thread(6272, 'LTO Tape', 'Stephen Coates', '9th May 2026', '06:49'); threads[4] = new thread(6271, 'Super slow HDDs', 'Stephen Coates', '4th May 2026', '11:42'); threads[5] = new thread(6270, 'https://www.graciousfilms.com/', 'Harrison', '3rd May 2026', '17:27'); threads[6] = new thread(6269, 'Amiga: Classic Game Insights Vol 2', 'Harrison', '3rd May 2026', '16:52'); threads[7] = new thread(6268, 'Commodore are back - sort of', 'Harrison', '30th April 2026', '09:57'); threads[8] = new thread(6267, 'Steam Controller - Are you interested?', 'Harrison', '30th April 2026', '09:31'); threads[9] = new thread(6266, 'Did you ever import games?', 'Harrison', '29th April 2026', '10:29'); threads[10] = new thread(6265, 'FINAL FANTASY TACTICS - The Ivalice Chronicles', 'Harrison', '29th April 2026', '10:06'); threads[11] = new thread(6264, 'Cross platform games - Deciding which platform to buy a game for', 'Harrison', '29th April 2026', '09:14'); threads[12] = new thread(6263, 'Reversed audio channels', 'Harrison', '27th April 2026', '10:21'); threads[13] = new thread(6262, 'PS5 account - You breached the Code of Conduct', 'Harrison', '27th April 2026', '09:51'); threads[14] = new thread(6261, 'Playstation store locked games issue', 'Harrison', '26th April 2026', '16:29');