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(11); threads[0] = new thread(39648, 'Table, Dryer and Tub', 'Aragon', '08-30-10', '04:35 PM'); threads[1] = new thread(39637, 'Looking for used equipment - NJ', 'Aragon', '08-30-10', '09:07 AM'); threads[2] = new thread(39459, 'clipper vac', 'leonardsheri', '08-22-10', '10:06 PM'); threads[3] = new thread(39386, 'Converting Garage into Salon', 'Aragon', '08-19-10', '07:48 PM'); threads[4] = new thread(39277, 'If you were debating whether to clean your Bathing Beauty....', 'elizo', '08-15-10', '10:45 AM'); threads[5] = new thread(39274, 'Tub redesigned for recirc... :)', 'PawfessionalTouch', '08-15-10', '03:16 AM'); threads[6] = new thread(39266, 'Which electric table to buy??', 'Downtowndogs', '08-14-10', '03:36 PM'); threads[7] = new thread(39265, 'Need suggestions for which brand to buy and where to buy a stainless steel tub from.', 'Downtowndogs', '08-14-10', '03:33 PM'); threads[8] = new thread(39251, 'Bathing system?', 'PawfessionalTouch', '08-13-10', '03:12 PM'); threads[9] = new thread(39078, 'Stand dryer comparisons', 'Poodle Gal', '08-04-10', '04:09 PM'); threads[10] = new thread(39075, 'Pro Select cages', 'Boxerfan', '08-04-10', '03:12 PM');