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(34668, 'Tell me I made the Right Choice!', 'Artifx', '02-06-10', '07:17 AM'); threads[1] = new thread(34645, 'groomers helper!', 'cindi', '02-05-10', '08:27 AM'); threads[2] = new thread(34643, '"Recirculating Systems"', 'Doubledogdare', '02-05-10', '06:29 AM'); threads[3] = new thread(34607, 'February Specials from Cherrybrook', 'Cherrybrook', '02-04-10', '08:22 AM'); threads[4] = new thread(34555, 'work area for $32', 'nicshred', '02-02-10', '01:44 PM'); threads[5] = new thread(34540, 'Metro dog house dryer', 'ferretlov', '02-02-10', '07:04 AM'); threads[6] = new thread(34485, 'Best Grooming Table', 'marley', '02-01-10', '03:58 PM'); threads[7] = new thread(34385, 'Tubs', 'barkinbeauties', '01-29-10', '04:12 PM'); threads[8] = new thread(34378, 'edemco table issues', 'workingchihuahua', '01-29-10', '01:14 PM'); threads[9] = new thread(34296, 'E type collar muzzle thingy-were to find', 'scullysmom', '01-26-10', '06:18 PM'); threads[10] = new thread(34291, 'Anybody using Bathmaster with IOD Shampoos?', 'Poodleboy60', '01-26-10', '03:51 PM'); threads[11] = new thread(34211, 'Edemco Econo Hydraulic Table Manual', 'dachshundmom', '01-23-10', '08:25 PM'); threads[12] = new thread(34198, 'Ordering a dryer on Monday', 'gluergirl', '01-23-10', '10:07 AM'); threads[13] = new thread(34191, 'How well does the Hanvey dryer work', 'AH**S', '01-23-10', '12:18 AM'); threads[14] = new thread(34182, 'my new grooming table', 'neanea', '01-22-10', '05:18 PM');