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(200516, '[GDT] Buffalo Sabres at Calgary Flames 7:00pm TV: SNW, MSGB - RADIO SN960', 'Cheese', '12-08-2025', '07:46 AM'); threads[1] = new thread(200515, '[News] Zayne Parekh and Cole Reschny invited to Canada\'s WJC camp', 'sureLoss', '12-07-2025', '07:01 PM'); threads[2] = new thread(200514, 'Brzustewicz about to be called up? Why yes, yes he was', 'Reggie Dunlop', '12-07-2025', '07:00 PM'); threads[3] = new thread(200509, '[OOT] December 7 with eight games.', 'Tsawwassen', '12-07-2025', '07:56 AM'); threads[4] = new thread(200508, '[News] C Tij Iginla is the WHL Player of the Month for November', 'FanIn80', '12-06-2025', '09:15 PM'); threads[5] = new thread(200506, '[PGT] Flames eat slow-cooked Mammoth', 'Locke', '12-06-2025', '08:49 PM'); threads[6] = new thread(200504, '[GT] Mammoth @ Flames - Lets Roast some Mammoth', 'Locke', '12-06-2025', '06:05 PM'); threads[7] = new thread(200496, '[OOT] December 6 with eleven games!', 'Tsawwassen', '12-06-2025', '08:00 AM'); threads[8] = new thread(200495, '[GDT] Utah Mammoth at Calgary Flames 5:00pm TV: SNW, CityTV, UT16, NHL - RADIO SN960', 'Cheese', '12-06-2025', '07:48 AM'); threads[9] = new thread(200494, 'Frost is coming around', 'FBI', '12-06-2025', '12:43 AM'); threads[10] = new thread(200491, '[OOT] December 5 with five games.', 'hwy19man', '12-05-2025', '04:20 PM'); threads[11] = new thread(200490, 'Blake Colman Trade linked to Toronto or Dallas', 'FlamesNightmare', '12-05-2025', '03:45 PM'); threads[12] = new thread(200488, 'Practice Notes Dec 5. Parekh on the ice', 'sureLoss', '12-05-2025', '11:53 AM'); threads[13] = new thread(200485, '[PGT] Calgary is Too Good: 4-1 over Minnesota', 'Reggie Dunlop', '12-04-2025', '10:40 PM'); threads[14] = new thread(200484, '[News] Jets hosting Canadiens de Montréal in 2026 Heritage Classic', 'White Out 403', '12-04-2025', '08:09 PM');