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(7314, 'College Tuition and RESP\'s', 'Inthemiddle', '07-31-2010', '06:24 PM'); threads[1] = new thread(7313, 'Motion of urgency and hardship', 'quizer', '07-31-2010', '10:22 AM'); threads[2] = new thread(7312, 'new rules for custody cases', 'gumby', '07-31-2010', '09:12 AM'); threads[3] = new thread(7311, 'What consttitutes as neglect?', 'Nadia', '07-31-2010', '01:11 AM'); threads[4] = new thread(7310, 'problems with the \'step\'', '1/2timemom', '07-30-2010', '09:35 PM'); threads[5] = new thread(7309, 'Not sure if ex is trying to bully me', 'Melora', '07-30-2010', '09:20 PM'); threads[6] = new thread(7308, 'First Case Conference coming in 2 weeks', 'E-Gal', '07-30-2010', '03:37 PM'); threads[7] = new thread(7307, 'Court after 14 Years', 'tiredofthisnow', '07-30-2010', '02:18 PM'); threads[8] = new thread(7306, 'Help??', 'jomomma', '07-29-2010', '05:41 PM'); threads[9] = new thread(7305, 'CS in 50/50 custody?', 'Lanfear', '07-29-2010', '12:52 PM'); threads[10] = new thread(7304, 'Need tax specialists help!', 'mom2three', '07-29-2010', '10:45 AM'); threads[11] = new thread(7303, 'stop travel out of country', 'mannaguy', '07-29-2010', '08:02 AM'); threads[12] = new thread(7302, 'Common Law 11 months, she wants half', 'Mark Grant', '07-29-2010', '07:44 AM'); threads[13] = new thread(7301, 'Blatant Lies', 'Toooldforthis', '07-29-2010', '07:41 AM'); threads[14] = new thread(7300, 'Feeling Lost', 'cantlivewithouther', '07-28-2010', '11:20 PM');