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(195990, '[News] [AHL Playoffs] Wranglers vs. Firebirds -' + '- Games 1 & 2 in Calgary', 'getbak', '04-26-2024', '11:17 PM'); threads[1] = new thread(195987, '[OOT] April 26 with four playoff games, all game 3s.', 'hwy19man', '04-26-2024', '03:18 PM'); threads[2] = new thread(195986, '[News] Sportsnet and Calgary Flames Announce 11-Year Broadcast Partnership Extension', 'Nammer403', '04-26-2024', '10:09 AM'); threads[3] = new thread(195985, '[OOT] April 25, just two playoff games.', 'hwy19man', '04-25-2024', '03:33 PM'); threads[4] = new thread(195984, '[News] Seattle Kraken regional games moving on to local TV stations!', 'hwy19man', '04-25-2024', '02:48 PM'); threads[5] = new thread(195981, '[News] Bob Cole passes away at age 90', 'MissTeeks', '04-25-2024', '11:03 AM'); threads[6] = new thread(195980, 'Sergei Gonchar\'s interview - Kuzmenko, Zadorov', 'gvitaly', '04-25-2024', '04:10 AM'); threads[7] = new thread(195979, '[OOT] April 24 with three playoff games.', 'hwy19man', '04-24-2024', '02:50 PM'); threads[8] = new thread(195978, '[News] Sharks Fire Quinn', 'Paulie Walnuts', '04-24-2024', '12:46 PM'); threads[9] = new thread(195975, '[OOT] April 23 with four playoff games again, all game 2s.', 'hwy19man', '04-23-2024', '04:07 PM'); threads[10] = new thread(195972, '[OOT] April 22 with four playoff games.', 'hwy19man', '04-22-2024', '03:39 PM'); threads[11] = new thread(195971, '[News] Sabres re-hire Lindy Ruff as head coach', 'TheScorpion', '04-22-2024', '03:10 PM'); threads[12] = new thread(195970, '[News] Utah to name its NHL team via fan vote bracket', 'TheScorpion', '04-22-2024', '01:07 PM'); threads[13] = new thread(195969, 'Hypothetical: If Calgary wins the Lottery - pick a path', 'Funkhouser', '04-22-2024', '09:47 AM'); threads[14] = new thread(195968, 'Playoff Enthusiam ??', 'Nufy', '04-22-2024', '09:01 AM');