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(68024, 'Customer attrition when purchasing a business?', 'Tawanda', '07-22-16', '03:24 PM'); threads[1] = new thread(68018, 'What would you do?', 'dmdogcare', '07-22-16', '06:48 AM'); threads[2] = new thread(68011, 'Why is it ......?', 'HoneyandChewiespal', '07-20-16', '06:02 PM'); threads[3] = new thread(68010, 'Admit It!!', 'stacie-gotg', '07-20-16', '05:08 PM'); threads[4] = new thread(67999, 'Paying 60% or 50% as a contractor is the same as what percent as an employee', 'Justkeepswimming', '07-19-16', '12:56 PM'); threads[5] = new thread(67998, 'The REAL Secret Lives of Pets', 'GroomerTALK Coordinator', '07-19-16', '10:40 AM'); threads[6] = new thread(67996, 'Hire a Grooming', 'muttsnmore', '07-19-16', '09:26 AM'); threads[7] = new thread(67994, 'Former White House Groomer Gives up on Presidential Pet Museum', 'GroomerTALK Coordinator', '07-19-16', '09:10 AM'); threads[8] = new thread(67992, 'If you had not become a groomer what would you be now for work?', '10muddypaws', '07-18-16', '03:06 PM'); threads[9] = new thread(67991, 'Ordered Grooming Business in a Box', 'muttsnmore', '07-18-16', '01:48 PM'); threads[10] = new thread(67990, 'Human medicines that work pets', 'coldnose', '07-17-16', '05:28 PM'); threads[11] = new thread(67986, 'Per Aesthetician certuficate', 'Pnalus', '07-17-16', '12:50 PM'); threads[12] = new thread(67975, 'dematting???', '18yearslater5', '07-16-16', '09:44 AM'); threads[13] = new thread(67972, 'Only in a groomers family', 'cockerlvr', '07-15-16', '07:12 PM'); threads[14] = new thread(67971, '"Hand-stripping" a double coated dog', 'Tawanda', '07-15-16', '04:49 PM');