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(1100260, 'Tito @ HW question...', 'ABAALEX', '11-21-2009', '12:45 AM'); threads[1] = new thread(1100259, 'Flashforward TV Show Theory', 'ke1', '11-21-2009', '12:45 AM'); threads[2] = new thread(1100258, 'UNFORGIVABLE (Karo and Tito)', 'gocubs1815', '11-21-2009', '12:45 AM'); threads[3] = new thread(1100257, 'KARO (for Brucewayne09)', 'Tamburlaine', '11-21-2009', '12:44 AM'); threads[4] = new thread(1100256, 'How confused are people going to get with Minotouru vs Minotauro', 'LMW87', '11-21-2009', '12:43 AM'); threads[5] = new thread(1100255, 'T-Wood', 'fyodor86', '11-21-2009', '12:43 AM'); threads[6] = new thread(1100254, 'Big News on the Future of Darrill Schoonover', 'volkert314', '11-21-2009', '12:42 AM'); threads[7] = new thread(1100253, 'jose aldo maybe new pele?', 'MMAATHLETE', '11-21-2009', '12:39 AM'); threads[8] = new thread(1100251, 'Tyron Woodley Wow!', 'beastman', '11-21-2009', '12:34 AM'); threads[9] = new thread(1100250, 'MMA in the Philippines?', 'warriorfan808', '11-21-2009', '12:33 AM'); threads[10] = new thread(1100249, 'Has the ufc released a 107 preview vid/trailer?', 'FedorSweater', '11-21-2009', '12:32 AM'); threads[11] = new thread(1100248, 'Forrest knows that he needs this', 'TheBiggestNog58', '11-21-2009', '12:30 AM'); threads[12] = new thread(1100247, 'I feel bad for Kim Couture...', 'MtlDoucheBag', '11-21-2009', '12:30 AM'); threads[13] = new thread(1100246, 'Aleksander Emelianenko', 'Proteus900', '11-21-2009', '12:29 AM'); threads[14] = new thread(1100245, 'Matt Hughes, BJ Penn, Koscheck, Fitch, Sherk', 'ke1', '11-21-2009', '12:25 AM');