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(128, 'The sorrow seemed to have on the agenda c trick subsided', 'Zudkyuoke', '01-28-2012', '01:12 PM'); threads[1] = new thread(127, 'WASSessionCor E DatabaseHashMap getDataSource Exception is:javax.naming.NameNotFound', 'rocko', '01-27-2012', '01:05 AM');