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(8); threads[0] = new thread(39577, 'Andis 5 speeds', 'schnlove', '08-27-10', '04:23 PM'); threads[1] = new thread(39573, 'HELP!! from those who groom kitties', 'maladee', '08-27-10', '12:20 PM'); threads[2] = new thread(39566, '$113 a puond for dirty cat hair', 'jesvettech', '08-27-10', '07:05 AM'); threads[3] = new thread(39535, 'Anyone every try an easy walker harness on a kitty?', 'Dog Daze', '08-26-10', '10:44 AM'); threads[4] = new thread(39313, 'Cleaning cats teeth', 'odette', '08-16-10', '04:18 PM'); threads[5] = new thread(39306, 'creative cat photos', 'catgroomer', '08-16-10', '01:53 PM'); threads[6] = new thread(39297, 'Bad, bad, bad, Kitty Behaviour. What to do?', '4Sibes', '08-16-10', '09:17 AM'); threads[7] = new thread(39218, 'Cat Grooming School in September Anyone?', 'amelhorn', '08-12-10', '09:05 AM');