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(27862, 'bsod', 'ncroxx', '11-20-2009', '11:10 PM'); threads[1] = new thread(27861, 'Mom Accused Of Leaving 9 Month-Old In Car', 'ncmom', '11-20-2009', '09:03 PM'); threads[2] = new thread(27860, 'new license plate law', 'ncmom', '11-20-2009', '08:58 PM'); threads[3] = new thread(27858, 'Estate Lawyer', 'All Children First', '11-20-2009', '05:29 PM'); threads[4] = new thread(27857, 'Dr. Sims', 'bystander', '11-20-2009', '03:43 PM'); threads[5] = new thread(27856, 'Gymnastics for BOYS', 'pkc789', '11-20-2009', '02:48 PM'); threads[6] = new thread(27855, 'Who is going shopping the day after', 'sassymom', '11-20-2009', '12:28 PM'); threads[7] = new thread(27854, 'Recipe for brined turkey-good!!', 'AnnetteL', '11-20-2009', '12:11 PM'); threads[8] = new thread(27853, 'What\'s your favorite Thanksgiving side?', 'nsanemom22', '11-20-2009', '11:42 AM'); threads[9] = new thread(27852, 'Need a good stuffing recipe', 'Abdulina', '11-20-2009', '11:30 AM'); threads[10] = new thread(27851, 'Thanksgiving Plans...', 'harleygirl', '11-20-2009', '11:03 AM'); threads[11] = new thread(27850, 'Full time Receptionist openings?', 'Luvgoose1', '11-20-2009', '11:02 AM'); threads[12] = new thread(27849, 'Turkey Deals ...', 'harleygirl', '11-20-2009', '10:08 AM'); threads[13] = new thread(27848, 'ACLU suing the government...AGAIN', 'Hatteras6', '11-20-2009', '09:15 AM'); threads[14] = new thread(27846, 'Hey Nut Bag!', 'Hught', '11-20-2009', '02:46 AM');