var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oscar De La Hoya wants to see Pacquiao/Mayweather - Las Vegas Sun
";
arnews[0] += "Although the former world champion boxer and founder of Golden Boy Promotions pressed for a matchup between Shane Mosley and Floyd Mayweather Jr. the night of Mayweather's return to boxing in September, Oscar De La Hoya has changed his tune after ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:30:00 GMT";
arnews[0] += "
";
arnews[1]="Pacquiao-Cotto does 1.25 million pay-per-view - Cumberland County Sentinel
";
arnews[1] += "Manny Pacquiao is a box office hit, selling 1.25 million pay-per-views for his fight with Miguel Cotto in a performance that could set up the richest fight ever against Floyd Mayweather Jr. The fight not only made the top 10 of best-selling pay-per ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:39:00 GMT";
arnews[1] += "
";
arnews[2]="Saul Alvarez is Likely Heading To Golden Boy Promotions - Boxing Scene
";
arnews[2] += "Undefeated welterweight prospect Saul Alvarez (29-0, 22KOs) is likely heading to Golden Boy Promotions by 2010. Alvarez's manager Rafael Mendoza told The Record that advanced negotiations are taking place with Oscar De La Hoya, president of Golden ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:31:00 GMT";
arnews[2] += "
";
arnews[3]="Oscar De La Hoya Speaks to 411mania - 411mania.com
";
arnews[3] += "We were able to squeeze in a few words with the \"Golden Boy\" at David Haye's luncheon. I got a brief moment to chat with the \"Golden Boy,\" Oscar De La Hoya, about what we can expect from his promotional company in 2010. RYAN: What does Golden Boy ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:34:00 GMT";
arnews[3] += "
";
arnews[4]="Early target date for Pacquiao-Mayweather is May 1 - Badlefthook.com
";
arnews[4] += "Ronnie Nathanielsz reports that Bob Arum is hearing May 1 as the date everyone wants to target for a potential super fight between Floyd Mayweather Jr. and Manny Pacquiao. Pacquiao was originally tentatively scheduled for a March 13 return. Had ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:45:00 GMT";
arnews[4] += "
";
arnews[5]="Oscar De La Hoya - Chicago Tribune
";
arnews[5] += "— Manny Pacquiao had a hat perched on his head, a bandage wrapped around his right ear. His real work done, he was heading down the Las Vegas Strip to sing a few songs with his band. Anyone who saw Pacquiao cement his place in boxing lore Saturday";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:22: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("