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(68023, 'Trivia #59 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:15 PM'); threads[1] = new thread(68022, 'Trivia #58 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:12 PM'); threads[2] = new thread(68021, 'Trivia #57 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:10 PM'); threads[3] = new thread(68020, 'Trivia #56 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '03:08 PM'); threads[4] = new thread(68019, 'Trivia #55 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'Admin', '07-22-16', '02:58 PM'); threads[5] = new thread(68014, 'Find the Rags to Riches Icon Raffle Underway', 'Admin', '07-21-16', '08:28 AM'); threads[6] = new thread(68013, 'PetGroomer.com / GroomerTALK First to Announce Winners of Rags to Riches', 'GroomerTALK Coordinator', '07-20-16', '09:38 AM'); threads[7] = new thread(68003, 'Trivia #54 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-19-16', '02:05 PM'); threads[8] = new thread(68002, 'Trivia #53 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-19-16', '02:03 PM'); threads[9] = new thread(68001, 'Trivia #52 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-19-16', '01:59 PM'); threads[10] = new thread(68000, 'Trivia #51 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-19-16', '01:56 PM'); threads[11] = new thread(67988, 'Trivia #50 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-17-16', '12:59 PM'); threads[12] = new thread(67987, 'Trivia #49 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-17-16', '12:51 PM'); threads[13] = new thread(67985, 'Trivia #48 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-17-16', '12:47 PM'); threads[14] = new thread(67984, 'Trivia #47 - Win 25 Drawing Tickets in the Shampoo Lady Shopping Spree Contest', 'GroomerTALK Coordinator', '07-17-16', '12:43 PM');