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(35072, 'Aston Martin Rapide driven', 'linkexchange98', 'Feb 09, 2010', '3:14 AM'); threads[1] = new thread(35070, 'Driving in circles could become cool', 'TBR 427', 'Feb 09, 2010', '2:30 AM'); threads[2] = new thread(35069, 'Danica Patrick', 'SteveFX', 'Feb 09, 2010', '1:21 AM'); threads[3] = new thread(35065, '2011 Shelby GT500 Gets Less Weight, 550-hp', 'St00k', 'Feb 08, 2010', '10:54 PM'); threads[4] = new thread(35063, 'Pogea Racing Audi TT RS', 'SRT expert', 'Feb 08, 2010', '7:53 PM'); threads[5] = new thread(35050, 'Greetings everyone --- new member', 'Crank917', 'Feb 07, 2010', '8:19 PM'); threads[6] = new thread(35047, 'did you hear about the Camaro going Green?', 'RickZ', 'Feb 07, 2010', '4:38 PM'); threads[7] = new thread(35041, 'The $15,000 convertible Porsche question', 'epbrown01', 'Feb 06, 2010', '8:54 PM'); threads[8] = new thread(35036, 'Is it possible to make a special order/made for exotic cars?', 'kalel21', 'Feb 05, 2010', '11:59 PM'); threads[9] = new thread(35033, 'Cars are too Cheap ~ Scam ???', 'vegasdude', 'Feb 05, 2010', '12:17 AM'); threads[10] = new thread(35030, 'Questions about Toyota Recalls? Find answers here', 'St00k', 'Feb 04, 2010', '7:30 PM'); threads[11] = new thread(35021, 'POTM: February', 'clutch', 'Feb 04, 2010', '11:01 AM'); threads[12] = new thread(35020, 'Toyota Admits Prius Brake Problems', 'Eos Rebel', 'Feb 04, 2010', '10:30 AM'); threads[13] = new thread(35015, 'Rendered Speculation: 2012 VW Beetle Second Generation', 'SRT expert', 'Feb 03, 2010', '5:49 PM'); threads[14] = new thread(35003, 'Favorite Cars Cir. Winter 2010', 'VTEC_Dreams', 'Feb 02, 2010', '8:25 PM');