var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="WBC Female World Title Showdown in Melbourne, Australia This Friday ... - East Side Boxing
";
arnews[0] += "Wang Ya Nan has now moved to base her in Melbourne, Australia and endeavours to challenge Laila Ali in Melbourne, Australia next year should she be able to defend her crown this against Mukami. . At 24 years old, Wang Ya Nan is a big name in China ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 09:44:00 GMT";
arnews[0] += "
";
arnews[1]="Will Smith and Rosario Dawson ↔ Seven Pounds Premiere - whudat.com
";
arnews[1] += "With all of Will’s ‘solo’ success it’s good to see that he is still friends with the guy he started in the entertainment game with.. Uh, 90’s babies, that would be Jazzy Jeff . Carlton was in the house. In fact, it was almost a Fresh Prince ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[1] += "
";
arnews[2]="Divorce rumors swirl around Manny Pacquiao - Examiner
";
arnews[2] += "Manny Pacquiao, international boxing superstar, may have some domestic issues. I could have written on this topic while I was visiting Pacman at the Wild Card Gym while he was studiously prepping to systematically demolish Miguel I’m No Angel Cotto ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:20:00 GMT";
arnews[2] += "
";
arnews[3]="Female boxing is coming soon - Nassau Guardian
";
arnews[3] += "We in the Caribbean like to think of her having made the kind of significant contribution to the sport second only to Laila Ali. It would be a wonderful tribute to Salandy's memory if female boxing in the Caribbean takes off in a big way.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:18:00 GMT";
arnews[3] += "
";
arnews[4]="ESPN's WEC 44 postmortem - ESPN.com
";
arnews[4] += "Flying high: Jose Aldo jump-started his career with a title-winning effort against Mike Brown. WEC 44, which aired Wednesday on the Versus network and probably pre-empted an important rodeo meet, climaxed with an indirect example of Anderson Silva 's ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:27:00 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("