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(41557, 'Moving from smaller cities to bigger', 'docwatson', '2010-07-29', '01:13 AM'); threads[1] = new thread(41554, 'Environmental planning trend', 'Science2Planning', '2010-07-28', '06:24 PM'); threads[2] = new thread(41550, 'Historic Commission authority level (esp. Texas planners)', 'TexanOkie', '2010-07-28', '03:30 PM'); threads[3] = new thread(41548, 'Boring cities: what makes them so?', 'Dan', '2010-07-28', '02:21 PM'); threads[4] = new thread(41546, 'Computerized record keeping', 'ehumstone', '2010-07-28', '01:44 PM'); threads[5] = new thread(41545, 'Requiring LEED? Process?', 'Downtown25', '2010-07-28', '01:26 PM'); threads[6] = new thread(41544, 'Planning division logo', 'Hypervelocity', '2010-07-28', '12:39 PM'); threads[7] = new thread(41540, 'A new idea on a completed site plan', 'mrdavie', '2010-07-27', '08:02 PM'); threads[8] = new thread(41539, 'Site Planning', 'mrdavie', '2010-07-27', '07:36 PM'); threads[9] = new thread(41537, 'Planning careers in Puerto Rico', 'LTKS', '2010-07-27', '04:25 PM'); threads[10] = new thread(41508, 'Design regulations, form-based code, and research you\'d find helpful', 'mobiusstrip', '2010-07-25', '06:31 PM'); threads[11] = new thread(41493, 'Using your current boss as a reference while still employed', 'jammers', '2010-07-23', '10:10 PM'); threads[12] = new thread(41492, 'General letters of recommendation: useful?', 'JimPlans', '2010-07-23', '04:03 PM'); threads[13] = new thread(41483, 'Current job market in western Canada', 'tingbudong', '2010-07-23', '01:20 AM'); threads[14] = new thread(41482, 'PZ commissioner wants changes based on personal situation', 'stroskey', '2010-07-22', '04:22 PM');