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(123799, 'I need help! Another probability', 'sueka', '09-03-2010', '03:42 PM'); threads[1] = new thread(123820, 'I\'m stumped! Help! please solve miscellaneous maths for my GRE on 5th Sept', 'paul2432', '09-03-2010', '03:38 PM'); threads[2] = new thread(123819, 'I\'m stumped! Help! Easy but confused about answer - 1', 'paul2432', '09-03-2010', '03:26 PM'); threads[3] = new thread(123839, 'Profile Evaluation: Organizational Behavior', 'phdhope', '09-03-2010', '03:13 PM'); threads[4] = new thread(122498, 'Sample Question Toefl Reading difficulty?', 'Avante', '09-03-2010', '02:50 PM'); threads[5] = new thread(123786, '***Official Fall 2011 Application Sweat Thread***', 'The MAN', '09-03-2010', '02:49 PM'); threads[6] = new thread(123814, 'Profile Evaluation, please help!!! =]', 'the xx', '09-03-2010', '02:39 PM'); threads[7] = new thread(123816, 'Info Got 100 in my TOEFL iBT', 'Avante', '09-03-2010', '02:20 PM'); threads[8] = new thread(123821, 'Roll Call 2011', 'The MAN', '09-03-2010', '02:13 PM'); threads[9] = new thread(123824, 'Say you have an off year... And, it begins today... what would you do?', 'kimbanator', '09-03-2010', '02:08 PM'); threads[10] = new thread(123315, 'GRE 800Q, but only 370V - retake?', 'Pedxs', '09-03-2010', '02:05 PM'); threads[11] = new thread(123826, 'Info finally,I am done.', 'patito', '09-03-2010', '01:56 PM'); threads[12] = new thread(123753, 'GRE score 1580 - what\'ll be the official score?', 'GREgirl', '09-03-2010', '01:53 PM'); threads[13] = new thread(123685, 'I need help! Diagnostic Test', 'Tdearr', '09-03-2010', '01:50 PM'); threads[14] = new thread(123815, 'When I will get a relief from post moderation', 'asquare', '09-03-2010', '01:20 PM');