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(10); threads[0] = new thread(1998, '1st laps of the new F1 circuit in Korea', 'AzZKiKr1979', '07-09-2010', '11:47 AM'); threads[1] = new thread(1997, 'picture of zeupel', 'MAD-DOGG-01', '06-09-2010', '10:59 PM'); threads[2] = new thread(1996, 'Playable demo of Gran Turismo 5 in Sotres (US)', 'Firedshot', '06-09-2010', '09:06 PM'); threads[3] = new thread(1995, 'Multiplayer Kill Zone 3 video leaked', 'Firedshot', '06-09-2010', '05:20 PM'); threads[4] = new thread(1994, 'Red Dead 2 (Revolution)', 'Firedshot', '06-09-2010', '05:16 PM'); threads[5] = new thread(1993, 'Hello all.', 'phouse8man', '06-09-2010', '02:35 PM'); threads[6] = new thread(1992, 'New Skin/Theme', 'Paul', '06-09-2010', '02:10 PM'); threads[7] = new thread(1991, 'GT5 Damage', 'Lydon_Rose', '06-09-2010', '08:33 AM'); threads[8] = new thread(1990, 'if you have Twitter or Facebook', 'Firedshot', '05-09-2010', '07:59 PM'); threads[9] = new thread(1989, 'New Stuff', 'Firedshot', '05-09-2010', '07:34 PM');