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(109748, '[Grammar] During the day of...', 'Ulysses', '23-Nov-2009', '21:55'); threads[1] = new thread(109747, '[Grammar] yes/no questions', 'Sohrab Khan', '23-Nov-2009', '21:39'); threads[2] = new thread(109746, 'ask for information', 'adel87', '23-Nov-2009', '21:05'); threads[3] = new thread(109745, '[Grammar] more than a week/for over a week', 'tagdghaca', '23-Nov-2009', '21:01'); threads[4] = new thread(109744, '[Grammar] explanation or explanations', 'uktous', '23-Nov-2009', '20:59'); threads[5] = new thread(109743, '[General] What is this called in English ?', 'The Saudi', '23-Nov-2009', '20:51'); threads[6] = new thread(109742, 'Please review my eassy on parental resposibilites.', 'vananh90', '23-Nov-2009', '19:32'); threads[7] = new thread(109740, '[Vocabulary] Please check my dialogue!', 'moush', '23-Nov-2009', '19:17'); threads[8] = new thread(109739, 'stiffly tumbling bodies', 'Bushwhacker', '23-Nov-2009', '19:09'); threads[9] = new thread(109738, '[Essay] can you help me make this simple', 'tonyheaney', '23-Nov-2009', '19:07'); threads[10] = new thread(109737, 'Indian students in Australia', 'goonj', '23-Nov-2009', '19:06'); threads[11] = new thread(109736, '[Grammar] In home/school or at home/school', 'musalman', '23-Nov-2009', '18:33'); threads[12] = new thread(109735, 'I do believe VS I believe', 'thx0110', '23-Nov-2009', '18:14'); threads[13] = new thread(109734, 'storm-driven wave', 'Bushwhacker', '23-Nov-2009', '18:08'); threads[14] = new thread(109733, 'Kindly check my sentences', 'new2grammar', '23-Nov-2009', '18:04');