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(12); threads[0] = new thread(39659, 'Pet Pro Classic creative stuff', 'catgroomer', '08-31-10', '02:50 PM'); threads[1] = new thread(39643, 'Hershey Internet Social 2010', 'pixiedust', '08-30-10', '11:35 AM'); threads[2] = new thread(39634, 'Super Stylng Sessions - Palm Springs, CA Sunday October 24, 2010', 'Admin', '08-30-10', '08:35 AM'); threads[3] = new thread(39600, 'Puget Sound Mobile Round-Up', 'azoci', '08-28-10', '07:16 PM'); threads[4] = new thread(39455, 'WAPPS 2010 Pet Stylists Invitational', 'windywaycavaliers', '08-22-10', '09:14 PM'); threads[5] = new thread(39454, 'WAPPS 2010 Pet Stylists Invitational', 'windywaycavaliers', '08-22-10', '09:13 PM'); threads[6] = new thread(39355, 'Superzoo dinner? PG.com event?', 'Lucy in the Sky', '08-18-10', '05:39 PM'); threads[7] = new thread(39342, 'The Complete Poodle with Ann Martin', 'windywaycavaliers', '08-18-10', '08:37 AM'); threads[8] = new thread(39226, 'Superzoo help!', 'Lucy in the Sky', '08-12-10', '03:24 PM'); threads[9] = new thread(39221, 'Special Room Rate for US Pet Pro Classic Expires August 15, 2010', 'Admin', '08-12-10', '09:47 AM'); threads[10] = new thread(39167, 'Learn2groomcats.com', 'catgroomer', '08-09-10', '11:31 AM'); threads[11] = new thread(39124, 'January 2011 Barkleigh Cruise', 'puppycare', '08-07-10', '09:51 AM');