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(4991, 'Service Tax Reconciliaton', 'amol desai', '07-31-2010', '12:07 PM'); threads[1] = new thread(4990, 'Missing C-Forms', 'A.Rubanmartinraj', '07-31-2010', '09:22 AM'); threads[2] = new thread(4989, 'CA Articleship after Inter P3 passed on 2009', 'NAIR76', '07-31-2010', '07:30 AM'); threads[3] = new thread(4988, 'Do This Today', 'SJB', '07-31-2010', '06:36 AM'); threads[4] = new thread(4987, 'CMA report', 'G.M.Shivaprakasha', '07-30-2010', '02:53 PM');