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(5); threads[0] = new thread(1311, 'New xbox 360 controller', 'pardity', '08-31-2010', '01:59 PM'); threads[1] = new thread(1309, 'lol @ sanchez', 'iiNFRaRed', '08-29-2010', '08:38 AM'); threads[2] = new thread(1308, 'Your argument is invalid', 'Crumps', '08-26-2010', '11:08 AM'); threads[3] = new thread(1307, 'Pablo\'s ELI vs Dity\'s Rivers Comparison....', 'pardity', '08-18-2010', '04:15 PM'); threads[4] = new thread(1306, '\'Bama misspells \'Mississippi\' on football tickets', 'YANKEEDAWG', '08-14-2010', '12:26 PM');