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(150992, 'shock question', '1970mule', '11/20/09', '11:20 PM'); threads[1] = new thread(150991, '\'78-\'79 Broncos -what do you think?', 'DAN42', '11/20/09', '11:13 PM'); threads[2] = new thread(150990, 'Best (slim) fan for Explorer Serp', 'SWFLABRONCO', '11/20/09', '10:31 PM'); threads[3] = new thread(150988, 'zf/205 questions', '67broncorebuild', '11/20/09', '10:18 PM'); threads[4] = new thread(150986, '5.0 fuel rail?', 'TeriAnn', '11/20/09', '08:24 PM'); threads[5] = new thread(150985, 'saw two bronco\'s, one in provo and one in west jordan', 'broncomitch', '11/20/09', '08:11 PM'); threads[6] = new thread(150984, 'NP435 close ratio??', 'TeriAnn', '11/20/09', '08:09 PM'); threads[7] = new thread(150979, 'PS System Questions', 'msweb', '11/20/09', '07:38 PM'); threads[8] = new thread(150978, '351 Cleveland question', 'Miker', '11/20/09', '07:35 PM'); threads[9] = new thread(150976, 'Stock bucket seats in half cab', 'fordtrucks4ever', '11/20/09', '06:59 PM'); threads[10] = new thread(150973, 'EB Poster--Big Thanks to Tom Lay', 'lobobronco', '11/20/09', '06:16 PM'); threads[11] = new thread(150971, '1996 F-150 parts truck', 'dvldav', '11/20/09', '05:41 PM'); threads[12] = new thread(150969, '170 failing emissions...Help!', 'ry_fitch', '11/20/09', '04:44 PM'); threads[13] = new thread(150968, 'Christmas Present', 'crozetcrew', '11/20/09', '04:38 PM'); threads[14] = new thread(150967, 'y steering causing tires to rub fenders', 'mxer', '11/20/09', '04:09 PM');