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(24053, 'It starts with the flu...', 'thechuz', '09-08-2010', '05:02 PM'); threads[1] = new thread(24052, 'Computer parts', 'Farma Jack', '09-08-2010', '08:14 AM'); threads[2] = new thread(24048, 'Resident Evil isn\'t as good as it was...', 'Alice Johnson', '09-05-2010', '11:06 AM'); threads[3] = new thread(24047, 'Duke Nukem Forever', 'eblade', '09-04-2010', '03:28 AM'); threads[4] = new thread(24046, 'My name is not josh!!!!!', 'donil0w', '09-02-2010', '09:10 PM'); threads[5] = new thread(24045, 'this is were im gonna post my Fan Fic if they let me', 'cillianfan77', '09-02-2010', '05:08 PM'); threads[6] = new thread(24044, 'Dead Rising 2', 'thechuz', '08-30-2010', '07:18 AM'); threads[7] = new thread(24041, 'HeLLoooo UG Family', 'Pinky', '08-28-2010', '10:53 PM'); threads[8] = new thread(24040, 'CJ\'s Birthday', 'Fluffy', '08-28-2010', '11:16 AM'); threads[9] = new thread(24039, 'TeamKilling in Dark Princesses server', 'Undead Killer', '08-27-2010', '07:32 AM'); threads[10] = new thread(24038, 'Kill or die mixed!', 'donil0w', '08-26-2010', '11:21 PM'); threads[11] = new thread(24037, 'Dead Risng 2 ZOMBREX Movies Episode 4-7', 'Roger de Marco', '08-26-2010', '05:50 AM'); threads[12] = new thread(24036, 'Dungeon Defenders, my studio\'s First commercial game release', 'eblade', '08-25-2010', '12:06 PM'); threads[13] = new thread(24035, 'New Flsh Games', 'SteelRaven', '08-25-2010', '01:43 AM'); threads[14] = new thread(24034, 'New Series Walking Dead on AMC!', 'Momma', '08-24-2010', '05:32 PM');