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(68024, 'Customer attrition when purchasing a business?', 'Tawanda', '07-22-16', '03:24 PM'); threads[2] = new thread(68023, 'Trivia #59 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:15 PM'); threads[3] = new thread(68022, 'Trivia #58 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:12 PM'); threads[4] = new thread(68021, 'Trivia #57 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:10 PM'); threads[5] = new thread(68020, 'Trivia #56 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:08 PM'); threads[6] = new thread(68019, 'Trivia #55 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '02:58 PM'); threads[7] = new thread(68018, 'What would you do?', 'dmdogcare', '07-22-16', '06:48 AM'); threads[8] = new thread(68016, 'Looking for information about grooming schools in Australia', 'leolee', '07-21-16', '10:05 PM'); threads[9] = new thread(68014, 'Find the Rags to Riches Icon Raffle Underway', 'Admin', '07-21-16', '08:28 AM'); threads[10] = new thread(68012, 'SuperZoo Trade Show APP', 'Admin', '07-21-16', '06:20 AM'); threads[11] = new thread(68011, 'Why is it ......?', 'HoneyandChewiespal', '07-20-16', '06:02 PM'); threads[12] = new thread(68010, 'Admit It!!', 'stacie-gotg', '07-20-16', '05:08 PM'); threads[13] = new thread(68009, 'Info on setting up a generator/inverter hybrid van', 'dlt8958', '07-20-16', '04:59 PM'); threads[14] = new thread(68008, 'New client!', 'Tawanda', '07-20-16', '02:53 PM');