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(11); threads[0] = new thread(220417, 'Fest 2 of 4 done! A Salute to All Holidays but Mostly Christmas, Days 5 & 6', 'BriarRose0708', '01-02-2024', '03:56 PM'); threads[1] = new thread(220416, 'Fest 1 of 4 done! A week of food, wine and walking. Day 4', 'BriarRose0708', '01-02-2024', '03:03 PM'); threads[2] = new thread(220415, 'Planning Suggestions - Long Post', 'Wayne', '12-27-2023', '07:57 PM'); threads[3] = new thread(220414, 'Positive Quote Of The Day December 2023', 'pjbs35a', '12-25-2023', '12:30 PM'); threads[4] = new thread(220413, 'Happy Holidays, InterCOT!', 'KentB3', '12-25-2023', '03:18 AM'); threads[5] = new thread(220412, 'Fest 2 of 4 done! A Salute to All Holidays but Mostly Christmas, Day 3', 'BriarRose0708', '12-21-2023', '11:32 AM'); threads[6] = new thread(220411, '2024 Marathon Weekend', 'Yungbuck73', '12-19-2023', '06:29 PM'); threads[7] = new thread(220410, 'Fest 2 of 4 done! A Salute to All Holidays but Mostly Christmas, Day 2', 'BriarRose0708', '12-19-2023', '11:28 AM'); threads[8] = new thread(220409, 'Fest 2 of 4 done! A Salute to All Holidays but Mostly Christmas, Day 1', 'BriarRose0708', '12-15-2023', '10:28 AM'); threads[9] = new thread(220408, 'September 2024', 'Wayne', '12-14-2023', '05:15 PM'); threads[10] = new thread(220407, 'This may be a mistake - but How To Get Into Ft. Wilderness for Halloween.', 'Jll3Sonex', '12-13-2023', '01:30 AM');