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(15); threads[0] = new thread(34743, 'Grooming Bathtub for a Garage Remodel', 'PristineGroomer2', '02-08-10', '11:25 PM'); threads[1] = new thread(34741, 'Keyray\'s Track Record 2010', 'keyray', '02-08-10', '10:21 PM'); threads[2] = new thread(34740, 'Ceramic Blades', 'celebpet', '02-08-10', '10:17 PM'); threads[3] = new thread(34739, 'Instant/At Source Hot Water Heater', 'celebpet', '02-08-10', '09:51 PM'); threads[4] = new thread(34738, 'I Miss you all!', 'windywaycavaliers', '02-08-10', '09:48 PM'); threads[5] = new thread(34737, 'catching the dog, leashing up', 'Crystal', '02-08-10', '09:03 PM'); threads[6] = new thread(34736, 'Used Van Sales Looking Good', 'Admin', '02-08-10', '08:12 PM'); threads[7] = new thread(34735, 'Hand files for nails', 'poshpet', '02-08-10', '07:44 PM'); threads[8] = new thread(34734, 'This client tells me to do whatever...', 'Reddobe1', '02-08-10', '07:03 PM'); threads[9] = new thread(34733, 'OK... lady wanted a mohawk....', 'Reddobe1', '02-08-10', '06:58 PM'); threads[10] = new thread(34732, 'Anyone cut schnauzer brows.....', 'cajuntank', '02-08-10', '06:35 PM'); threads[11] = new thread(34731, 'How do you puppy cut a mini schnauzer?', 'sheltielove', '02-08-10', '06:00 PM'); threads[12] = new thread(34730, 'Canine Cataracts', 'sittingpretty', '02-08-10', '05:40 PM'); threads[13] = new thread(34729, 'Groomer Gathering', 'azoci', '02-08-10', '05:07 PM'); threads[14] = new thread(34728, 'Working on my website', 'petstylist', '02-08-10', '04:50 PM');