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(1502, 'Mickey\'s Milestone Tour', 'Geodesic Sphere', '02-04-2010', '06:44 PM'); threads[1] = new thread(1497, 'Hello Everyone', 'addymark', '02-02-2010', '06:59 AM'); threads[2] = new thread(1496, 'I just wanted to say hey!', 'Geodesic Sphere', '02-02-2010', '12:07 AM'); threads[3] = new thread(1495, 'Dress up Games!', 'mksmith', '01-30-2010', '07:31 AM'); threads[4] = new thread(1494, 'Celebrating Birthdays in WDW', 'FirstTimeFamily', '01-29-2010', '05:12 PM'); threads[5] = new thread(1493, 'Tell me about your Favorite Character Dining', 'FirstTimeFamily', '01-29-2010', '04:40 PM'); threads[6] = new thread(1492, 'Just Booked Our First Disney Vacation', 'FirstTimeFamily', '01-29-2010', '04:38 PM'); threads[7] = new thread(1491, 'Who has the Best Disney Themed Photobooks', 'FirstTimeFamily', '01-29-2010', '04:35 PM'); threads[8] = new thread(1490, 'Pocahontas', 'FirstTimeFamily', '01-29-2010', '04:29 PM'); threads[9] = new thread(1489, 'What\'s your laughing place?', 'Larrytycoon', '01-27-2010', '02:48 PM'); threads[10] = new thread(1488, 'LEGOLAND PARK to open in Florida....', 'trickster', '01-25-2010', '10:44 AM'); threads[11] = new thread(1487, 'Pseudo-newbie ;-)', 'Rocketeer', '01-24-2010', '01:05 AM'); threads[12] = new thread(1486, 'Getting to know you....', 'trickster', '01-20-2010', '02:37 PM'); threads[13] = new thread(1485, 'Behind the scenes on Disney movies?', 'GusteauSafron836', '01-12-2010', '10:15 PM'); threads[14] = new thread(1484, 'Behind the scenes on Disney movies?', 'GusteauSafron836', '01-12-2010', '10:12 PM');