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(12); threads[0] = new thread(39569, 'Groomer Gives Animals Good Homes', 'Admin', '08-27-10', '08:26 AM'); threads[1] = new thread(39293, 'Shaggy Dogs a Day\'s Work for Wolf Family', 'Admin', '08-16-10', '06:40 AM'); threads[2] = new thread(39260, 'Dog Grooming Tools & Techniques', 'Admin', '08-14-10', '08:46 AM'); threads[3] = new thread(39237, 'Mom-daughter duo take a chance with do-it-yourself dog wash venture', 'Admin', '08-13-10', '08:19 AM'); threads[4] = new thread(39220, 'Dog Groomer Using CPR Saves Pet Pug', 'Admin', '08-12-10', '09:43 AM'); threads[5] = new thread(39219, 'Police Seek Second Suspect in Pascagoula Groomer\'s Death', 'Admin', '08-12-10', '09:40 AM'); threads[6] = new thread(39203, 'Camp Love-A-Pet trains animals, youths also learn responsibility', 'Admin', '08-11-10', '04:14 PM'); threads[7] = new thread(39202, 'Feline Creative Grooming', 'Admin', '08-11-10', '04:11 PM'); threads[8] = new thread(39091, 'Proper Grooming Makes for Healthier Pets', 'Admin', '08-05-10', '08:13 AM'); threads[9] = new thread(39089, 'Mobile Grooming Business Has Lots of Furry Friends', 'Admin', '08-05-10', '08:09 AM'); threads[10] = new thread(39088, 'Sisters Turn Love of Pets into Family Business', 'Admin', '08-05-10', '08:08 AM'); threads[11] = new thread(39087, 'Dirty Dogs Get a Designed Bay at Car Wash', 'Admin', '08-05-10', '08:06 AM');