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(4497, 'Leaking Carb..choke lever?!?!?', 'sproption', '09-06-2010', '08:01 AM'); threads[1] = new thread(81, 'Oil Drain Through Cover Plate?', 'tony201', '09-06-2010', '01:56 AM'); threads[2] = new thread(4496, 'What about the little things?', 'roadnsky', '09-06-2010', '12:37 AM'); threads[3] = new thread(4470, 'Engine suddenly stops', 'hnygren', '09-05-2010', '11:01 PM'); threads[4] = new thread(3653, 'Cabin Heating System', 'hanleyclifford', '09-05-2010', '10:59 PM'); threads[5] = new thread(3616, 'How do you use your blower?', 'hnygren', '09-05-2010', '10:58 PM'); threads[6] = new thread(4468, 'Carburetor Main passage plug replacements', 'hnygren', '09-05-2010', '10:47 PM'); threads[7] = new thread(4494, 'A stuck engine head', 'boatminion68', '09-05-2010', '09:34 PM'); threads[8] = new thread(4492, 'New Fuel tank, no fuel', 'hanleyclifford', '09-05-2010', '09:05 PM'); threads[9] = new thread(4495, 'Oil Leak From Pan Plug', 'roadnsky', '09-05-2010', '04:27 PM'); threads[10] = new thread(4044, 'Indigo', 'sastanley', '09-04-2010', '07:05 PM'); threads[11] = new thread(4489, 'Blown head gasket or???', 'BCinNYC', '09-04-2010', '11:48 AM'); threads[12] = new thread(4493, 'Fuel Tank Gasket Fiasco', 'Dave Neptune', '09-04-2010', '10:10 AM'); threads[13] = new thread(4485, 'First Posting!', 'ndutton', '09-03-2010', '11:41 PM'); threads[14] = new thread(4465, 'Zincs and stray current', 'ndutton', '09-03-2010', '07:50 PM');