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(4); threads[0] = new thread(759, 'Hysterical: Conan wants Lance to join Dudez-A-Plenti', 'adorkable', '09-05-2010', '08:59 AM'); threads[1] = new thread(758, 'Me playing drums', 'theusagirl', '09-02-2010', '09:30 PM'); threads[2] = new thread(757, 'Looking for a JC fic', 'JTCKNSYNCfan', '09-01-2010', '07:41 PM'); threads[3] = new thread(756, 'Pop!Tober Info & Signups', 'adorkable', '08-26-2010', '09:23 PM');