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(145756, 'Help! performance/cooling', 'Lippy', '08-10-17', '08:19 PM'); threads[1] = new thread(145755, 'Help! Brake bleeding problem', 'allen parsons', '08-10-17', '12:14 PM'); threads[2] = new thread(145754, 'Free Shipping Offer from Corvette Central', 'Corvette Central', '08-10-17', '07:45 AM'); threads[3] = new thread(145753, 'hideaway headlight gear', 'ouimetd', '08-09-17', '07:40 PM'); threads[4] = new thread(145752, 'Transmission issue!?!', 'Way2Major', '08-09-17', '06:19 PM'); threads[5] = new thread(145751, 'Help! Starter will not disengage??', 'aebcpama', '08-09-17', '08:29 AM'); threads[6] = new thread(145749, 'Spy Shots and Rumors Shed a Little More Light on the Mid-Engine Corvette', 'Rob', '08-08-17', '09:17 PM'); threads[7] = new thread(145748, '1981 vapor lock-' + '-electric fuel pump needed???', 'FactoryC3', '08-08-17', '06:48 PM'); threads[8] = new thread(145747, 'FS: C6 Transparent Roof w/Storage Bag', 'John Yates', '08-08-17', '10:23 AM'); threads[9] = new thread(145746, 'Video: Launch Control Advanced Edition', 'Bob MacCready', '08-07-17', '08:06 PM'); threads[10] = new thread(145745, 'Question: At 1/3 the cost are they any good????', 'Dangerous Dan', '08-07-17', '11:45 AM'); threads[11] = new thread(145744, 'GM Press Release: Corvette racing at road america: Spoiler alert', 'cor123', '08-07-17', '11:05 AM'); threads[12] = new thread(145743, '1992 Brake issues', 'Yellow92', '08-07-17', '08:37 AM'); threads[13] = new thread(145742, 'Top went one way car went another', 'Av8tr', '08-06-17', '01:11 PM'); threads[14] = new thread(145741, 'GM Press Release: CORVETTE RACING AT ROAD AMERICA: Focusing Forward to Sunday', 'cor123', '08-05-17', '04:00 PM');