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(139873, 'Do you like voting?', 'Tillers_Rule', '11-20-2009', '05:06 PM'); threads[1] = new thread(139872, 'seat belts', 'alex serrato', '11-20-2009', '04:45 PM'); threads[2] = new thread(139871, 'idiot!', 'toyota_tacoma', '11-20-2009', '04:38 PM'); threads[3] = new thread(139870, 'Possible Tampa Causeway meet Sat. Nov 28th', 'speckdzl4shzl', '11-20-2009', '04:07 PM'); threads[4] = new thread(139869, 'Front lift advice needed', '19Tacoma98', '11-20-2009', '04:04 PM'); threads[5] = new thread(139868, 'Supercharger found on craigslist near me', 'speckdzl4shzl', '11-20-2009', '03:17 PM'); threads[6] = new thread(139867, 'BFG All-Terrain KO - 31x10.5x15', 'mrbigbri', '11-20-2009', '01:31 PM'); threads[7] = new thread(139866, 'which is better?', 'toyointhe803', '11-20-2009', '01:28 PM'); threads[8] = new thread(139865, 'side view mirror mount', 'metalmxrider', '11-20-2009', '01:24 PM'); threads[9] = new thread(139864, '2wd 5-lug mud flaps', 'rfcruse', '11-20-2009', '12:12 PM'); threads[10] = new thread(139863, 'B&M Shifter 05-09', 'Coupe', '11-20-2009', '11:57 AM'); threads[11] = new thread(139862, 'Bose Lifestyle 12 System Complete Receiver+5 Cubes+Bass - $480', 'masterpilot', '11-20-2009', '10:55 AM'); threads[12] = new thread(139861, 'looking for Fiberglass Fender Flares Front and Rear.', 'turbotoy86', '11-20-2009', '10:35 AM'); threads[13] = new thread(139860, 'Alpine?', 'turbotoy86', '11-20-2009', '10:33 AM'); threads[14] = new thread(139859, 'Advise Please!', 'turbotoy86', '11-20-2009', '10:30 AM');