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(39689, 'Who could I interview about color shampoos?', 'dogwriter', '09-01-10', '12:30 PM'); threads[1] = new thread(39596, 'PawFume Grooming & Finishing Spray - Value Pricing - Sponsor', 'Admin', '08-28-10', '12:03 PM'); threads[2] = new thread(39669, 'PawFume Grooming & Finishing Spray - $2.00 Value Pricing - Sponsor', 'Admin', '08-28-10', '12:03 PM'); threads[3] = new thread(39562, 'Gels', 'pawsitivepetgrooming', '08-27-10', '03:12 AM'); threads[4] = new thread(39555, 'Thick-N-Thicker Question', 'Kayote', '08-26-10', '09:05 PM'); threads[5] = new thread(39529, 'Tamer for flyaways on Scottie', 'pawsitivepetgrooming', '08-26-10', '07:32 AM'); threads[6] = new thread(39391, 'Can you use a quick drying spray with another type of spray?', 'Vienna', '08-20-10', '04:18 AM'); threads[7] = new thread(39363, 'Show-quality topknot bows?', 'bulldogmom', '08-19-10', '04:58 AM'); threads[8] = new thread(39361, 'Translucent chalk? (yep its me picking your brains again)', 'scullysmom', '08-18-10', '09:15 PM'); threads[9] = new thread(39348, '20% Discount at The Dog Bow-tique for PetGroomer.com 8/21 to 9/21', 'Admin', '08-18-10', '01:31 PM'); threads[10] = new thread(39345, 'Davis finishing sprays and thinning shears', 'lalita', '08-18-10', '10:02 AM'); threads[11] = new thread(39332, 'Certified Organic Shampoo?', 'SLewis', '08-17-10', '07:40 PM'); threads[12] = new thread(39327, 'Affordable bandanas??', 'bow', '08-17-10', '01:58 PM'); threads[13] = new thread(39248, 'Question about a specific de-skunking product', 'kated', '08-13-10', '01:38 PM'); threads[14] = new thread(39143, 'Standard Poodle Shampoo', 'arlaede', '08-08-10', '11:56 AM');