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(39418, 'Knowing when to call it quits in historic preservation - how can you tell?', 'AngelynDavis', '2009-11-19', '10:10 PM'); threads[1] = new thread(39416, 'New and have a few questions', 'amanda34', '2009-11-19', '09:07 PM'); threads[2] = new thread(39414, 'Research Assistant job??', 'krbxtigerz', '2009-11-19', '04:23 PM'); threads[3] = new thread(39410, 'PhD applicant', 'buzz2007', '2009-11-19', '05:52 AM'); threads[4] = new thread(39406, 'Anyone dying to read an SOP?', 'JLedewitz', '2009-11-18', '07:19 AM'); threads[5] = new thread(39401, 'Employment per square foot of food preparation facilities', 'wright.kev', '2009-11-17', '04:41 PM'); threads[6] = new thread(39399, 'Home occupations: lawn mowing', 'CDT', '2009-11-17', '10:28 AM'); threads[7] = new thread(39398, 'Eminent domain exercised outside of ETJ', 'CDT', '2009-11-17', '10:25 AM'); threads[8] = new thread(39396, 'This is a good sign right?', 'Kingmak', '2009-11-17', '12:49 AM'); threads[9] = new thread(39392, 'Land use codes - standard map shading', 'yorkmapper', '2009-11-16', '03:28 PM'); threads[10] = new thread(39388, 'Trader Joe\'s coming to Boston\'s South End', 'Gotta Speakup', '2009-11-16', '12:29 PM'); threads[11] = new thread(39383, 'Statement of Purpose draft', 'Kingmak', '2009-11-15', '02:53 PM'); threads[12] = new thread(39381, 'Planning in Melbourne', 'Hendy', '2009-11-15', '04:59 AM'); threads[13] = new thread(39379, 'Lots of input on the plan, how to boil it down?', 'munibulldog', '2009-11-14', '10:30 PM'); threads[14] = new thread(39378, 'Is it possible for a land use planner to get a position in a MPO?', 'Cherry', '2009-11-14', '07:58 PM');