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(8675, '[2007+] 2010 Sturgis Mustang Rally', 'SD CASPCL', '09/06/2010', '12:44 PM'); threads[1] = new thread(8674, 'For Sale GT/CS trunk lid', '68 special', '09/06/2010', '12:40 PM'); threads[2] = new thread(8673, '2010 Mustang Rally @Sturgist, S.D.', 'hotrodgrany', '09/06/2010', '12:26 PM'); threads[3] = new thread(8672, 'All Years Mustang bra', '66hcs-conv', '09/06/2010', '08:52 AM'); threads[4] = new thread(8671, 'Wanted Wanted 1967 289 2v manual San Jose Radiator', 'wallace', '09/05/2010', '05:25 PM'); threads[5] = new thread(8670, '[1968] GOLD in Asheville', 'Russ', '09/05/2010', '02:19 PM'); threads[6] = new thread(8669, 'Any Bowlers out there?', 'davidathans', '09/05/2010', '01:59 PM'); threads[7] = new thread(8668, 'For Sale 1968 GT/CS project on Craigslist', 'classicsguy', '09/05/2010', '12:53 PM'); threads[8] = new thread(8667, '[1968] K Marti FAQ\'s', 'CougarCJ', '09/05/2010', '07:53 AM'); threads[9] = new thread(8666, 'For Sale 1967 High country Special on Craigslist', 'classicsguy', '09/04/2010', '07:01 AM'); threads[10] = new thread(8665, '\'57 T-Bird', 'franklinair', '09/02/2010', '06:48 PM'); threads[11] = new thread(8664, 'HCS Greenlight 1:18 at Replicarz', 'frank s', '09/02/2010', '02:53 PM'); threads[12] = new thread(8663, 'Sometime eBay just cracks me up II ...!', 'GT/CS S Code', '09/02/2010', '10:11 AM'); threads[13] = new thread(8662, 'For Sale White/Red/Black \'68 GT/CS on Craigslist', 'Mosesatm', '09/01/2010', '09:23 PM'); threads[14] = new thread(8661, '[1968] Finally, the engine in!', 'dpheyes', '09/01/2010', '08:36 PM');