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(3992, 'Another disc brake question..', '1969impalaDave', '07-29-2010', '03:18 PM'); threads[1] = new thread(3991, 'Getting very close to paint-time!', 'BA.', '07-29-2010', '01:12 PM'); threads[2] = new thread(3990, 'package options', 'lucian*91', '07-29-2010', '03:24 AM'); threads[3] = new thread(3989, 'new from michigan', 'lucian*91', '07-29-2010', '03:18 AM'); threads[4] = new thread(3988, 'How to install kickdown', 'Ryan 64 SS', '07-28-2010', '05:28 PM'); threads[5] = new thread(3987, 'sheet metal question', '1969impalaDave', '07-28-2010', '07:31 AM'); threads[6] = new thread(3986, 'fuel oil leak 59 348', 'bowtieman427', '07-28-2010', '12:39 AM'); threads[7] = new thread(3985, 'New from SE MN Impala 67 327 SS, 59 348 3x2', 'bowtieman427', '07-28-2010', '12:26 AM'); threads[8] = new thread(3984, 'Speedo Calibration', 'Headrage', '07-27-2010', '09:26 PM'); threads[9] = new thread(3983, 'gauges in \'65', 'ping2lo', '07-27-2010', '02:35 PM'); threads[10] = new thread(3982, 'Buy new bumper or rechrome', 'bobk', '07-27-2010', '02:22 PM'); threads[11] = new thread(3981, 'How to access wipers switch?', 'drabina', '07-27-2010', '01:06 PM'); threads[12] = new thread(3980, 'Nothing works as it should', 'Mrohly1', '07-25-2010', '11:57 PM'); threads[13] = new thread(3979, 'Car show Impalas', 'BA.', '07-25-2010', '10:57 PM'); threads[14] = new thread(3978, '1965 Nascar Impala story', 'dadstoy', '07-25-2010', '10:53 PM');