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(5); threads[0] = new thread(24501, 'Replacing rusted bed', 'PS362', '11-20-2009', '11:24 AM'); threads[1] = new thread(24500, '1981 CJ-8 for sale in KY', 'cradymc', '11-19-2009', '03:30 PM'); threads[2] = new thread(24499, 'Adjustable proportioning valves', 'TravelnMan', '11-19-2009', '03:15 PM'); threads[3] = new thread(24498, 'Bulkhead', 'The Real CJ8', '11-19-2009', '03:06 PM'); threads[4] = new thread(24497, 'Trashed original Soft half top', 'The Real CJ8', '11-19-2009', '03:02 PM');