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(199693, 'CP Most Disliked Opposition - Round 19', 'Bingo', '09-03-2025', '08:08 AM'); threads[1] = new thread(199692, 'Best Calgary Flames Draft Picks - Round 18', 'Bingo', '09-03-2025', '07:59 AM'); threads[2] = new thread(199688, '[News] Dave Lowry hired as assistant coach. Brad Larsen not returning due to family reasons', 'sureLoss', '09-02-2025', '01:04 PM'); threads[3] = new thread(199687, '[Rumour] Flames closing in on signing Zary (3 yrs)', 'sureLoss', '09-02-2025', '11:28 AM'); threads[4] = new thread(199686, 'Flames Prospects - September Schedule', 'FBI', '09-02-2025', '10:29 AM'); threads[5] = new thread(199685, 'Predict How The Flames\' Season Finishes', 'TheIronMaiden', '09-02-2025', '10:15 AM'); threads[6] = new thread(199684, 'CP Most Disliked Opposition - Round 18', 'Bingo', '09-02-2025', '07:36 AM'); threads[7] = new thread(199683, 'Best Calgary Flames Draft Picks - Round 17', 'Bingo', '09-02-2025', '07:33 AM'); threads[8] = new thread(199681, 'Revisited: How to watch OOM Flames games', 'jmerkel3d', '09-01-2025', '02:45 PM'); threads[9] = new thread(199679, 'CP Most Disliked Opposition - Round 15 Run Off', 'Bingo', '09-01-2025', '08:35 AM'); threads[10] = new thread(199678, 'Best Calgary Flames Draft Picks - Round 16', 'Bingo', '09-01-2025', '08:26 AM'); threads[11] = new thread(199675, 'CP Most Disliked Opposition - Round 15', 'Bingo', '08-31-2025', '08:00 AM'); threads[12] = new thread(199674, 'Best Calgary Flames Draft Picks - Round 13 Run Off', 'Bingo', '08-31-2025', '07:58 AM'); threads[13] = new thread(199672, 'CP Most Disliked Opposition - Round 13 Run Off', 'Bingo', '08-30-2025', '08:22 AM'); threads[14] = new thread(199671, 'Best Calgary Flames Draft Picks - Round 13', 'Bingo', '08-30-2025', '08:18 AM');