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(12); threads[0] = new thread(123787, 'Info all books available here', 'vibhorsbi', '09-01-2010', '03:43 PM'); threads[1] = new thread(123776, 'Info <SELL> Manhattan GMAT Online Access Code for 6 CAT Tests - 1 Yr', 'dary410', '09-01-2010', '05:26 AM'); threads[2] = new thread(123729, 'Info Free eBooks from Kaplan, ends August 30', 'asquare', '08-30-2010', '07:01 PM'); threads[3] = new thread(123715, 'Info Target 700 to 750! Using Knewton Test Prep', 'rishabh2', '08-30-2010', '11:12 AM'); threads[4] = new thread(123530, 'I need help! is 470 a decent score?', 'gradschool', '08-24-2010', '03:32 PM'); threads[5] = new thread(123372, 'Info how long to study for the GMAT?', 'gradschool', '08-20-2010', '01:36 AM'); threads[6] = new thread(123196, 'Sample Question Gmat awa topic', 'anuraag333', '08-15-2010', '09:48 AM'); threads[7] = new thread(123102, 'I need help! How many rows', 'sheelanadh', '08-12-2010', '11:04 AM'); threads[8] = new thread(122944, 'I need help! How to solve this problem', 'zareentaj', '08-09-2010', '06:15 AM'); threads[9] = new thread(122883, 'I need help! permutations and combinations', 'sheelanadh', '08-07-2010', '12:59 PM'); threads[10] = new thread(122880, 'Sample Question solve these GMAT question', 'likithae', '08-07-2010', '12:33 PM'); threads[11] = new thread(122795, 'I\'m stumped! Help! For how long the schools keep the GMAT score reports', 'Khema', '08-05-2010', '01:51 AM');