var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Floyd Mayweather: "Mosley Has Problems With Boxers" - Boxing Scene
";
arnews[0] += "When Floyd Mayweather Jr. tried to land a fight with Shane Mosley a decade ago, he couldn't get it. Mayweather, a super featherweight at the time, was calling out Mosley, an unbeaten lightweight champion. Mosley would move up by two weight divisions ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:56:00 GMT";
arnews[0] += "
";
arnews[1]="Ron Artest Blogs About Floyd Mayweather, Manny Pacquiao, Shane Mosley - FanHouse
";
arnews[1] += "Elie Seckbach, the Embedded Correspondent, brings his exclusive reporting to FanHouse. Check back regularly for more reports. Today we have a guest Blogger NBA star Ron Artest. The Lakers' forward happens to be a big boxing fan. Ron Artest on: Floyd ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:11:00 GMT";
arnews[1] += "
";
arnews[2]="Floyd Mayweather will fight Shane Mosley on May 1 in Las Vegas - MLive.com
";
arnews[2] += "Cory Olsen | The Grand Rapids Press & AP Floyd Mayweather, left, signed a deal Wednesday to fight Shane Mosley on May 1 at MGM Grand Garden Arena in Las Vegas. Floyd Mayweather has signed to fight Shane Mosley in a blockbuster May 1 fight, Golden Boy ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:41:00 GMT";
arnews[2] += "
";
arnews[3]="Oscar De La Hoya expects Floyd Mayweather to fight Mosley, eventually ... - The Gaea Times
";
arnews[3] += "LOS ANGELES — Oscar De La Hoya thinks his promotions company will soon wrap up a deal for Floyd Mayweather Jr. to fight Sugar Shane Mosley in May. And after that, De La Hoya still believes Mayweather will meet Manny Pacquiao in the not-too-distant ...";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 03:02:00 GMT";
arnews[3] += "
";
arnews[4]="Floyd Mayweather signs to fight Shane Mosley - Los Angeles Times
";
arnews[4] += "Floyd Mayweather Jr. ended the dramatic pause before his signature Wednesday when he officially signed to fight Pomona's world welterweight champion Shane Mosley , Mosley's attorney told The Times. The bout between two of the sport's top pound-for ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 05:43:00 GMT";
arnews[4] += "
";
arnews[5]="Floyd Mayweather Jr. signs to fight Shane Mosley on May 1 - Los Angeles Times Blogs
";
arnews[5] += "Floyd Mayweather Jr. has just ended much angst by signing to fight Pomona's Shane Mosley in a May 1 welterweight fight between two of the world's top pound-for-pound fighters, Mosley's attorney told The Times. \"Everything's good to go, it'll be a ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 21:08:00 GMT";
arnews[5] += "
";
arnews[6]="Five Reasons Shane Mosley Can't Beat Floyd Mayweather - Bleacherreport.com
";
arnews[6] += "I want to start off by saying that I have always wanted to see Floyd Mayweather, Jr. fight \"Sugar\" Shane Mosley. I think \"Money May\" is a very rare talent, and as a boxing fan, I have always wanted to see him fight the very best, and \"Sugar Shane ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 10:38:00 GMT";
arnews[6] += "
";
arnews[7]="Floyd Mayweather inks May 1 fight vs. Shane Mosley - USA Today
";
arnews[7] += "Floyd Mayweather, left, hitting Juan Manuel Marquez with a left during a Sept. 18 fight, will take on Sugar Shane Mosley in a May 1 welterweight fight in Las Vegas. LAS VEGAS (AP) — Floyd Mayweather Jr . finalized a deal to fight Sugar Shane Mosley ...";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 05:57:00 GMT";
arnews[7] += "
";
totcount = 8;
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("