var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pacquiao's PPV numbers add to megafight momentum
";
arnews[0] += "Manny Pacquiao proved he can be a box office hit. Now it's up to Pacquiao and Floyd Mayweather Jr.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:07:53 GMT";
arnews[0] += "
";
arnews[1]="Pacquiao-Mayweather talks expected to heat up after Pacquiao-Cotto draws 1.25 million PPV buys
";
arnews[1] += "Floyd Mayweather has made it clear he's willing to fight Manny Pacquiao. The fervor for a Manny Pacquiao-Floyd Mayweather fight got yet another boost Friday morning with the announcement that both men have had pay-per-view fights with seven-figure sales in domestic units this year.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:01:59 GMT";
arnews[1] += "
";
arnews[2]="Oscar De La Hoya wants to see Pacquiao/Mayweather
";
arnews[2] += "Although the former world champion boxer and founder of Golden Boy Promotions pressed for a matchup between Shane Mosley and Floyd Mayweather Jr.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:53:21 GMT";
arnews[2] += "
";
arnews[3]="Pacquiao-Cotto Match Drew 1.25 Million Pay-Per-View Buys
";
arnews[3] += "Manny Pacquiao 's 12th-round technical knockout of Miguel Cotto in their welterweight title fight Saturday night generated 1.25 million pay-per-view buys, with gross revenue of $70 million, HBO said Friday.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:38:26 GMT";
arnews[3] += "
";
arnews[4]="Manny Pacquiao-Miguel Cotto fight sells 1.25 million pay-per-views
";
arnews[4] += "Manny Pacquiao's historic 12th-round TKO of Miguel Cotto in Las Vegas on Saturday night did big business.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:33:19 GMT";
arnews[4] += "
";
arnews[5]="Rock star welcome for boxing king Pacquiao in Philippines
";
arnews[5] += "The Philippines rolled out the red carpet in a rock star reception yesterday for pound-for-pound king and newly crowned World Boxing organization welterweight champion Manny Pacquiao.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:41:01 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("