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(9); threads[0] = new thread(5958, 'Garden Studio', 'Harrison', '2nd June 2021', '01:17'); threads[1] = new thread(5957, 'House prices climbing', 'Harrison', '28th May 2021', '07:29'); threads[2] = new thread(5956, 'Who still misses the good old Cracktro days?', 'Harrison', '21st May 2021', '12:32'); threads[3] = new thread(5955, 'CAblocked from work', 'Demon Cleaner', '19th May 2021', '13:17'); threads[4] = new thread(5954, 'Big RetroArch announcement', 'Harrison', '18th May 2021', '23:16'); threads[5] = new thread(5953, 'Some new books from Bitmap books have arrived.', 'Harrison', '14th May 2021', '23:41'); threads[6] = new thread(5952, 'The Witcher', 'Harrison', '8th May 2021', '11:03'); threads[7] = new thread(5951, 'Retro Arcade cabinet for sale locally', 'Harrison', '4th May 2021', '13:08'); threads[8] = new thread(5950, 'Movies The Midnight Sky', 'Harrison', '4th May 2021', '01:34');