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(4712, 'well just ordered a pond 4 me garden', 'mystic100', '31st July 2010', '10:57 PM'); threads[1] = new thread(4711, 'July 31 – Epcot’s Via Napoli restaurant open for special event', 'DoingFlorida News', '31st July 2010', '09:38 PM'); threads[2] = new thread(4710, 'So what\'s so special about today?', 'Justice Socks', '31st July 2010', '09:45 AM'); threads[3] = new thread(4709, 'Day 5', 'Disney Debbie', '30th July 2010', '10:37 PM'); threads[4] = new thread(4708, 'Day 3 & 4', 'Disney Debbie', '30th July 2010', '10:05 PM'); threads[5] = new thread(4707, 'July 30 – New show coming to Disney’s Hollywood Studios', 'DoingFlorida News', '30th July 2010', '09:00 PM'); threads[6] = new thread(4706, 'whats you view', 'pee', '29th July 2010', '11:12 PM'); threads[7] = new thread(4705, 'July 29 - Disney\'s Main Street Electrical parade to stay at Magic Kingdom', 'DoingFlorida News', '29th July 2010', '08:52 PM'); threads[8] = new thread(4704, 'Fakes', 'pee', '28th July 2010', '10:50 PM'); threads[9] = new thread(4703, 'July 28 – SeaWorld Orlando caring for orphaned Manatee', 'DoingFlorida News', '28th July 2010', '10:14 PM'); threads[10] = new thread(4702, 'Songs from america', 'pee', '28th July 2010', '08:09 PM'); threads[11] = new thread(4701, 'mission Bermuda Triangle', 'mystic100', '28th July 2010', '04:08 PM'); threads[12] = new thread(4700, 'Speechless.!!!', 'Justice Socks', '28th July 2010', '02:14 PM'); threads[13] = new thread(4699, 'Snakes at Disney - Stay out the bushes!!', 'mandi1har', '28th July 2010', '01:48 PM'); threads[14] = new thread(4698, 'Anyone been to Antigua or Barbados?', 'Justice Socks', '28th July 2010', '08:12 AM');