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(5); threads[0] = new thread(71880, 'housekeeping gene for E.coli bacterial', 'painkiller580', '11-20-2009', '06:59 AM'); threads[1] = new thread(71879, 'microbial limit test cefuroxime', 'exec', '11-20-2009', '06:46 AM'); threads[2] = new thread(71878, 'Question about Lysozyme', 'tiage46', '11-20-2009', '02:53 AM'); threads[3] = new thread(71876, 'Autofluoresent macrophages', 'hes', '11-19-2009', '10:02 PM'); threads[4] = new thread(71875, 'Uptake of bare Morpholinos by pancreata of rat pups', 'Jon Moulton', '11-19-2009', '08:47 PM');