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(7919, 'Eid Mabrook, y\'all!', 'lufarah', '09-07-2010', '12:14 PM'); threads[1] = new thread(7918, 'Eating Animals, by J Safran Foer', 'lufarah', '09-07-2010', '11:41 AM'); threads[2] = new thread(7912, 'Why?', 'Gandalf', '09-02-2010', '06:46 AM'); threads[3] = new thread(7910, 'Dear LSAC', 'crysmissmichelle', '08-31-2010', '01:48 PM'); threads[4] = new thread(7906, 'Sins? don\'t worry, wash them away!', 'Aya', '08-30-2010', '02:43 AM'); threads[5] = new thread(7903, 'Paint my palm green!!', 'Safa', '08-26-2010', '11:56 PM');