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(6242, 'Missing Store pages on Steam', 'Harrison', '29th March 2026', '14:02'); threads[1] = new thread(6241, 'Game walkthroughs and guides', 'Harrison', '26th March 2026', '10:03'); threads[2] = new thread(6240, 'Do you opt for the easy option or a tough challenge?', 'Harrison', '26th March 2026', '09:40'); threads[3] = new thread(6239, 'Social Media ban and age restricted access', 'Harrison', '25th March 2026', '11:53'); threads[4] = new thread(6238, 'Notes utilities', 'Harrison', '24th March 2026', '10:45'); threads[5] = new thread(6237, 'Milkmen and shopping deliveries', 'Harrison', '24th March 2026', '09:22'); threads[6] = new thread(6236, 'British lawsuit against Sony for alleged monopoly practices', 'Harrison', '21st March 2026', '11:12'); threads[7] = new thread(6235, 'Exclusives or cross platform?', 'Harrison', '21st March 2026', '11:06'); threads[8] = new thread(6234, 'A lack of Star Trek games', 'Harrison', '20th March 2026', '10:55'); threads[9] = new thread(6233, 'The end of USB drives', 'Harrison', '17th March 2026', '12:28'); threads[10] = new thread(6231, 'Working only 75% now', 'Demon Cleaner', '17th March 2026', '12:03'); threads[11] = new thread(6230, 'New hardware', 'Demon Cleaner', '17th March 2026', '11:46'); threads[12] = new thread(6229, 'The Classicamiga forums from the past', 'Harrison', '15th March 2026', '22:58'); threads[13] = new thread(6227, 'RePlayOS', 'Harrison', '10th March 2026', '23:01'); threads[14] = new thread(6226, 'What games are you playing at the moment on current systems?', 'Harrison', '10th March 2026', '11:44');