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(13); threads[0] = new thread(1614, 'Need help locating Martian doll', 'steves29', '07-23-2010', '03:35 PM'); threads[1] = new thread(1613, 'Tron Legacy', 'Jasonic', '07-23-2010', '05:14 AM'); threads[2] = new thread(1612, 'Hi All Disney Fans!', 'EdwinHoward', '07-22-2010', '06:20 AM'); threads[3] = new thread(1611, 'Seen and not heard?', 'EdwinHoward', '07-22-2010', '06:18 AM'); threads[4] = new thread(1610, 'question about disibility and waiting in line', 'momof6kids', '07-19-2010', '08:47 PM'); threads[5] = new thread(1609, 'Tangled (The long-awaited Rapunzel adaptation)', 'Judge Claude Frollo', '07-19-2010', '08:39 PM'); threads[6] = new thread(1608, 'Harry Potter Time!', 'Judge Claude Frollo', '07-19-2010', '08:26 PM'); threads[7] = new thread(1607, 'Your latest Disney purchase', 'Judge Claude Frollo', '07-19-2010', '08:04 PM'); threads[8] = new thread(1606, 'Happy Birthday Disneyland', 'Cobweb', '07-19-2010', '05:21 PM'); threads[9] = new thread(1605, 'Lion King 2 - Simba\'s Pride', 'xxxxjazminexxxx', '07-19-2010', '12:21 PM'); threads[10] = new thread(1603, 'WDW resident', 'BHermanWichlacz', '07-08-2010', '07:30 PM'); threads[11] = new thread(1602, 'As Mickey would say- "Oh boy!"', 'EdwinHoward', '07-07-2010', '06:14 AM'); threads[12] = new thread(1601, 'Disney on Ice...Disneyland Adventure', 'EdwinHoward', '07-07-2010', '06:09 AM');