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(13); threads[0] = new thread(96687, 'News Article: UTC preview: Alabama looking to meld off-week, game week', 'JessN', 'November 18th, 2009', '02:28 AM'); threads[1] = new thread(96686, 'News Article: SEC Previews and Predictions – Week 12', 'JessN', 'November 18th, 2009', '02:23 AM'); threads[2] = new thread(96685, 'News Article: SEC bowl update for 11-18-09', 'JessN', 'November 18th, 2009', '02:20 AM'); threads[3] = new thread(96557, 'News Article: MSU wrap-up: Tide offense coming together at the right time', 'JessN', 'November 15th, 2009', '09:57 PM'); threads[4] = new thread(96183, 'News Article: MSU preview: Bulldogs better than expected, but still thin', 'JessN', 'November 9th, 2009', '11:08 PM'); threads[5] = new thread(96182, 'News Article: SEC preview and predictions – Week 11', 'JessN', 'November 9th, 2009', '11:03 PM'); threads[6] = new thread(96181, 'News Article: SEC bowl update for 11-9-09', 'JessN', 'November 9th, 2009', '11:01 PM'); threads[7] = new thread(96010, 'News Article: LSU wrap-up: Alabama has become the team no one wants to play', 'JessN', 'November 8th, 2009', '02:35 AM'); threads[8] = new thread(95626, 'News Article: LSU preview: Battle for SEC West supremacy comes down to this game', 'JessN', 'November 2nd, 2009', '02:45 AM'); threads[9] = new thread(95625, 'News Article: SEC Previews and Predictions – Week 10', 'JessN', 'November 2nd, 2009', '02:41 AM'); threads[10] = new thread(95399, 'JessN: Off (week) the top of my head: Notes and musings from behind the desk', 'JessN', 'October 28th, 2009', '01:46 AM'); threads[11] = new thread(95329, 'News Article: SEC preview and predictions – Week 9', 'JessN', 'October 27th, 2009', '02:07 AM'); threads[12] = new thread(95159, 'News Article: Tennessee recap: Vols can’t kick it over Mount Cody', 'JessN', 'October 25th, 2009', '02:21 AM');