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(71826, 'Rebranding', 'armandh', '02-09-2010', '07:42 AM'); threads[1] = new thread(71825, '4 h.p IHC Famous', 'Mick', '02-09-2010', '07:25 AM'); threads[2] = new thread(71824, 'big old johnson', 'ehpower2', '02-09-2010', '05:08 AM'); threads[3] = new thread(71823, 'Cooper Stewart Little Wonder governor pics please', 'robert hamilton', '02-09-2010', '04:50 AM'); threads[4] = new thread(71822, 'Flame licker', 'hhesch', '02-09-2010', '03:42 AM'); threads[5] = new thread(71821, 'CPR 4-8-4 3101 under construction', 'Eric M.', '02-09-2010', '03:38 AM'); threads[6] = new thread(71820, 'Amperage ratings for a 15.0 MDJF Diesel unit', 'bbuchorn', '02-09-2010', '03:00 AM'); threads[7] = new thread(71819, '1910 bulldog engine', 'nigel lawrence', '02-09-2010', '02:03 AM'); threads[8] = new thread(71818, 'Wards Powerlite control board', 'TomFG', '02-09-2010', '12:54 AM'); threads[9] = new thread(71816, '1949 8N Ford Tractor', 'Tom Mathis', '02-08-2010', '11:30 PM'); threads[10] = new thread(71815, 'Cummins HRS powered generator', 'martymart9', '02-08-2010', '11:19 PM'); threads[11] = new thread(71814, 'Lunkenhimer Mixer Problems?', 'Jonathan Widelo', '02-08-2010', '10:46 PM'); threads[12] = new thread(71813, 'Load bank on the cheap', 'lijobi', '02-08-2010', '10:42 PM'); threads[13] = new thread(71812, 'Model 92 - Broken Governor Arm :(', 'redr2', '02-08-2010', '10:36 PM'); threads[14] = new thread(71811, 'Case 12-25 tanks?', 'Ty Buice', '02-08-2010', '09:40 PM');