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(173807, 'pep roller rockers', '123', 'Feb 9th, 10', '06:53 AM'); threads[1] = new thread(173806, 'Motion Phase III 454 Camaro in Tehran, Iran', 'JOE58', 'Feb 9th, 10', '06:18 AM'); threads[2] = new thread(173805, 'Parkbrau..........this is for you baby!!!', 'SPARKY69', 'Feb 9th, 10', '06:14 AM'); threads[3] = new thread(173803, 'This is how Aussies do burnouts!', 'UNRULY', 'Feb 9th, 10', '04:43 AM'); threads[4] = new thread(173802, '1972 corvette???????????', 'SPARKY69', 'Feb 9th, 10', '04:37 AM'); threads[5] = new thread(173801, 'Tuesday\'s Humor....Dining Through the Years', 'Everett#2390', 'Feb 9th, 10', '03:59 AM'); threads[6] = new thread(173800, 'Engine Compression... HELP', '873rdgen', 'Feb 8th, 10', '10:53 PM'); threads[7] = new thread(173799, '1968 Z28 12 bolt', 'P/S', 'Feb 8th, 10', '10:32 PM'); threads[8] = new thread(173798, '67 Information', 'rogerh', 'Feb 8th, 10', '10:24 PM'); threads[9] = new thread(173797, 'I need some seat bolts????? any ideas?', 'Brandan', 'Feb 8th, 10', '10:20 PM'); threads[10] = new thread(173796, 'Outside door handle bolts', 'bnbpaintballer', 'Feb 8th, 10', '09:36 PM'); threads[11] = new thread(173795, '1989 RS Convertible no engine/no tranny', '6781camaro', 'Feb 8th, 10', '09:03 PM'); threads[12] = new thread(173794, 'Choices Choices', 'Psycho 69', 'Feb 8th, 10', '08:30 PM'); threads[13] = new thread(173793, 'New member!', '1988irocz', 'Feb 8th, 10', '07:35 PM'); threads[14] = new thread(173792, 'Missing trim tag', 'willard', 'Feb 8th, 10', '07:29 PM');