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(124829, 'Man to marry virtual girlfriend', 'Kiwi', '11-21-2009', '10:39 PM'); threads[1] = new thread(124828, 'Eutechnyx is making a new PS3 game', 'GTAce', '11-21-2009', '01:57 PM'); threads[2] = new thread(124826, 'IBM Bids The Cell Processor Farewell', 'frosty', '11-21-2009', '04:47 AM'); threads[3] = new thread(124825, 'Moron goes on suing spree', 'Kiwi', '11-21-2009', '04:34 AM'); threads[4] = new thread(124822, 'Homework Help, here!', 'Black Dragon37', '11-21-2009', '01:21 AM'); threads[5] = new thread(124820, 'Quite possibly the best damn TV american made?', 'jaxmkii', '11-20-2009', '06:19 PM'); threads[6] = new thread(124816, 'Improve YouTube embedding', 'masteratt', '11-20-2009', '08:10 AM'); threads[7] = new thread(124812, 'E-mpire Game of the year voting thread', 'AC!D', '11-19-2009', '10:09 PM'); threads[8] = new thread(124811, 'Firefight in Afghanistan', 'Soda Jones', '11-19-2009', '08:29 PM'); threads[9] = new thread(124809, '3 Disney/Pixar Blu-Rays for $30.97 - Amazon', 'aclar00', '11-19-2009', '06:54 PM'); threads[10] = new thread(124808, 'Premium Pay Service coming to PSN, current services still free', 'frosty', '11-19-2009', '06:14 PM'); threads[11] = new thread(124806, 'R2-D2 in Star Trek?', 'iSDK', '11-19-2009', '02:56 PM'); threads[12] = new thread(124805, 'Japanese Cosplay Girls', 'japsear', '11-19-2009', '01:32 PM'); threads[13] = new thread(124804, 'What is your greatest professional aspiration?', 'Soda Jones', '11-19-2009', '07:35 AM'); threads[14] = new thread(124803, 'i think my ps3 is dead - disc drive problem', 'gnznroses', '11-19-2009', '03:32 AM');