var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Floyd Mayweather Jr Team on why Mayweather a Bigger Star in Boxing ... - Doghouseboxing.com
";
arnews[0] += "Although team Floyd Mayweather ... and Pacquiao had common opponents, Maywather Jr. proved to be the bigger draw. Ellerbe pointed out the PPV numbers behind fights with Oscar De La Hoya, Ricky Hatton and Juan Manuel Marquez. Against Oscar De La Hoya ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:49:00 GMT";
arnews[0] += "
";
arnews[1]="Arum wants Pacquiao-Mayweather fight - Post-Bulletin
";
arnews[1] += "... s adviser, Leonard Ellerbe, left no doubt that Mayweather is ready to get in the ring with the man who many believe replaced him atop the pound-for-pound list. \"Floyd has made it perfectly clear to Team Mayweather ... staging Pacquiao-Mayweather ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:56:00 GMT";
arnews[1] += "
";
arnews[2]="MAYWEATHER SCARED OF MANNY - ARUM - Sporting Life
";
arnews[2] += "The Manny Pacquiao camp have raised the stakes with Floyd Mayweather Jr by insisting he is scared the Filipino would ruin his unbeaten record if the two meet in a pound-for-pound battle the boxing world is crying out for. Pacquiao increased his ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[2] += "
";
arnews[3]="Bigger than Floyd vs Marquez sales - Inquirer.net
";
arnews[3] += "New YorkâFloyd Mayweather ... Mayweather adviser Leonard Ellerbe told the Los Angeles Times on Thursday night that they have discussed the possibility of fighting Pacquiao and that they have given Golden Boy Promotions CEO Richard Schaefer the go ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:38:00 GMT";
arnews[3] += "
";
arnews[4]="Floyd Mayweather Jr Be Warned! Manny Pacquiao has other options! - Doghouseboxing.com
";
arnews[4] += "The talk of the town is the big showdown between Manny Pacquiao and Floyd Mayweather Jr. It is the fight on everyone's mind and rightfully so. You got the two Pound-for-Pound best in their primes. What is not to like? Well, I'll tell you what is not ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:49:00 GMT";
arnews[4] += "
";
arnews[5]="Floyd Mayweather Jr Team on why Mayweather a Bigger Star in Boxing ... - Doghouseboxing.com
";
arnews[5] += "Although team Floyd Mayweather Jr is impressed with the Pay-per-view numbers Manny Pacquiao vs Miguel drew on TV (1.25 Million buys), they still believe their numbers are better. Leonard Ellerbe, adviser to Mayweather Jr. tells the Grand Rapids Press ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:49: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("