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(746000, 'If GGG and Spence win this year, would you be opposed to?..', 'Boxfan83', '05-17-2017', '01:07 PM'); threads[1] = new thread(745998, 'Shakur Stevenson: Brick City', 'Motorcity Cobra', '05-17-2017', '12:04 PM'); threads[2] = new thread(745997, 'How was Eric Molina able to take so many shots off Deontay?', 'Earl-Hickey', '05-17-2017', '11:44 AM'); threads[3] = new thread(745996, 'Crawford vs diaz', 'ProBoxSupplies', '05-17-2017', '11:43 AM'); threads[4] = new thread(745993, 'Where are they gifting titles? I wanna be like GGG', '_Maxi', '05-17-2017', '11:21 AM'); threads[5] = new thread(745989, 'Best boxing hand wrap', 'ProBoxSupplies', '05-17-2017', '10:53 AM'); threads[6] = new thread(745984, 'Anthony Joshua exceeded my expectations', 'Earl-Hickey', '05-17-2017', '09:34 AM'); threads[7] = new thread(745980, 'If the fight is close or even if it looks like GGG has edged it out...', 'lizard_man', '05-17-2017', '07:41 AM'); threads[8] = new thread(745978, 'If Diaz beats Crawford.....', 'Thraxox', '05-17-2017', '07:14 AM'); threads[9] = new thread(745977, 'WHY is manny fighting Horn?', 'Earl-Hickey', '05-17-2017', '07:09 AM'); threads[10] = new thread(745974, 'UKAD us protecting Joshua from Fury........', 'Thraxox', '05-17-2017', '06:15 AM'); threads[11] = new thread(745969, 'Deontay SHOULD fight Luis Ortiz if he wants the big $$$', 'Earl-Hickey', '05-17-2017', '03:23 AM'); threads[12] = new thread(745968, 'Spence is gonna whoop Brook, deal wiv it.', 'Earl-Hickey', '05-17-2017', '03:21 AM'); threads[13] = new thread(745967, 'If Canelo had Black hair instead of Red hair would he be called Moreno?', 'The Time', '05-17-2017', '03:21 AM'); threads[14] = new thread(745965, '(Prime) Winky Wright vs. Canelo Alvarez', 'The Time', '05-17-2017', '03:09 AM');