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(15); threads[0] = new thread(9861, 'The Labor DepartmentThe Labor Department', 'pavani', '11/21/2009', '07:26 AM'); threads[1] = new thread(9851, 'Albany, NY (', 'pavani', '11/21/2009', '07:25 AM'); threads[2] = new thread(9841, 'Albany, NY (November 21, 2007)', 'pavani', '11/21/2009', '07:25 AM'); threads[3] = new thread(9811, 'Benioff says the old software business model is dead. So what’s new?', 'Lori Smith', '11/20/2009', '03:04 PM'); threads[4] = new thread(9791, 'Value Pricing Research', 'Jerry Bernstein', '11/20/2009', '12:07 PM'); threads[5] = new thread(9781, '11/20 Poll: Health Care', 'Frank Chloupek', '11/20/2009', '11:14 AM'); threads[6] = new thread(9741, 'High Quality Patents - what does it mean?', 'wesdavidson', '11/18/2009', '04:38 PM'); threads[7] = new thread(9731, 'Coming Soon: Your Limited Liability Persona', 'Brad Kenney', '11/18/2009', '03:55 PM'); threads[8] = new thread(9721, 'A supply chain risk management survey by MIT', 'Lori Smith', '11/18/2009', '09:36 AM'); threads[9] = new thread(9691, 'Is The CrackBerry Epidemic Dying Down?', 'Brad Kenney', '11/17/2009', '08:41 PM'); threads[10] = new thread(9681, 'Manufacturing\'s Ground Zero', 'David Blanchard', '11/17/2009', '05:24 PM'); threads[11] = new thread(9671, 'One platform…but at what cost and compromise?', 'Lori Smith', '11/17/2009', '10:15 AM'); threads[12] = new thread(9651, 'What does it FEEL like to work with an ERP?', 'Patrick Maley', '11/16/2009', '01:21 PM'); threads[13] = new thread(9641, 'Pricing: Reverse Auctions', 'Jerry Bernstein', '11/16/2009', '11:18 AM'); threads[14] = new thread(9631, 'Rare Earths', 'Rog', '11/16/2009', '10:17 AM');