var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Bernard Hopkins, Roy Jones Jr. Trade Words in NYC - Boxing Scene
"; arnews[0] += "... The Terminator\" Jones stayed true to their reputations as two of the most outspoken boxers ... please find a sampling of their bold statements, setting the stage for what will surely be a great night for boxing and a hotly contested fight. \""; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:18:00 GMT"; arnews[0] += "
"; arnews[1]="Bernard Hopkins, Roy Jones Jr. set for rematch - WFMJ.com
"; arnews[1] += "NEW YORK (AP) - Seventeen years after their first fight, Bernard Hopkins will meet Roy Jones Jr. in a rematch in April in ... 41-year-old Jones (54-6, 40 KOs) is coming off a loss to Australian Danny Green in the first round, also in December."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 02:18:00 GMT"; arnews[1] += "
"; arnews[2]="Bout between Bernard Hopkins, Roy Jones Jr. on April 3 is a rematch 17 ... - New York Daily News
"; arnews[2] += "Boxers Bernard Hopkins (center l.) Roy Jones Jr. (center r.) will face off in an April 3 bout at Mandalay Bay in Las Vegas. Apparently, bell-bottoms were the thing back in 1993. Replacing their prefight press conference with a formal debate, Bernard ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:30:00 GMT"; arnews[2] += "
"; arnews[3]="BERNARD HOPKINS & ROY JONES JR NEW YORK CITY "DEBATE" PRESS CONFERENCE ... - PhilBoxing.com
"; arnews[3] += "New York City (February 9) -Bernard \"The Executioner\" Hopkins and Roy \"The Terminator\" Jones stayed true to their reputations as two of the most outspoken boxers in the history of the sport as they announced The Rivals: Hopkins vs. Jones II, which ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:52:00 GMT"; arnews[3] += "
"; arnews[4]="Bernard Hopkins, Roy Jones Jr. Trade Words in NYC - Boxing Scene
"; arnews[4] += "New York City - Bernard \"The Executioner\" Hopkins and Roy \"The Terminator\" Jones stayed true to their reputations as two of the most outspoken boxers in the history of the sport as they announced The Rivals: Hopkins vs. Jones II, which will take ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:18:00 GMT"; arnews[4] += "
"; arnews[5]="Rutgers coach gets 1-game suspension - Honolulu Advertiser
"; arnews[5] += "After nearly two decades of bitter squabbling, Roy Jones Jr. and Bernard Hopkins still can't share the same table. Instead, the former champions appeared behind separate podiums yesterday with placards that had only their own names and likenesses."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 13:07:00 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");