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(5); threads[0] = new thread(2703, 'Jantsen\'s Gift & Copper Bookmark', 'madamedeals', '11-20-2009', '10:46 PM'); threads[1] = new thread(2702, 'Anna Bean Candy Pink Peony Baby Girl Hat Giveaway!!', 'manic_momma', '11-20-2009', '05:24 PM'); threads[2] = new thread(2619, 'Win an "I Spy" Tag Reader Book', 'SaraTheSavvyShopper', '11-19-2009', '07:49 PM'); threads[3] = new thread(2618, 'Where Should I Open An Online Store', 'peggy353', '11-19-2009', '07:08 PM'); threads[4] = new thread(2616, 'Best place to BUY coupons online?', 'tweedamay', '11-19-2009', '03:35 PM');