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(88898, 'Official: Volvo S60 Revealed!', 'Andonis', '02-09-2010', '06:15 AM'); threads[1] = new thread(88879, 'Toyota pulls ads from US TV network: report', 'neshapop', '02-08-2010', '02:35 PM'); threads[2] = new thread(88875, 'Sweden’s Guarantee of Saab EIB Loan Wins EU Approval', 'seeg', '02-08-2010', '01:28 PM'); threads[3] = new thread(88872, 'Vibe Repair Parts Shipping To Dealers', 'nsap', '02-08-2010', '09:42 AM'); threads[4] = new thread(88869, 'GM Planning Rear-Wheel Drive Hybrid Cars', 'Quest', '02-08-2010', '08:49 AM'); threads[5] = new thread(88866, 'Porsche offers official pics and specs on the 911 Turbo S', 'BLeyland', '02-08-2010', '05:54 AM'); threads[6] = new thread(88862, 'Toyota Set To Recall 2010 Prius For Brake Problems', 'nsap', '02-07-2010', '09:43 PM'); threads[7] = new thread(88850, 'Long-Term Test: 2010 GMC Terrain', 'Hurricane', '02-07-2010', '01:50 PM'); threads[8] = new thread(88847, '2011 BMW X5 MCE Goes all Turbo', 'Quest', '02-07-2010', '08:43 AM'); threads[9] = new thread(88838, 'Mercedes SLK rendered', 'Andonis', '02-06-2010', '07:45 PM'); threads[10] = new thread(88837, 'NG Cayenne pics', 'Andonis', '02-06-2010', '07:34 PM'); threads[11] = new thread(88832, '2011 Chevrolet Volt Appears in Order Schedule, Job #1 Set for November 1', 'FenwickHockey65', '02-06-2010', '05:46 PM'); threads[12] = new thread(88822, 'Pontiac Owner Loyalty Campaign Begins', 'tripowergto', '02-06-2010', '09:25 AM'); threads[13] = new thread(88819, 'VW Touareg 2?', 'Andonis', '02-06-2010', '02:46 AM'); threads[14] = new thread(88817, 'Chevrolet Cruze SS ??', 'JEFF G.T', '02-06-2010', '01:53 AM');