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(7); threads[0] = new thread(123805, 'My GMAT experience - feeling humiliated - please advise', 'Shreeman', '09-02-2010', '09:28 AM'); threads[1] = new thread(123564, 'I\'ve gathered books for the GMAT, are these books enough? In need of assistance.', 'beyondenim', '08-25-2010', '09:17 AM'); threads[2] = new thread(123401, '690 mixed feelings!', 'tahahavakhor', '08-20-2010', '04:23 PM'); threads[3] = new thread(123279, 'Disappointing 620 (Q48V27) - I need advice', 'solmon', '08-17-2010', '03:18 PM'); threads[4] = new thread(123141, 'suggust me the colleges for doing ms in US gre score is 1100,toefl 85', 'vakumar8', '08-13-2010', '12:18 PM'); threads[5] = new thread(122821, '530 (Q:40 V:23) need advice', 'sparkle22', '08-05-2010', '06:13 PM'); threads[6] = new thread(122817, '680 (44q, 38v) second try; 570 (43q, 26v) first try', 'canadian phd', '08-05-2010', '04:21 PM');