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(10); threads[0] = new thread(825854, 'Private Board', 'Lynne M', '11-21-2009', '06:45 PM'); threads[1] = new thread(825853, 'Congested / Nasal Spray?', 'Aatraa', '11-21-2009', '06:21 PM'); threads[2] = new thread(825852, 'Ouch!', 'My2babys', '11-21-2009', '06:08 PM'); threads[3] = new thread(825846, 'Xanders birth story', 'Babysin', '11-21-2009', '03:29 PM'); threads[4] = new thread(825845, 'Your favorite feature on your baby?', 'Babysin', '11-21-2009', '03:04 PM'); threads[5] = new thread(825842, 'Mmm Mmm Good!', 'Char39', '11-21-2009', '02:18 PM'); threads[6] = new thread(825837, 'How is everyone feeling these day\'s??', 'LUVmymonkeys', '11-21-2009', '11:49 AM'); threads[7] = new thread(825836, 'Husbands and bedrest?', 'MommytoCharlie', '11-21-2009', '11:21 AM'); threads[8] = new thread(825832, 'I AM NOT THE MAID!!! (ranting inside)', 'SAHM+2', '11-21-2009', '10:06 AM'); threads[9] = new thread(825830, 'DID board had...', 'Char39', '11-21-2009', '09:41 AM');