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(15); threads[0] = new thread(4622, 'Questions for Mo', 'GrayC', '11-20-2009', '03:49 PM'); threads[1] = new thread(4617, 'Journey To Alaska with Matt Roloff', 'scagjockey', '11-20-2009', '08:14 AM'); threads[2] = new thread(4614, 'Failed attempts', 'scagjockey', '11-18-2009', '03:23 PM'); threads[3] = new thread(4613, 'Amy\'s making a local appearance on Nov. 19th', 'scagjockey', '11-17-2009', '09:32 PM'); threads[4] = new thread(4611, 'Extra VI Trip Clip LOL from TLC', 'cutefamily', '11-17-2009', '11:53 AM'); threads[5] = new thread(4608, 'Rocky and Spike', 'summerville', '11-16-2009', '07:08 PM'); threads[6] = new thread(4602, 'Interview with Amy', 'scagjockey', '11-13-2009', '06:53 PM'); threads[7] = new thread(4599, 'New Orleans', 'HCTiger9704', '11-12-2009', '01:38 PM'); threads[8] = new thread(4595, 'A clip of Matt and Amy from 1977', 'summerville', '11-11-2009', '05:58 PM'); threads[9] = new thread(4594, 'The Roloff Adults as dancing Christmas elves', 'summerville', '11-11-2009', '05:11 PM'); threads[10] = new thread(4593, 'The Roloff kids as singing Christmas Elves', 'summerville', '11-11-2009', '07:58 AM'); threads[11] = new thread(4589, 'Question for Zach', 'seebert', '11-10-2009', '09:59 AM'); threads[12] = new thread(4588, 'Matt has built a secret flying saucer...', 'vincedog3', '11-10-2009', '01:40 AM'); threads[13] = new thread(4587, 'American Chopper', 'summerville', '11-09-2009', '08:30 PM'); threads[14] = new thread(4581, 'Q&A\'s new pics!', 'cutefamily', '11-07-2009', '10:50 AM');