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(1342, 'Free Dining Extended through 15th December', 'MK2', '11-14-2009', '15:20'); threads[1] = new thread(1335, 'Buy a Three-Night, Five-Day Package, Get Two More Nights Free*!', 'MK2', '11-09-2009', '16:42'); threads[2] = new thread(1334, '30% off DLP and Kids go free!', 'MK2', '11-09-2009', '16:41'); threads[3] = new thread(1333, 'Last few days to book Free Dining at DLP!', 'MK2', '11-09-2009', '16:34'); threads[4] = new thread(1319, 'Florida Residents Enjoy Monday-to-Friday Fun – and Savings – With New Weekday Select Pass at Walt Disney World Resort', 'MK2', '10-28-2009', '17:26'); threads[5] = new thread(1312, 'Free 3 night cruise with Adventures by Disney', 'MK2', '10-28-2009', '16:56');