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(96836, 'Next years long snapper', 'capnfrog', 'November 21st, 2009', '01:02 AM'); threads[1] = new thread(96832, 'The thing I hate about our 3rd down Offense!', 'SoldierForTide', 'November 20th, 2009', '10:34 PM'); threads[2] = new thread(96830, 'My poor Father Father the Auburn Fan Thinks it is 1989', 'TidefaninMO', 'November 20th, 2009', '09:49 PM'); threads[3] = new thread(96829, 'Pat Fordes comment on Mark Ingram..', 'CircleCity334', 'November 20th, 2009', '09:36 PM'); threads[4] = new thread(96828, 'Not to look ahead to the Iron Bowl but...', 'Adamnerin2', 'November 20th, 2009', '09:13 PM'); threads[5] = new thread(96821, 'Bama - UTC on Fox', 'mbl4bama', 'November 20th, 2009', '07:22 PM'); threads[6] = new thread(96817, 'Weather heads up for tomorrow\'s game', 'RollTideMang', 'November 20th, 2009', '06:18 PM'); threads[7] = new thread(96816, 'Poll: Who do you NOT want to go to Notre Dame?', 'time_4_the_TIDE', 'November 20th, 2009', '05:32 PM'); threads[8] = new thread(96812, 'Kickoff of the SEC Championship game', 'Gadfly', 'November 20th, 2009', '04:02 PM'); threads[9] = new thread(96810, 'Notre Dame\'s problem bigger than Charlie Weis', 'GrayTide', 'November 20th, 2009', '02:36 PM'); threads[10] = new thread(96807, 'RollTide.com FRIDAY FLASHBACK: Alabama 13, Chattanooga 0 (Oct. 10, 1959)', 'TideFans Reporter', 'November 20th, 2009', '01:20 PM'); threads[11] = new thread(96806, 'Roy Upchurch', '55tide', 'November 20th, 2009', '01:09 PM'); threads[12] = new thread(96805, 'Seniors got "tough love" from Saban', 'BamaBay', 'November 20th, 2009', '01:06 PM'); threads[13] = new thread(96804, 'My son plays for the Mocs', 'Volunteer', 'November 20th, 2009', '12:57 PM'); threads[14] = new thread(96803, 'FireGeneChizik.com', 'SoldierForTide', 'November 20th, 2009', '12:44 PM');