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(9821, 'That Bottle Used to Be A Plant', 'Adrienne Selko', '11/20/2009', '03:17 PM'); threads[1] = new thread(9601, 'Green News I Don\'t Like to Report', 'Adrienne Selko', '11/13/2009', '12:32 PM'); threads[2] = new thread(9391, 'Even Toyota\'s Paint Booths Are Energy Efficient', 'Adrienne Selko', '11/6/2009', '11:27 AM'); threads[3] = new thread(9141, '\'U.S. Can\'t Depend on Trading Obscure Financial Products to Support its Economy\'', 'Adrienne Selko', '10/29/2009', '03:23 PM'); threads[4] = new thread(9011, 'Why Build New When You Can Retrofit Old?', 'Adrienne Selko', '10/23/2009', '12:27 PM'); threads[5] = new thread(8801, 'We Are Showing the World How It\'s Done, Says Governor Schwarzenegger', 'Adrienne Selko', '10/13/2009', '01:30 PM'); threads[6] = new thread(8701, 'You\'d Better Check If You Are On This List -' + '- Your Customers Will', 'Adrienne Selko', '10/9/2009', '03:01 PM');