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(7); threads[0] = new thread(34053419, 'Corrupted BIOS', 'Kain', 'Dec 22, 2021', '06:42 AM'); threads[1] = new thread(34053418, 'Salt And Sacrifice', 'Lazy8s', 'Dec 21, 2021', '02:50 PM'); threads[2] = new thread(34053416, 'GPU Prices: A Horrible Year, But Improving in 2022? - December Update', 'badsykes', 'Dec 21, 2021', '05:48 AM'); threads[3] = new thread(34053415, 'Linus Replaces AXI1500W with Seasonic 1000W But Why?', 'Hapatingjaky', 'Dec 20, 2021', '12:13 PM'); threads[4] = new thread(34053412, 'Trek to Yomi', 'Silent-Runner', 'Dec 20, 2021', '06:06 AM'); threads[5] = new thread(34053411, 'Arc Raiders', 'Silent-Runner', 'Dec 19, 2021', '01:50 PM'); threads[6] = new thread(34053410, 'Lian Li O11 Dynamic EVO', 'Mangler', 'Dec 18, 2021', '05:29 PM');