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(6); threads[0] = new thread(220397, 'All-day Park Hopper is BACK!! (Soon, anyway!)', 'PopPhan', '10-11-2023', '10:45 AM'); threads[1] = new thread(220396, 'Fest 1 of 4 done! A week of food, wine and walking. Day 3', 'BriarRose0708', '10-10-2023', '04:08 PM'); threads[2] = new thread(220395, 'Fest 1 of 4 done! A week of food, wine and walking. Days 1 & 2', 'BriarRose0708', '10-09-2023', '09:26 AM'); threads[3] = new thread(220394, 'Disney Ambassador Program at 60', 'Figment!', '10-06-2023', '03:05 PM'); threads[4] = new thread(220393, 'Early January Weather', 'missymouseworld', '09-25-2023', '03:21 PM'); threads[5] = new thread(220392, 'Black bear in Magic Kingdom', '1DisneyNut', '09-18-2023', '05:35 PM');