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(6); threads[0] = new thread(39978, 'Ryerson: International Development Panel Discussion. Tues. Jan. 26 4:30pm', 'MattAlexander', '2010-01-25', '08:55 PM'); threads[1] = new thread(39970, 'Invitation to participate in design research project – sustainable furniture', 'kimmiko', '2010-01-24', '08:53 PM'); threads[2] = new thread(39957, 'RFP: Packaging Smart Growth Tools for Rural Towns', 'NHPlanner', '2010-01-22', '03:54 PM'); threads[3] = new thread(39925, 'Sixth Annual Hazards and Disasters Student Paper Competition', 'JNA', '2010-01-20', '02:48 PM'); threads[4] = new thread(39888, 'What\'s Next? Transportation in the 21st Century [draft article available to download]', 'pcjournal', '2010-01-16', '11:57 AM'); threads[5] = new thread(39851, 'Community Heart & Soul Photo Contest open!', 'rsstone', '2010-01-12', '05:49 PM');