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(2); threads[0] = new thread(39450, 'Why did you become a groomer? Newbie seeking guidance...', 'Patty1022', '08-22-10', '06:07 PM'); threads[1] = new thread(39405, 'Lucky girl - handstripped a Brussels Griffon', 'Geoduck', '08-21-10', '04:42 AM');