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(10); threads[0] = new thread(34592, 'How about the Arkansas Pet Grooming School?', 'jtoothman', '02-03-10', '06:15 PM'); threads[1] = new thread(34574, 'Concord All Breed School in Knoxville, TN?', 'jtoothman', '02-02-10', '10:26 PM'); threads[2] = new thread(34320, 'Online Grooming Schools', 'daisyseuce', '01-27-10', '02:38 PM'); threads[3] = new thread(34284, 'Cat grooming school', 'catgroomer', '01-26-10', '11:03 AM'); threads[4] = new thread(34268, 'Michigan: Proprietary Schools Allowed to Charge for Goods/Services by Students', 'Admin', '01-25-10', '07:44 PM'); threads[5] = new thread(34244, 'Virginia School of Pet Grooming/Manassas, VA', 'A1Mobile', '01-25-10', '07:27 AM'); threads[6] = new thread(34234, '8 hour Pet Tech Pet CPR and First Aid and 3 Day Instructor Seminars', 'workingchihuahua', '01-24-10', '07:53 PM'); threads[7] = new thread(34137, 'Considering taking an online class', 'keyray', '01-20-10', '11:01 PM'); threads[8] = new thread(33845, 'Grooming School Financial Aid', 'alfre', '01-11-10', '06:44 PM'); threads[9] = new thread(33809, 'Advanced study', 'seijimorikawa', '01-10-10', '03:24 PM');