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(34726, 'Sometimes I miss the salon...', 'mylady', '02-08-10', '12:44 PM'); threads[1] = new thread(34720, 'Tear Stains', 'zephrcain', '02-08-10', '04:20 AM'); threads[2] = new thread(34718, 'dog bite policy', 'charlieB', '02-07-10', '10:27 PM'); threads[3] = new thread(34717, 'hot water in Hanvey sprinter', 'Missy', '02-07-10', '07:45 PM'); threads[4] = new thread(34713, 'mobile grooming tip', 'mylady', '02-07-10', '05:10 PM'); threads[5] = new thread(34712, 'Pictures in a mobile advice', 'BarkNBubbles', '02-07-10', '04:43 PM'); threads[6] = new thread(34690, 'Any suggestions for a Mobile Grooming business name?', 'Shasti333', '02-06-10', '08:24 PM'); threads[7] = new thread(34667, 'Spray on glass', 'Doug', '02-06-10', '06:16 AM'); threads[8] = new thread(34646, 'Flea and Tick Meds', 'Dixie9', '02-05-10', '08:36 AM'); threads[9] = new thread(34638, 'Grooming when the parent isn\'t home', 'Juju', '02-04-10', '10:38 PM'); threads[10] = new thread(34634, 'My Next door Neighbor Wanted To Know My Rates', 'Jenneversage64', '02-04-10', '09:29 PM'); threads[11] = new thread(34601, 'Shoulder issues', 'groominshuman', '02-04-10', '05:34 AM'); threads[12] = new thread(34596, 'Cleaning van after smokey dog', 'Starshan', '02-03-10', '08:51 PM'); threads[13] = new thread(34582, 'For those mobile groomers who want to process credit cards', 'kats_melody', '02-03-10', '02:44 PM'); threads[14] = new thread(34581, 'Eeekkk- going to look at a van!!!', 'Lucy in the Sky', '02-03-10', '12:51 PM');