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(39727, 'Gotta upset a few of us', 'Randy LaFoy', '09-02-10', '09:59 PM'); threads[2] = new thread(39726, 'can you replace a cord', 'ferretlov', '09-02-10', '09:13 PM'); threads[3] = new thread(39725, 'The Groom Nazi...', 'lefty', '09-02-10', '08:54 PM'); threads[4] = new thread(39724, 'one of my clients was hit and killed by a car and his owner is in the hospital', 'ferretlov', '09-02-10', '08:49 PM'); threads[5] = new thread(39723, 'How does it "save you a trip to the vet\'s office" if......', 'cajuntank', '09-02-10', '08:30 PM'); threads[6] = new thread(39722, 'I found a pee on my floor today...', 'windywaycavaliers', '09-02-10', '07:52 PM'); threads[7] = new thread(39721, '3 day weekend!', 'odette', '09-02-10', '07:49 PM'); threads[8] = new thread(39720, 'WI State Fair Competition', 'windywaycavaliers', '09-02-10', '07:47 PM'); threads[9] = new thread(39719, 'Mmmmmm,,Happy Hoodie', 'windywaycavaliers', '09-02-10', '07:27 PM'); threads[10] = new thread(39718, 'So I had a very full day...', 'windywaycavaliers', '09-02-10', '07:25 PM'); threads[11] = new thread(39717, 'I almost didn\'t give this one back...', 'windywaycavaliers', '09-02-10', '07:18 PM'); threads[12] = new thread(39716, 'Need your prayers and positive energy...', 'puppy love', '09-02-10', '07:01 PM'); threads[13] = new thread(39715, 'Thinking about store hours', 'Downtowndogs', '09-02-10', '03:32 PM'); threads[14] = new thread(39714, 'My plan so far, tile options and equipment ideas and store hours', 'Downtowndogs', '09-02-10', '03:28 PM');