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(6); threads[0] = new thread(14201, 'Rediscover Northampton Car & Truck Classic 10/17', '9redfox3', '09-06-2010', '10:34 AM'); threads[1] = new thread(14178, 'rocktoberfest/hatfield: 10/2/10; 8:30-3:30', 'brisk_tea', '09-04-2010', '06:36 AM'); threads[2] = new thread(14172, 'kauffman\'s chicken bbq car show', '05MusclestangGT', '09-02-2010', '05:31 PM'); threads[3] = new thread(14128, '7Th Annual Mustang Roundup', '77CobraII', '08-29-2010', '06:20 PM'); threads[4] = new thread(14006, 'rehrersburg fire compmnay car show', '77CobraII', '08-15-2010', '05:43 PM'); threads[5] = new thread(13391, 'Register for AmericanMuscle’s 2010 Car Show!', 'NASTY03GT', '06-09-2010', '11:20 AM');