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(68025, 'What percentage of gross do you take home as owner?', 'Tawanda', '07-22-16', '04:03 PM'); threads[1] = new thread(68006, 'Hitch On pet grooming trailer', '2labs2luv', '07-20-16', '06:45 AM'); threads[2] = new thread(68004, 'Dread opening up my email messages', 'Dolly', '07-19-16', '02:32 PM'); threads[3] = new thread(67979, 'Mobile Groomer Has It', 'GroomerTALK Coordinator', '07-17-16', '07:53 AM'); threads[4] = new thread(67960, 'The perfect Mobile Tub....', 'Uncle Dave', '07-14-16', '06:23 PM'); threads[5] = new thread(67952, 'Mobile Grooming at Company Offices - Purina', 'GroomerTALK Coordinator', '07-13-16', '08:55 AM'); threads[6] = new thread(67939, 'Hiring an employee', 'topdog', '07-10-16', '01:46 PM'); threads[7] = new thread(67934, 'Woops', 'cockerlvr', '07-08-16', '07:02 PM'); threads[8] = new thread(67933, 'Been reading the gen noise thread........', 'petstimes2', '07-08-16', '06:07 PM'); threads[9] = new thread(67923, 'Comparing Onan Gens to each other', 'LeeGrooming', '07-07-16', '01:35 PM'); threads[10] = new thread(67911, 'OMG the noise of the generator!', 'cockerlvr', '07-05-16', '06:59 PM'); threads[11] = new thread(67909, 'Mobile Grooming for PEOPLE Growing in Popularity', 'GroomerTALK Coordinator', '07-05-16', '08:23 AM'); threads[12] = new thread(67894, 'Dryer recommendations for mobile trailer with shorelline power', 'topdog', '07-03-16', '06:17 AM'); threads[13] = new thread(67893, 'Cancellation Policy?', 'topdog', '07-03-16', '06:12 AM'); threads[14] = new thread(67889, 'your grooming vehicle pictures', 'Erica Reeves', '07-02-16', '12:09 PM');