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(3229, 'Aluminum Pulleys worth it?', 'dpotter', '02-09-2010', '12:55 AM'); threads[1] = new thread(3228, 'Glass question for \'66 B-body', 'violentlee', '02-08-2010', '07:33 PM'); threads[2] = new thread(3227, 'Picture of Rear Axle ID Code', 'Ape', '02-08-2010', '06:31 PM'); threads[3] = new thread(3226, '62 SS Grab Bar', 'kdurgin', '02-07-2010', '11:23 AM'); threads[4] = new thread(3225, 'Traction', '73donkryder', '02-07-2010', '12:31 AM'); threads[5] = new thread(3223, 'New guy', 'ramblin67rs', '02-06-2010', '09:50 PM'); threads[6] = new thread(3222, 'Custom console??', 'dpotter', '02-06-2010', '01:55 PM'); threads[7] = new thread(3221, 'Snowstorm pictures for you West Coasters', 'BA.', '02-06-2010', '11:24 AM'); threads[8] = new thread(3220, 'A budnik sale to good to pass up', 'PRRC', '02-06-2010', '11:11 AM'); threads[9] = new thread(3219, 'Need a Stripper?', 'scottkell', '02-05-2010', '01:47 PM'); threads[10] = new thread(3218, 'who has the best price on rad. core support for 63', 'poohbear76', '02-05-2010', '12:46 PM'); threads[11] = new thread(3217, 'if anybody cares?', 'A5150', '02-04-2010', '10:52 PM'); threads[12] = new thread(3216, 'th 375', '73donkryder', '02-04-2010', '07:07 PM'); threads[13] = new thread(3215, 'TH 700R4 ID & Decoding ???', '64 Sport Sedan', '02-04-2010', '06:27 PM'); threads[14] = new thread(3214, 'Ipod connection to original AM', 'Beetle', '02-04-2010', '04:48 PM');