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(39704, 'Strongest Grooming arms?', 'Bonita69', '09-02-10', '05:45 AM'); threads[1] = new thread(39678, 'It\'s been hot', 'mylady', '09-01-10', '06:20 AM'); threads[2] = new thread(39666, 'Dina Perry & Dennis Gnetz on CBS Early Show This Thursday 9/2/10 7 am to 9 am', 'Admin', '08-31-10', '06:00 PM'); threads[3] = new thread(39665, 'I Had A Very Special Unusual Client Today!', 'Jenneversage64', '08-31-10', '05:28 PM'); threads[4] = new thread(39651, 'Good idea OR Bad idea', 'geddy', '08-30-10', '06:41 PM'); threads[5] = new thread(39650, 'Filter Air Fresheners', 'PrincessPoodle', '08-30-10', '06:18 PM'); threads[6] = new thread(39642, 'Did You Know, They Make Bigger Better ShurFlo Water Pumps?', 'Jenneversage64', '08-30-10', '10:40 AM'); threads[7] = new thread(39619, 'It all started last April with a flat tire........', 'MydogMissy', '08-29-10', '03:25 PM'); threads[8] = new thread(39591, 'Recalling some silly story about \'clients\' that never were', 'ralla', '08-28-10', '04:36 AM'); threads[9] = new thread(39583, 'getting used to table against wall', 'rach58', '08-27-10', '07:09 PM'); threads[10] = new thread(39572, 'Puffy Eyes Anyone????', 'Friends of Emma', '08-27-10', '10:03 AM'); threads[11] = new thread(39561, 'Lighting in a mobile conversion', 'elizo', '08-27-10', '03:11 AM'); threads[12] = new thread(39547, 'Welcome packet?', 'wannabemobile', '08-26-10', '05:13 PM'); threads[13] = new thread(39545, 'Saturday\'s...to do or not to do?', 'azoci', '08-26-10', '03:49 PM'); threads[14] = new thread(39543, '2nd Annual "Mobile Grooming for a Cause" October 2010 - Win $5,000 Wag\'n Tails Owners', 'Admin', '08-26-10', '03:33 PM');