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(124822, 'Homework Help, here!', 'Black Dragon37', '11-21-2009', '01:21 AM'); threads[1] = new thread(124820, 'Quite possibly the best damn TV american made?', 'jaxmkii', '11-20-2009', '06:19 PM'); threads[2] = new thread(124816, 'Improve YouTube embedding', 'masteratt', '11-20-2009', '08:10 AM'); threads[3] = new thread(124812, 'E-mpire Game of the year voting thread', 'AC!D', '11-19-2009', '10:09 PM'); threads[4] = new thread(124811, 'Firefight in Afghanistan', 'Soda Jones', '11-19-2009', '08:29 PM'); threads[5] = new thread(124809, '3 Disney/Pixar Blu-Rays for $30.97 - Amazon', 'aclar00', '11-19-2009', '06:54 PM'); threads[6] = new thread(124808, 'Premium Pay Service coming to PSN, current services still free', 'frosty', '11-19-2009', '06:14 PM'); threads[7] = new thread(124806, 'R2-D2 in Star Trek?', 'iSDK', '11-19-2009', '02:56 PM'); threads[8] = new thread(124805, 'Japanese Cosplay Girls', 'japsear', '11-19-2009', '01:32 PM'); threads[9] = new thread(124804, 'What is your greatest professional aspiration?', 'Soda Jones', '11-19-2009', '07:35 AM'); threads[10] = new thread(124803, 'i think my ps3 is dead - disc drive problem', 'gnznroses', '11-19-2009', '03:32 AM'); threads[11] = new thread(124801, 'Logitech Dinovo', '³ıı', '11-19-2009', '02:31 AM'); threads[12] = new thread(124800, 'Call of Duty: MW2 All Nighter', 'Paz', '11-19-2009', '01:16 AM'); threads[13] = new thread(124799, 'My New Favorite Website.', 'iSDK', '11-19-2009', '12:08 AM'); threads[14] = new thread(124798, 'A Christmas Present Is Coming From E-mpire!!!', 'frosty', '11-18-2009', '11:06 PM');