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(2930543, 'Froch vacates IBF belt', 'ironfist05', '02-03-2015', '04:56 PM'); threads[1] = new thread(2930539, 'Is an injury prone fighter a lesser fighter?', 'sohocanaan22', '02-03-2015', '04:20 PM'); threads[2] = new thread(2930537, 'Top fight teams?', 'Ibn', '02-03-2015', '04:18 PM'); threads[3] = new thread(2930535, 'Let\'s talk about Nick Diaz striking', 'ticho123', '02-03-2015', '04:13 PM'); threads[4] = new thread(2930531, 'Manager says Jacaré is open to fight Belfort', 'orlandod', '02-03-2015', '04:08 PM'); threads[5] = new thread(2930529, 'Daniel Cormier - \'All About That Cake', 'Killer ofTrolls', '02-03-2015', '04:08 PM'); threads[6] = new thread(2930527, 'Video – Luke Barnatt talks English MMA, Alliance MMA, Philosophies & more', 'talkingbrawls', '02-03-2015', '04:07 PM'); threads[7] = new thread(2930525, 'Do You Think Silva Ever Fights For the Belt Again?', 'SuperBadAzz', '02-03-2015', '04:02 PM'); threads[8] = new thread(2930523, 'When can you ask a chick..', 'Pontigoose', '02-03-2015', '03:57 PM'); threads[9] = new thread(2930521, 'Russell Brand responds to Stephen Fry\'s Atheism', 'Der Eisbar', '02-03-2015', '03:55 PM'); threads[10] = new thread(2930519, 'Wesley Snipes top 4 best movies?', 'SerigneTouba', '02-03-2015', '03:52 PM'); threads[11] = new thread(2930515, 'Who here thinks that the spider is finished?', 'true_fan', '02-03-2015', '03:30 PM'); threads[12] = new thread(2930513, 'Miesha Tate Shows Off Broken Orbital Bone', 'Mr561', '02-03-2015', '03:28 PM'); threads[13] = new thread(2930511, 'Brandon Thatch is VASTLY overrated!!!', 'TheRealWill', '02-03-2015', '03:22 PM'); threads[14] = new thread(2930509, 'FOX 15 needs some more main card fights', 'chitoortiz', '02-03-2015', '03:21 PM');