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(201420, '[PGT] March 9: CGY 3 WSH 7', 'keenan87', '03-09-2026', '07:27 PM'); threads[1] = new thread(201419, 'Playoff Odds / Last Overall Odds', '#-3', '03-09-2026', '06:21 PM'); threads[2] = new thread(201418, '[GT] Flames v Caps.', 'GioforPM', '03-09-2026', '05:17 PM'); threads[3] = new thread(201416, 'Who should the Flames take #7 overall', 'Jiri Hrdina', '03-09-2026', '07:55 AM'); threads[4] = new thread(201414, '[OOT] March 9 with four games.', 'Tsawwassen', '03-09-2026', '06:50 AM'); threads[5] = new thread(201413, '[GDT] Calgary Flames at Washington Capitals 5:00pm TV: SNW, Centre Ice, MNMT - RADIO SN960', 'Cheese', '03-09-2026', '06:33 AM'); threads[6] = new thread(201411, '[GDT] Draft Day Discussion', 'Enoch Root', '03-08-2026', '12:37 PM'); threads[7] = new thread(201410, 'On the Rucks: Draft thread', 'Reggie Dunlop', '03-08-2026', '12:33 PM'); threads[8] = new thread(201409, '[News] Flames recall Gridin and Brzustewicz', 'sureLoss', '03-08-2026', '12:01 PM'); threads[9] = new thread(201408, 'Who should the Flames take #6 overall', 'Jiri Hrdina', '03-08-2026', '11:59 AM'); threads[10] = new thread(201406, 'Scott Wheeler\'s Prospect Pool Rankings 2026', 'devo22', '03-08-2026', '08:51 AM'); threads[11] = new thread(201405, '[OOT] March 8 with seven games.', 'Tsawwassen', '03-08-2026', '08:20 AM'); threads[12] = new thread(201404, '[PGT] Flames defeat Canes 5-4', 'Mathgod', '03-07-2026', '10:44 PM'); threads[13] = new thread(201403, '[GT] Carolina vs. Flames: What\'s the Maatta?', 'Reggie Dunlop', '03-07-2026', '08:10 PM'); threads[14] = new thread(201402, 'RIP Troy Murray', 'Ped', '03-07-2026', '06:53 PM');