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(9); threads[0] = new thread(1611, 'Happy Birthday PJ', 'ZarraN', '08-09-2010', '09:31 PM'); threads[1] = new thread(1574, 'Who\'s getting Reach?', 'Jackal', '08-09-2010', '02:54 PM'); threads[2] = new thread(1606, 'Sony sending LBP2 beta invites this', 'ZarraN', '07-09-2010', '12:25 PM'); threads[3] = new thread(1609, 'To BioShock Infinite, And Beyond!', 'Redemerosha', '07-09-2010', '11:37 AM'); threads[4] = new thread(1608, 'Duke Nukem Forever demo likely', 'Redemerosha', '07-09-2010', '11:29 AM'); threads[5] = new thread(1607, 'EA big hitters at Eurogamer Expo', 'Redemerosha', '06-09-2010', '02:28 PM'); threads[6] = new thread(1605, 'KZ3 MP footage - PAX', 'Redemerosha', '05-09-2010', '08:03 PM'); threads[7] = new thread(1604, 'Portal 2 Co-Op Levels', 'Redemerosha', '04-09-2010', '02:08 PM'); threads[8] = new thread(1599, 'Yeeeeeeeeeaaaa!!!!!! New car :D:D', 'Bob', '04-09-2010', '11:02 AM');