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(272233, 'Requirements in a newly opened HR outsourcing Company NOIDA', 'aman.ind85', '01-08-2010', '11:31 AM'); threads[1] = new thread(272232, 'ShakespearesMacbeth see again', 'sahil khan palanpur', '01-08-2010', '11:18 AM'); threads[2] = new thread(272231, 'Letter Request', 'Golden Heart', '01-08-2010', '11:17 AM'); threads[3] = new thread(272230, 'Degree Certificate Verification', 'mohitkurup', '01-08-2010', '10:57 AM'); threads[4] = new thread(272229, 'Guide me in T & D course', 'mishra.sumitra@gmail.com', '01-08-2010', '10:49 AM');