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(4899, 'Iyer Girl for alliance', 'Sabesan Narayanaswami', '06-09-2010', '09:22 PM'); threads[1] = new thread(4898, 'http://nostradamus2012.com/', 'Ramacchandran', '06-09-2010', '08:49 PM'); threads[2] = new thread(4897, 'What is the reason for love/ intercaste marriages', 'Ramacchandran', '06-09-2010', '07:28 PM'); threads[3] = new thread(4896, 'awsome vishnu mantra by moksha.', 'R. Ramanujan', '06-09-2010', '06:58 PM'); threads[4] = new thread(4895, 'leisurely earning in a passive way', 'mahadevans', '06-09-2010', '06:50 PM');