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(34716, 'ISCC Pam Lairitzen\'s shampoo line.', 'pudel', '02-07-10', '06:18 PM'); threads[1] = new thread(34699, 'EZ Groom', 'PamperedPup', '02-07-10', '07:39 AM'); threads[2] = new thread(34642, 'Straightening Product', 'PamperedPup', '02-05-10', '06:09 AM'); threads[3] = new thread(34618, 'Need ideas to remedy fluffy spay coat', 'Petekids', '02-04-10', '01:22 PM'); threads[4] = new thread(34605, 'February Chris Christensen specials from Cherrybrook', 'Cherrybrook', '02-04-10', '08:19 AM'); threads[5] = new thread(34518, 'Showseasons Hypo/Tearless ???', 'DoggyDogGrooming', '02-01-10', '04:32 PM'); threads[6] = new thread(34460, 'Chris Christiansen products', 'RachelBlue', '01-31-10', '07:48 PM'); threads[7] = new thread(34418, 'How do you decide on the shampoos you use?', 'bugleroo', '01-30-10', '03:29 PM'); threads[8] = new thread(34417, 'Help! What should I use?', 'nautidog', '01-30-10', '03:15 PM'); threads[9] = new thread(34411, 'Nu Hemp', 'punchi', '01-30-10', '11:10 AM'); threads[10] = new thread(34386, 'Capstar Anyone?', 'MRipple', '01-29-10', '04:17 PM'); threads[11] = new thread(34379, 'Can you "set" color from blo pens?', 'mylady', '01-29-10', '01:25 PM'); threads[12] = new thread(34363, 'Best Shot Ultra Max', 'Starshan', '01-28-10', '08:09 PM'); threads[13] = new thread(34355, 'Pet Colognes', 'JeffAZ', '01-28-10', '12:05 PM'); threads[14] = new thread(34282, 'Manic Panic not dying roots', 'elizabeth', '01-26-10', '08:05 AM');