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(4031, 'Theory of Cognitive Dissonance', 'Pooja_jhala', '02-09-2010', '11:33 AM'); threads[1] = new thread(4030, 'Database available for sell', 'payalsimon', '02-09-2010', '09:52 AM'); threads[2] = new thread(4029, 'Job', 'Ajaysinghjadon', '01-09-2010', '03:11 PM'); threads[3] = new thread(4028, '\'Meta Mind Happiness Beach-A-Thon\' @ Goa : an Experiential Soul-quest Training Camp', 'amey_hegde', '01-09-2010', '10:50 AM'); threads[4] = new thread(4027, '17 yrs of exp in health care sales ,bd,operations .seeking new assignment in Mumbai', 'ppathak1', '31-08-2010', '07:38 AM');