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(96834, 'TideSports: Torrance leads Alabama over Providence 84-75', 'TideFans Reporter', 'November 20th, 2009', '11:50 PM'); threads[1] = new thread(96835, 'Yahoo: Grant gets first big win as Tide tops Providence (Rivals.com)', 'TideFans Reporter', 'November 20th, 2009', '11:50 PM'); threads[2] = new thread(96833, 'Rivals: Grant gets first big win as Tide tops Providence', 'TideFans Reporter', 'November 20th, 2009', '11:20 PM'); threads[3] = new thread(96831, 'AL.com: Alabama beats Providence 84-75 to hand Big East Conference its first loss', 'TideFans Reporter', 'November 20th, 2009', '10:20 PM'); threads[4] = new thread(96827, 'Yahoo: Tide hopes senior sendoff is special (Rivals.com)', 'TideFans Reporter', 'November 20th, 2009', '09:10 PM'); threads[5] = new thread(96825, 'Rivals: Tide hopes senior sendoff is special', 'TideFans Reporter', 'November 20th, 2009', '08:40 PM'); threads[6] = new thread(96814, 'Yahoo: BOL Picks: Week 10 (Rivals.com)', 'TideFans Reporter', 'November 20th, 2009', '04:50 PM'); threads[7] = new thread(96813, 'Rivals: BOL Picks: Week 10', 'TideFans Reporter', 'November 20th, 2009', '04:20 PM'); threads[8] = new thread(96808, 'AL.com: Who can still win which awards for Alabama\'s football team?', 'TideFans Reporter', 'November 20th, 2009', '02:10 PM'); threads[9] = new thread(96802, 'AL.com: The best recruiting class on UA\'s campus ... Would you believe it\'s men\'s golf?', 'TideFans Reporter', 'November 20th, 2009', '12:40 PM'); threads[10] = new thread(96800, 'AL.com: Countdown to Alabama-Chattanooga ...', 'TideFans Reporter', 'November 20th, 2009', '12:00 PM'); threads[11] = new thread(96794, 'Yahoo: No. 2 Bama hosts Chattanooga before big finales (AP)', 'TideFans Reporter', 'November 20th, 2009', '11:10 AM'); threads[12] = new thread(96790, 'AL.com: Simple Focus This Week - Prediction Time', 'TideFans Reporter', 'November 20th, 2009', '09:50 AM'); threads[13] = new thread(96784, 'TideSports: Flying helmets an issue', 'TideFans Reporter', 'November 20th, 2009', '07:10 AM'); threads[14] = new thread(96785, 'TideSports: Alabama matches up better with Providence', 'TideFans Reporter', 'November 20th, 2009', '07:10 AM');