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(252654, 'Wanderlei Silva vs Hidehiko Yoshida part I and II', 'boxingcar', '09-08-2010', '08:31 PM'); threads[1] = new thread(252647, 'Top 5 Japanese MMA fighters ever?', 'Popkins', '09-08-2010', '07:44 PM'); threads[2] = new thread(252638, 'Jake Shields has a Gym Walking Distance from my Apartment', 'werety', '09-08-2010', '07:20 PM'); threads[3] = new thread(252633, 'Jorge Masvidal vs Paul Daley', 'Rob_Floyd', '09-08-2010', '07:01 PM'); threads[4] = new thread(252615, 'Mariusz Pudzianowski Getting Ready For Butterbean', 'achillesthegreat', '09-08-2010', '05:18 PM'); threads[5] = new thread(252608, 'Josh Ramage To Take On Adam Edwards At Cage Warriors: \'Young Guns\'', 'deano', '09-08-2010', '05:01 PM'); threads[6] = new thread(252591, 'Evan Tanner - It\'s been 2 Years', 'nfc90210', '09-08-2010', '03:42 PM'); threads[7] = new thread(252576, 'Fletch Blog: Fedor, UFC And The ‘New Breed Of Heavyweights’', 'snakerattle79', '09-08-2010', '02:53 PM'); threads[8] = new thread(252574, 'Have\'nt heard much out of TONY since tapping out', 'bmf95b', '09-08-2010', '02:47 PM'); threads[9] = new thread(252531, 'Boxing/Judo', 'Manassa', '09-08-2010', '11:04 AM'); threads[10] = new thread(252529, 'MFC Owner Mark Pavelich On Dana White, GSP And Pulling Guard', 'snakerattle79', '09-08-2010', '11:01 AM'); threads[11] = new thread(252482, 'BJJ/Wrestling or Wrestling/BJJ', 'achillesthegreat', '09-08-2010', '07:38 AM'); threads[12] = new thread(252467, 'KJ Noons Wants Manny Pacquiao In MMA And Boxing', 'snakerattle79', '09-08-2010', '05:03 AM');