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(786645, 'Would you wanna see Mud in G4????!!!', 'IAMWIMPY', '15.03.2010', '06:14'); threads[1] = new thread(786506, 'Making sense of the Temple of Adanos', 'BloodBlade22', '14.03.2010', '20:34'); threads[2] = new thread(786402, 'Hashishin and Orcs', 'miku-juku', '14.03.2010', '17:49'); threads[3] = new thread(784483, 'The MUD Contest!!!', 'IAMWIMPY', '14.03.2010', '04:06'); threads[4] = new thread(784381, 'What are you playing now? #5', 'Nefekto', '13.03.2010', '22:33'); threads[5] = new thread(784062, 'Can u get the Dark Robe ?', 'GmanXTS', '13.03.2010', '12:40'); threads[6] = new thread(783762, 'NotR Rune Blanks ?', 'GmanXTS', '12.03.2010', '18:35'); threads[7] = new thread(783414, 'Project Offset - game engine', 'Takuu', '11.03.2010', '20:35'); threads[8] = new thread(783349, 'Mud, Grim and Harek', 'Matteo1991', '11.03.2010', '18:59'); threads[9] = new thread(783332, 'Now that Final Fantasy XIII is multi-platform, the PS3 doesn\'t have shit', 'Shana', '11.03.2010', '18:30'); threads[10] = new thread(783216, 'factions', 'make264', '11.03.2010', '15:02'); threads[11] = new thread(783129, 'skill and attribute system', 'make264', '11.03.2010', '08:21'); threads[12] = new thread(783066, 'Myxir is dead?', 'BloodBlade22', '10.03.2010', '23:03'); threads[13] = new thread(782759, 'graphic issues', 'miku-juku', '10.03.2010', '15:03'); threads[14] = new thread(782662, 'magic wand ?', 'GmanXTS', '10.03.2010', '09:46');