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(3); threads[0] = new thread(34447, 'Dust Masks?', 'SudzyPups', '01-31-10', '01:51 PM'); threads[1] = new thread(34260, 'Anyone have any idea where petsmart orders their smocks?', 'DoggyDogGrooming', '01-25-10', '05:15 PM'); threads[2] = new thread(34117, 'Plus Size groomers', 'azoci', '01-20-10', '03:10 PM');