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(39728, 'Just as good as Les Pooch brushes?', 'msminnamouse', '09-02-10', '10:04 PM'); threads[1] = new thread(39726, 'can you replace a cord', 'ferretlov', '09-02-10', '09:13 PM'); threads[2] = new thread(39687, 'Grooming my own Bichon', 'Little Miss', '09-01-10', '11:08 AM'); threads[3] = new thread(39574, 'Want to buy some clippers, need advice', 'dotolive', '08-27-10', '01:22 PM'); threads[4] = new thread(39564, 'Which Wahl Clipper?', 'Gipsongirl', '08-27-10', '06:01 AM'); threads[5] = new thread(39539, 'no such thing as a dumb question...', 'bulldogmom', '08-26-10', '02:32 PM'); threads[6] = new thread(39528, 'Double K Dryers', 'pawsitivepetgrooming', '08-26-10', '07:25 AM'); threads[7] = new thread(39488, 'Andis Chrome Universal Comb Set', 'wolfcub81', '08-24-10', '12:15 PM'); threads[8] = new thread(39462, 'bag balm for blades??', 'thh20', '08-23-10', '09:11 AM'); threads[9] = new thread(39443, 'recommendations for high end shears?', 'windfall4', '08-21-10', '11:28 PM'); threads[10] = new thread(39398, 'Ridged #4 blade!', 'bulldogmom', '08-20-10', '01:33 PM'); threads[11] = new thread(39376, 'hand stripping knives', 'sarahliz', '08-19-10', '01:26 PM'); threads[12] = new thread(39366, 'high quality shears with large finger holes', 'budmeister', '08-19-10', '06:07 AM'); threads[13] = new thread(39290, 'Thinner/blender Tooth Questions', 'ladyscarletthawk', '08-15-10', '10:47 PM'); threads[14] = new thread(39276, 'What is the most powerful clipper on the market?', 'puppy love', '08-15-10', '05:12 AM');