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(39519, 'South Bay Grooming Academy in Campbell, CA', 'Admin', '08-25-10', '07:34 PM'); threads[1] = new thread(39496, 'Thinking of Starting Correspondence Course....How Do You Find Dogs to Groom???', 'Belle-N-Hartley\'s Mommy', '08-24-10', '06:41 PM'); threads[2] = new thread(39453, 'IPG or NDGAA?', 'sassy14830', '08-22-10', '08:58 PM'); threads[3] = new thread(39201, 'Brand New Member, Need Opinion on School', 'Belle-N-Hartley\'s Mommy', '08-11-10', '01:57 PM'); threads[4] = new thread(39110, 'Paragon Pet Grooming School Introduces Learn2GroomDogs.com Streaming Videos', 'Admin', '08-06-10', '04:23 PM');