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(38465, 'forex trading', 'forexk', '09-03-2010', '02:21 AM'); threads[1] = new thread(38448, 'Scripting dilemma', 'andymit', '08-19-2010', '03:35 PM'); threads[2] = new thread(38446, 'Alternative command to exec', 'Debbie-Leigh', '08-17-2010', '12:48 AM'); threads[3] = new thread(38445, 'cells Hide/show in each of the rows of a table using javascript', 'amarjit111', '08-16-2010', '07:34 AM'); threads[4] = new thread(38440, '[US] World-class cPanel hosting 50% off for life', 'httpEasy', '08-05-2010', '01:58 PM');