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(2393159, 'Beaker\'s Ballad', 'doconeill', '02-09-2010', '02:30 PM'); threads[1] = new thread(2393093, 'Would you mind helping me out?', 'baby1disney', '02-09-2010', '01:06 PM'); threads[2] = new thread(2392976, 'My friends\' commercial made the Super Bowl!', 'Matt@WDWR', '02-09-2010', '10:53 AM'); threads[3] = new thread(2392924, 'Omg!!!!!', 'WebmasterPete', '02-09-2010', '09:44 AM'); threads[4] = new thread(2392838, 'Smoke on Disney ride and not on the Monorail', 'k5jmh', '02-09-2010', '07:36 AM'); threads[5] = new thread(2392800, '2/9/10 Questions for the Team will be taken from this thread only.', 'DisneyKevin', '02-09-2010', '02:05 AM'); threads[6] = new thread(2392771, 'Quick question - graduation ears', 'Disneybridein2k3', '02-08-2010', '11:00 PM'); threads[7] = new thread(2392768, 'Supposed to leave tomorrow.....', 'CinderellasSister', '02-08-2010', '10:56 PM'); threads[8] = new thread(2392720, 'Hey look BBT is actually on topic this week :)', 'timmac', '02-08-2010', '09:40 PM'); threads[9] = new thread(2392601, 'Facebook Valentine Post', 'Madi100', '02-08-2010', '06:51 PM'); threads[10] = new thread(2392597, 'OT, but I\'m Excited, One of My Fav Restaurants on Diners DriveIns Dives Tonight!', 'WaltD4Me', '02-08-2010', '06:44 PM'); threads[11] = new thread(2392585, 'Twitter', 'elemusing', '02-08-2010', '06:22 PM'); threads[12] = new thread(2392509, 'SWA offering Tweet Meet @ Allstar Music 2/10 @ 10:30am', 'calypso*a*go-go', '02-08-2010', '04:34 PM'); threads[13] = new thread(2392507, '"Sum of All Thrills" design table is just the beginning', 'Justin Jett', '02-08-2010', '04:34 PM'); threads[14] = new thread(2392500, 'Thoughts on new fantasyland?', 'Jennygt', '02-08-2010', '04:26 PM');