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(34722, 'Dina Perry\'s Comprehensive Mobile Grooming Seminar 3/15 & 3/16', 'Stylin Stella', '02-08-10', '08:32 AM'); threads[1] = new thread(34612, 'Cary,IL', 'rach58', '02-04-10', '09:51 AM'); threads[2] = new thread(34475, 'UK Tour with Super Styling Sessions - May 2010 - Jay & Sue', 'Admin', '02-01-10', '09:20 AM'); threads[3] = new thread(34413, 'Meet and Greet at NW grooming Show:)', 'plushpuppy', '01-30-10', '01:44 PM'); threads[4] = new thread(34359, 'Lindsey Dicken (Berry) Seminar in Michigan, March 14th', 'WinterElixir', '01-28-10', '07:36 PM'); threads[5] = new thread(34084, 'Event: The Grooming Code: Practical Edition', 'Admin', '01-19-10', '03:13 PM'); threads[6] = new thread(34064, 'Michigan Seminar... any interest?', 'WinterElixir', '01-18-10', '05:07 PM'); threads[7] = new thread(34054, 'OFFICIAL Who is Cruising Pet Pro Cruise Jan 2011', 'Admin', '01-18-10', '12:22 PM'); threads[8] = new thread(34053, 'OFFICIAL Who is Going to NEPGP Fall Fest 2010 Thread', 'Admin', '01-18-10', '12:14 PM'); threads[9] = new thread(34052, 'OFFICIAL Who is Going ISCC Master Pet Styling Symp & Testing 2010 Thread - Dallas', 'Admin', '01-18-10', '12:06 PM'); threads[10] = new thread(34051, 'OFFICIAL US Pet Pro Classic 2010 Thread', 'Admin', '01-18-10', '12:05 PM'); threads[11] = new thread(34050, 'OFFICIAL Who is Going to WAPPS Fair Thread', 'Admin', '01-18-10', '12:00 PM'); threads[12] = new thread(34049, 'OFFICIAL Who is Going to Groom Expo 2010 Thread', 'Admin', '01-18-10', '11:59 AM'); threads[13] = new thread(34048, 'OFFICIAL Who is Going to SuperZoo 2010 Thread', 'Admin', '01-18-10', '11:58 AM'); threads[14] = new thread(34047, 'OFFICIAL Who is Going to PetQuest 2010 Thread', 'Admin', '01-18-10', '11:56 AM');