var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cuba Leadership in Boxing World Rank
";
arnews[0] += "Havana, Sept, 26 Five Cuban boxing leaders headed by welter Roniel Iglesias kept Cuba as the most prominent country in World rank of International Boxing Association reported Cuba's News Agency .";
arnews[0] += "
Publ.Date : Sat, 26 Sep 2009 17:55:44 GMT";
arnews[0] += "
";
arnews[1]="China's Zhang and Li bring home two bronzes from Milan Worlds
";
arnews[1] += "China's super heavyweight Zhilei Zhang and light flyweight Jiazhao Li brought home two bronze medals at the newly-concluded World Boxing Championships in Milan, Italy.";
arnews[1] += "
Publ.Date : Tue, 22 Sep 2009 01:22:12 GMT";
arnews[1] += "
";
arnews[2]="Italy's Cammarelle makes boxing final
";
arnews[2] += "Olympic super-heavyweight champion Roberto Cammarelle of Italy needed only one punch to reach his second successive World Championship final in Milan on Friday.";
arnews[2] += "
Publ.Date : Wed, 19 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Cammarelle makes final after one punch
";
arnews[3] += "Olympic super-heavyweight champion Roberto Cammarelle of Italy needed only one punch to reach his second successive World Championship final here on Friday.";
arnews[3] += "
Publ.Date : Sat, 12 Sep 2009 00:33:33 GMT";
arnews[3] += "
";
arnews[4]="Boxer Cammarelle makes final after one punch
";
arnews[4] += "Olympic super-heavyweight champion Roberto Cammarelle of Italy needed only one punch to reach his second successive World Championship final here on Friday.";
arnews[4] += "
Publ.Date : Fri, 11 Sep 2009 23:40:40 GMT";
arnews[4] += "
";
arnews[5]="Chinese boxers qualify for last 8 at Boxing World C ships
";
arnews[5] += "The 2009 Boxing World Championships continue in Milan, with Chinese fighters Zhang Zhilei, Li Jiazhao and Gu Yu all qualifying for the last 8. Starting in the 91+kg category, Zhang Zhilei wearing blue, got off to the best possible start in his match against Germany's Erik Pfeifer to go into an early 4-0 lead.";
arnews[5] += "
Publ.Date : Tue, 08 Sep 2009 11:09:11 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("