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(7); threads[0] = new thread(1163, 'Power to the People!', 'Bart Lidofsky', '09-02-2010', '11:45 PM'); threads[1] = new thread(1162, 'Equal Reporting on the Mosque', 'Bart Lidofsky', '09-01-2010', '03:40 PM'); threads[2] = new thread(1161, 'Restoring Honor Rally', 'unionguy', '08-28-2010', '05:17 PM'); threads[3] = new thread(1160, 'A Face in the Crowd: Head\'s up!', 'Bart Lidofsky', '08-23-2010', '02:17 PM'); threads[4] = new thread(1159, 'Dr. Laura Quits', 'Philly', '08-18-2010', '04:55 AM'); threads[5] = new thread(1158, 'Is this New York 2010 or Mississippi 1950?', 'unionguy', '08-16-2010', '01:56 PM'); threads[6] = new thread(1157, 'Bankrupt!!!', 'unionguy', '08-11-2010', '01:23 PM');