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(1077, '2010 College Football Season Discussion', 'TheAman', '09-04-2010', '02:01 AM'); threads[1] = new thread(374, 'Fantasy Sports: NFL', 'T.O.', '09-03-2010', '08:05 PM'); threads[2] = new thread(39, 'British/European Football (Soccer) Thread', 'anonymous', '09-03-2010', '06:55 PM'); threads[3] = new thread(1100, '2010 NFL Regular Season Discussion', 'doublehelix', '09-03-2010', '05:02 PM'); threads[4] = new thread(127, 'Fantasy Baseball Budget league - transaction thread', 'Syke', '09-03-2010', '03:23 PM'); threads[5] = new thread(18, 'Major League Baseball 2010', 'Slap', '09-03-2010', '08:54 AM'); threads[6] = new thread(1112, 'The Official Premier League Prediction Contest 2010/2011', 'anonymous', '09-02-2010', '04:02 PM'); threads[7] = new thread(57, 'MLB Hitting Streak Game', 'Zuma', '09-02-2010', '05:27 AM'); threads[8] = new thread(339, 'NHL Entry Draft 2010 (6/25) and Free Agency (7/1) Thread', 'vinnypic', '09-02-2010', '12:26 AM'); threads[9] = new thread(772, 'New uniforms or logos', 'Lunchbox1981', '09-01-2010', '01:19 PM'); threads[10] = new thread(1426, 'Fantasy Basketball thread', 'Lunchbox1981', '09-01-2010', '01:12 PM'); threads[11] = new thread(1428, 'Fantasy Hockey thread', 'Vikingsno.1fan', '09-01-2010', '12:12 PM'); threads[12] = new thread(1402, 'My Town is a __________ Town', 'Power Windows', '09-01-2010', '03:23 AM'); threads[13] = new thread(980, 'NFL Pick em- year 8', 'Vikingsno.1fan', '08-31-2010', '05:09 PM'); threads[14] = new thread(131, 'Fantasy Baseball - discuss all things fantasy baseball related here', 'ElectrifyingUno', '08-31-2010', '01:53 PM');