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(68718, '8hp Engine video', 'tim l kesler', '11-21-2009', '02:00 PM'); threads[1] = new thread(68717, 'Tips on startup, powering down on 7.5JB??', '51f1', '11-21-2009', '01:47 PM'); threads[2] = new thread(68716, 'A few engine videos', 'JKWidener', '11-21-2009', '12:48 PM'); threads[3] = new thread(68715, 'Port Huron #8430 Restoration', 'Tom Runty', '11-21-2009', '12:20 PM'); threads[4] = new thread(68714, 'Rathbun Book about Gas Gasoline and Oil Engines', 'Denis Rouleau', '11-21-2009', '12:18 PM'); threads[5] = new thread(68713, '3-1/2hp Ideal Vertical', 'Hit and Miss kid', '11-21-2009', '12:11 PM'); threads[6] = new thread(68712, 'Steam Pile Driving', 'Jim Sherman', '11-21-2009', '11:43 AM'); threads[7] = new thread(68711, 'Caterpillar cable D8', 'Reeves13hp', '11-21-2009', '11:16 AM'); threads[8] = new thread(68710, 'How to remove the Blower wheel?', 'MEP003A', '11-21-2009', '11:03 AM'); threads[9] = new thread(68709, 'Ranger Aircraft 2 Cyl Need Info', 'blacktinlizzie', '11-21-2009', '10:58 AM'); threads[10] = new thread(68708, 'Anyone know what the safe overload is for Onan Generators', '1baker016', '11-21-2009', '10:12 AM'); threads[11] = new thread(68707, 'Is this an old lug wrench ??', 'Esteban32696', '11-21-2009', '09:01 AM'); threads[12] = new thread(68706, 'Taralga Rally 2009', 'Patrick M Livingstone', '11-21-2009', '02:37 AM'); threads[13] = new thread(68705, 'Show Tee Shirts', 'dscott', '11-20-2009', '11:12 PM'); threads[14] = new thread(68704, '1.5 K fixin\'', 'Patrick62', '11-20-2009', '10:59 PM');