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(2); threads[0] = new thread(24610, 'New book: "A Short history of Fantasy"', 'Mithfânion', 'November 21st, 2009', '05:28 AM'); threads[1] = new thread(24608, 'Fantasy endings', 'chokipokilo', 'November 21st, 2009', '12:56 AM');