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(5058, 'Management Games, Exercises, Energizers and Icebreakers', 'KSB', '03-09-2010', '04:48 PM'); threads[1] = new thread(5057, 'Looking for Breakthrough Improvement', 'TCC', '03-09-2010', '03:23 PM'); threads[2] = new thread(5056, 'da counting', 'smile147', '03-09-2010', '12:40 PM'); threads[3] = new thread(5055, 'Improving Cash Flow', 'CJ050505', '02-09-2010', '05:55 PM'); threads[4] = new thread(5054, 'merchandise planning KRA', 'adamr', '02-09-2010', '12:37 PM');