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(6); threads[0] = new thread(10659, 'Ys: The Oath in Felghana', 'Wheels', '09-10-2010', '09:08 AM'); threads[1] = new thread(10658, 'NFC #29: Duke Nukem 3D', 'SilentSnake', '09-10-2010', '08:22 AM'); threads[2] = new thread(10657, 'Machinarium now pointing & clicking to WiiWare', 'sfried', '09-09-2010', '10:21 PM'); threads[3] = new thread(10656, 'LttP: God of War 2', 'uhhh', '09-09-2010', '08:20 PM'); threads[4] = new thread(10655, 'M6 Voting Thread', 'Nich', '09-09-2010', '07:34 PM'); threads[5] = new thread(10654, 'What are some good cheeses I should buy?', 'Guesty', '09-09-2010', '02:49 PM');