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(4); threads[0] = new thread(34629, 'Grooming Software?', 'Mitch73', '02-04-10', '06:33 PM'); threads[1] = new thread(34375, '123pet Service Set up question', 'Jaxxon', '01-29-10', '08:10 AM'); threads[2] = new thread(33974, 'computer time!!!', 'tatugrrl', '01-16-10', '12:14 AM'); threads[3] = new thread(33918, 'Merchant Swipe', 'PAWS', '01-13-10', '10:02 PM');