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(200975, '[GDT] Washington Capitals at Calgary Flames 7:00pm TV: SN1, MNMT - RADIO SN960', 'Cheese', '01-23-2026', '07:44 AM'); threads[1] = new thread(200974, '[News] ESPNs Leading Scorers List Is Above The Slaw', 'PaperBagger\'14', '01-22-2026', '09:52 PM'); threads[2] = new thread(200973, '[OOT] January 22 with eight games.', 'hwy19man', '01-22-2026', '04:21 PM'); threads[3] = new thread(200970, 'Yan Kuznetsov Appreciation Thread', 'activeStick', '01-22-2026', '12:41 PM'); threads[4] = new thread(200969, 'Practice Notes Jan 22', 'sureLoss', '01-22-2026', '12:19 PM'); threads[5] = new thread(200967, '[PGT] Jan 21: PIT 4 CGY 1', 'keenan87', '01-21-2026', '11:03 PM'); threads[6] = new thread(200966, '[GT] Fat flightless birds at Flames', 'dissentowner', '01-21-2026', '08:34 PM'); threads[7] = new thread(200964, '[Signing] Sabres sign Josh Doan to an extension (7 yrs, $6.95 mil AAV)', 'sureLoss', '01-21-2026', '04:41 PM'); threads[8] = new thread(200962, '[OOT] January 21 with five games.', 'hwy19man', '01-21-2026', '03:41 PM'); threads[9] = new thread(200960, '[News] Ethan Wyttenbach nominated for Hobey Baker', 'Cheese', '01-21-2026', '02:02 PM'); threads[10] = new thread(200955, '[GDT] Pittsburgh Penguins at Calgary Flames 7:30pm TV: SNW, SN1, SNPT, TVA - RADIO SN960', 'Cheese', '01-21-2026', '07:26 AM'); threads[11] = new thread(200954, '[News] Lane Hutson penalized for horrifying act of violence', 'TheScorpion', '01-20-2026', '11:06 PM'); threads[12] = new thread(200953, 'Linus Ullmark - interview about his mental health', 'taxbuster', '01-20-2026', '07:05 PM'); threads[13] = new thread(200952, 'Flames NCAA prospect update', 'Scooter', '01-20-2026', '06:19 PM'); threads[14] = new thread(200951, '[OOT] January 20 with eight games.', 'hwy19man', '01-20-2026', '05:47 PM');