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(3429, '73 Bronco', 'Errorhead', '09-03-2010', '09:26 PM'); threads[1] = new thread(3428, 'test', 'jdowns67', '09-03-2010', '12:31 PM'); threads[2] = new thread(3426, 'New to Carolina Broncos', 'jdowns67', '09-01-2010', '07:37 PM'); threads[3] = new thread(3425, 'Fixing the Turd', 'Timstrk', '09-01-2010', '06:16 PM'); threads[4] = new thread(3424, 'Spewing Green Stuff and Hot as BLAZES!!', 'UTFLIWGYA', '08-31-2010', '09:34 PM'); threads[5] = new thread(3423, 'RJM 5.0 Harness Guys...', 'blazinchuck', '08-31-2010', '12:05 PM'); threads[6] = new thread(3422, '66-77 parts source', 'broncopious', '08-30-2010', '09:15 PM'); threads[7] = new thread(3421, 'MEB Fawl Crawl October 15-16, 2010', 'nhopman', '08-30-2010', '12:22 PM'); threads[8] = new thread(3420, '89 SAS frame on CL', 'josephitguy', '08-30-2010', '12:33 AM'); threads[9] = new thread(3419, 'brake problems', 'fordfan', '08-28-2010', '11:01 PM'); threads[10] = new thread(3418, 'power steering', 'firefighter2134', '08-28-2010', '03:10 PM'); threads[11] = new thread(3417, 'bronco tech info', 'jpy601', '08-28-2010', '09:19 AM'); threads[12] = new thread(3416, 'tube doors for full size bronco pre-made and ready for you!!!', 'huntingflastyle', '08-27-2010', '06:02 PM'); threads[13] = new thread(3415, '5th Annual Nov. Run @ URE **PLEASE VOTE NOW**', 'chuzie', '08-27-2010', '12:45 PM'); threads[14] = new thread(3414, 'Sept. 18th URE work day...', 'blazinchuck', '08-27-2010', '08:36 AM');