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(11); threads[0] = new thread(766, 'www.BeneGoods.com', 'bai785ley', '11-19-2009', '12:29 PM'); threads[1] = new thread(765, 'Is a blast freezer compulsary?', 'sakbeth', '11-13-2009', '09:21 AM'); threads[2] = new thread(764, 'Is a Blast Freezer Compulsary?', 'sakbeth', '11-13-2009', '09:17 AM'); threads[3] = new thread(763, 'Is A Blast Freezer Compulsary', 'sakbeth', '11-13-2009', '09:15 AM'); threads[4] = new thread(762, 'Two Soft Serve Machines & Dipping Stations for Sale', 'IUWeallscream', '11-10-2009', '03:14 PM'); threads[5] = new thread(761, 'A Different Idea', 'scgrove', '11-09-2009', '10:51 AM'); threads[6] = new thread(760, 'my opinion', 'veronicamyers', '11-04-2009', '09:21 AM'); threads[7] = new thread(759, 'Security cameras', 'Ice Cream Man', '10-29-2009', '10:46 AM'); threads[8] = new thread(758, 'What to purchase a Ice Cart', 'pegt10', '10-27-2009', '06:58 PM'); threads[9] = new thread(757, 'New Cone Product Development', 'howardm', '10-26-2009', '09:26 PM'); threads[10] = new thread(756, 'Crumber Crispy Candy Sugar: Sweet Crispy', 'iiicandy', '10-24-2009', '11:52 PM');