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(57704, 'Help with wording please', 'leslieprichett', '11-20-2009', '05:36 PM'); threads[1] = new thread(57703, 'How to?? Chicken breast in DCB?', 'lynneskitchen', '11-20-2009', '04:52 PM'); threads[2] = new thread(57702, 'mailing minis?', 'Monty060609', '11-20-2009', '04:25 PM'); threads[3] = new thread(57701, 'Rant New Consultant having trouble', 'crystalscookingnow', '11-20-2009', '03:39 PM'); threads[4] = new thread(57700, 'Question about PC Totes/Bags for shows', 'esavvymom', '11-20-2009', '03:17 PM'); threads[5] = new thread(57699, 'fudge', 'lauriedip', '11-20-2009', '01:58 PM'); threads[6] = new thread(57698, 'Need a little help with this exciting possibility!', 'thatgirl2120', '11-20-2009', '01:38 PM'); threads[7] = new thread(57697, 'folding tables', 'lauriedip', '11-20-2009', '12:39 PM'); threads[8] = new thread(57696, 'Booking letter', 'pkd09', '11-20-2009', '11:19 AM'); threads[9] = new thread(57695, 'Birthdays today 20 Nov', 'colegrovet', '11-20-2009', '09:04 AM'); threads[10] = new thread(57694, 'Shipping', 'lisasfuncooking', '11-20-2009', '09:02 AM'); threads[11] = new thread(57693, 'What\'s for Dinner?...Friday, Nov. 20', 'pamperedbybarbara', '11-20-2009', '07:29 AM'); threads[12] = new thread(57692, 'Morning Update, November 20, 2009', 'The_Kitchen_Guy', '11-20-2009', '12:03 AM'); threads[13] = new thread(57690, 'Super Excited', 'StacieB', '11-19-2009', '10:22 PM'); threads[14] = new thread(57689, 'switch your director?', 'chef tso', '11-19-2009', '09:00 PM');