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(10); threads[0] = new thread(6229, 'Brandon Guyer', 'Bockstock', 'Sep 5th 2010', '1:40 pm'); threads[1] = new thread(6228, 'Dunn', 'cubs161', 'Aug 29th 2010', '10:53 am'); threads[2] = new thread(6227, 'Will Quade be our manager next year ?', 'LeeEila\'s/rant', 'Aug 23rd 2010', '6:00 pm'); threads[3] = new thread(6226, 'Guess who?', 'TheBenjamin', 'Aug 22nd 2010', '7:41 pm'); threads[4] = new thread(6225, 'Sad Sad year', 'SKIPPER 11', 'Aug 19th 2010', '9:18 pm'); threads[5] = new thread(6224, 'Ricketts and Lou', 'LeeEila\'s/rant', 'Aug 16th 2010', '4:43 pm'); threads[6] = new thread(6223, 'Fontenot trade', 'Banks', 'Aug 12th 2010', '1:27 pm'); threads[7] = new thread(6222, 'State of the Farm - ESPN', 'Bockstock', 'Aug 11th 2010', '2:08 pm'); threads[8] = new thread(6221, 'Pick a side', 'LeeEila\'s/rant', 'Aug 11th 2010', '12:44 pm'); threads[9] = new thread(6220, 'Chris Archer', 'Bockstock', 'Aug 11th 2010', '10:16 am');