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(9); threads[0] = new thread(823, 'Newly diagnosed', 'niken', '11-20-2009', '04:44 AM'); threads[1] = new thread(807, 'Side Effects of System?', 'Babydoll', '11-19-2009', '10:49 PM'); threads[2] = new thread(857, 'Period & Ovulation', 'drheather', '11-19-2009', '04:46 PM'); threads[3] = new thread(801, 'Am I the oddball? Had Regular periods, but no more', 'cmbburton', '11-19-2009', '11:54 AM'); threads[4] = new thread(940, 'PCOS System and Heart Disease', 'Lanawrites', '11-16-2009', '10:16 AM'); threads[5] = new thread(685, 'How Often should I be taken this medication?', 'drheather', '11-15-2009', '03:48 PM'); threads[6] = new thread(932, 'Do I have PCOS?', 'drshana', '11-15-2009', '01:53 PM'); threads[7] = new thread(912, 'Insulite History', 'drheather', '11-10-2009', '04:11 PM'); threads[8] = new thread(941, 'Coordinating Your Doctors', 'Lanawrites', '11-10-2009', '03:27 PM');