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(41951, 'Non-spatial quality of life components in scenario building', 'Selleck', '2010-09-02', '03:03 PM'); threads[1] = new thread(41942, 'How competitive are admissions? UWM/UMN', 'hallstot', '2010-09-02', '01:07 AM'); threads[2] = new thread(41938, 'Finish that construction project or else!', 'luckless pedestrian', '2010-09-01', '03:47 PM'); threads[3] = new thread(41935, 'Double noticing for public hearings', 'Lil Miss Planner', '2010-09-01', '02:17 PM'); threads[4] = new thread(41934, 'Should a undergrad mechanical engineer go into transportation engineering or planning?', 'DrMaturin', '2010-09-01', '11:45 AM'); threads[5] = new thread(41918, 'Churches and living space?', 'stroskey', '2010-08-31', '02:43 PM'); threads[6] = new thread(41916, 'Pedestrian connectivity', 'marzianna', '2010-08-31', '02:05 PM'); threads[7] = new thread(41915, '"Green lawn" ordinances', 'ursus', '2010-08-31', '01:50 PM'); threads[8] = new thread(41910, 'Property value effect of government acquisition', 'fringe', '2010-08-31', '11:29 AM'); threads[9] = new thread(41882, 'Who is responsible for the setback?', 'inzane', '2010-08-30', '05:00 PM'); threads[10] = new thread(41877, 'Statement of intent advice', 'Lady_Jane', '2010-08-30', '02:26 PM'); threads[11] = new thread(41875, 'Speed lump experiences', 'MazerRackham', '2010-08-30', '01:54 PM'); threads[12] = new thread(41873, 'Waterfront amenities plan - any examples?', 'MacheteJames', '2010-08-30', '11:00 AM'); threads[13] = new thread(41864, 'How to increase public transport usage', 'user123', '2010-08-29', '10:52 AM'); threads[14] = new thread(41863, 'Switching to sub-regional planning', 'Hawkeye66', '2010-08-28', '09:15 PM');