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(20); threads[0] = new thread(12082, 'new to the forum', 'ricky bobby', 'Feb 9th, 10', '03:07 AM'); threads[1] = new thread(12081, 'carb?', 'bao530a', 'Feb 9th, 10', '12:04 AM'); threads[2] = new thread(12080, 'flat acceleration', 'marcelloyes', 'Feb 8th, 10', '10:51 PM'); threads[3] = new thread(12079, '70 nova bench seat', '1970 warrior', 'Feb 8th, 10', '10:29 PM'); threads[4] = new thread(12078, '1973 Nova question', 'spaceace77084', 'Feb 8th, 10', '09:05 PM'); threads[5] = new thread(12077, 'will any 71 Nova parts fit a 71 Ventura?', 'bhollie', 'Feb 8th, 10', '08:23 PM'); threads[6] = new thread(12076, 'Fuel line return help', '74chevy', 'Feb 8th, 10', '06:32 PM'); threads[7] = new thread(12075, 'Locking lug nut help...', 'Matts68', 'Feb 8th, 10', '05:35 PM'); threads[8] = new thread(12074, 'front end clunk, what gives?', '63chevII', 'Feb 8th, 10', '02:47 PM'); threads[9] = new thread(12073, '74 nova', 'mopar_moose', 'Feb 8th, 10', '12:26 PM'); threads[10] = new thread(12072, 'hey', 'mopar_moose', 'Feb 8th, 10', '12:16 PM'); threads[11] = new thread(12071, 'Cleaning inside head runners..', 'ARE1971355', 'Feb 8th, 10', '10:00 AM'); threads[12] = new thread(12070, 'ac delete', '74bruiser', 'Feb 8th, 10', '06:30 AM'); threads[13] = new thread(12069, 'Wheel fit question?', 'bryanw80', 'Feb 7th, 10', '11:24 PM'); threads[14] = new thread(12068, 'WIW 66 Chevy II', 'jrfan8bud', 'Feb 7th, 10', '09:38 PM'); threads[15] = new thread(12067, 'Engine Question', 'loveoldchevys', 'Feb 7th, 10', '08:38 PM'); threads[16] = new thread(12066, 'Need help with suspension?', 'bryanw80', 'Feb 7th, 10', '08:26 PM'); threads[17] = new thread(12065, 'Power steering control box', 'branndon77', 'Feb 7th, 10', '06:35 PM'); threads[18] = new thread(12064, 'Help Finding Dads old Chevy!', 'SSChevy', 'Feb 7th, 10', '05:32 PM'); threads[19] = new thread(12063, 'question on compression', 'thepit', 'Feb 7th, 10', '05:17 PM');