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(9); threads[0] = new thread(72179, 'poets and readers', 'NicS', '09-03-2010', '01:25 PM'); threads[1] = new thread(72178, 'new project', 'NicS', '09-03-2010', '12:52 PM'); threads[2] = new thread(72123, 'Revision Woes', 'willow213', '08-28-2010', '02:51 PM'); threads[3] = new thread(72006, 'Inspiration?', 'senia', '08-11-2010', '04:41 PM'); threads[4] = new thread(72002, 'Reading poems', 'nino', '08-10-2010', '10:42 PM'); threads[5] = new thread(71997, 'The Golden Shovel', 'romac1', '08-10-2010', '01:24 PM'); threads[6] = new thread(71975, 'An article on poetry and its audience', 'Carla Ruth', '08-08-2010', '12:34 PM'); threads[7] = new thread(71956, 'NEED Your Help - Where can I learn how to write slam/spoken word poetry?', 'zinc90', '08-07-2010', '08:39 AM'); threads[8] = new thread(71936, 'This poem ... [Cozy, by John Robert Colombo]', 'Stargirl', '08-05-2010', '09:53 PM');