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(1065, 'The EasyRiders Rodeo Tour', 'coup', '09-04-2010', '06:01 PM'); threads[1] = new thread(1064, 'The parking nightmares', 'sandis', '09-03-2010', '02:15 PM'); threads[2] = new thread(1063, 'County Fair', 'DogGuy', '09-03-2010', '10:39 AM'); threads[3] = new thread(1062, 'Well, I\'ve Killed Another One', 'DeerKiller', '09-03-2010', '10:29 AM'); threads[4] = new thread(1061, 'Drive in?', 'hotrod', '09-02-2010', '05:09 PM');