var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andre Ward scores 11-round technical decision
";
arnews[0] += "BOXING'S GREAT righteous hope has arrived. Five years after fighting his way to a gold medal in the 2004 Olympics, five years into a professional career during which he has been doubted through his flawlessness, Andre Ward sits as a king among kings in the sport.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:45:56 GMT";
arnews[0] += "
";
arnews[1]="Can Pacquiao Eclipse Ray Robinson?
";
arnews[1] += "About a year ago, I grossly offended Manny Pacquiao. In lieu of applauding his bravery for taking on the much larger Oscar De La Hoya, I questioned the validity of the bout and painted the fight as more of business proposal to ensure an economic surplus for both men.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:02:13 GMT";
arnews[1] += "
";
arnews[2]="Pacquiao-Mayweather: Let the beat build
";
arnews[2] += "The fight everyone wants to see Exactly one week ago tonight, Manny Pacquiao once again mesmerized us with another dominating performance against a world class opponent in Miguel Cotto.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Status
";
arnews[3] += "By John Lumpkin: Manny Pacquiao's victory over Miguel Cotto was not only entertaining, but hugely significant.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:35:31 GMT";
arnews[3] += "
";
arnews[4]="411Boxing Report: CES "Autumn Classic"
";
arnews[4] += "Many will never make \"the leap\" because only a select few truly have the drive, determination, and skills to become an elite performer.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:19:51 GMT";
arnews[4] += "
";
totcount = 5;
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("