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(4); threads[0] = new thread(39397, '[RFP] Master Plan Update - Town of Brookline, NH', 'NHPlanner', '2009-11-17', '10:01 AM'); threads[1] = new thread(39345, 'Inside the Fall Issue of Planning Commissioners Journal', 'pcjournal', '2009-11-11', '11:41 AM'); threads[2] = new thread(39225, 'Canadian Association of Planning Students 2010 Conference', 'mwboyco', '2009-10-26', '12:21 PM'); threads[3] = new thread(39214, 'National Evacuation Conference in New Orleans', 'JNA', '2009-10-23', '10:30 AM');