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(7080, 'Ford F350 Dually 4WD Super Crew Flatbed', 'MikeW', '11-20-2009', '05:27 PM'); threads[1] = new thread(7079, 'parker trailer', 'bobc', '11-20-2009', '05:21 PM'); threads[2] = new thread(7078, 'Anyone have a ford probe?', 'westphal33', '11-20-2009', '11:20 AM'); threads[3] = new thread(7077, 'Cavalier Question', 'tootsdad', '11-20-2009', '10:31 AM'); threads[4] = new thread(7076, 'Want a cutter to cut your own decals?', 'Terri', '11-20-2009', '09:59 AM'); threads[5] = new thread(7075, 'Job/Sponsorship Opportunities Available', 'Projectxmarketing', '11-20-2009', '02:56 AM'); threads[6] = new thread(7074, 'radios for sale', 'wally', '11-19-2009', '06:24 PM'); threads[7] = new thread(7073, '2010 Rulebook Available', 'LaCrosseSpeedway', '11-19-2009', '05:00 PM'); threads[8] = new thread(7072, '5.5" Quartermaster Clutch', 'Jwen3', '11-19-2009', '03:25 PM'); threads[9] = new thread(7071, 'Howe Radiator', 'Jwen3', '11-19-2009', '03:16 PM'); threads[10] = new thread(7070, '5x5 Bassett Wheels', 'Jwen3', '11-19-2009', '03:11 PM'); threads[11] = new thread(7069, 'cancer benefit', 'mlisius', '11-19-2009', '03:02 PM'); threads[12] = new thread(7068, 'Brake & Clutch pedal, 3rd link', 'Nelson72', '11-19-2009', '01:06 AM'); threads[13] = new thread(7067, 'MSD Distributor', 'Nelson72', '11-19-2009', '12:56 AM'); threads[14] = new thread(7066, 'Drivetrain Parts', 'Nelson72', '11-19-2009', '12:54 AM');