var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olympic champ Zou Shiming claims title at Asian Champions Boxing tournament
";
arnews[0] += "Chinese boxing star Zou Shiming defeated Pongprayoon Kaeo of Thailand at the Asian Champions Boxing tournament here on Tuesday, claiming his first international title after winning the 48kg category gold at the Beijing Games.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 04:13:59 GMT";
arnews[0] += "
";
arnews[1]="Olympic champ Zou Shiming claims title at Asian Champions Boxing tournament
";
arnews[1] += "Chinese boxing star Zou Shiming defeated Pongprayoon Kaeo of Thailand at the Asian Champions Boxing tournament here on Tuesday, claiming his first international title after winning the 48kg category gold at the Beijing Games.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 02:17:40 GMT";
arnews[1] += "
";
arnews[2]="Ta amor faces familiar foe
";
arnews[2] += "AMID freezing weather, the Philippines' Harry Tanamor arrived in Beijing Saturday and will go up against an old nemesis - 2008 Olympic gold medalist Zou Shiming of China - in the 48-kilogram class in the two-day \"Champion of Champions\" boxing tournament.";
arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 15:26:05 GMT";
arnews[2] += "
";
arnews[3]="Ta amor to China tilt
";
arnews[3] += "Amid freezing weather, the Philippines' Harry Taamor arrived in Beijing Saturday and will go up against an old nemesis 2008 Olympic gold medalist Zou Shiming of China in the 48-kilogram class in the two-day \"Champion of Champions\" boxing tournament.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 09:30:44 GMT";
arnews[3] += "
";
arnews[4]="Asian Boxing Championship to kick off in Beijing
";
arnews[4] += "Asian boxing elites will fight for the continental glory in the first leg of the 2010 Asian Boxing Championship which is to kick off here on Monday.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 07:17:05 GMT";
arnews[4] += "
";
arnews[5]="Cuba Leadership in Boxing World Rank
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 26 Sep 2009 17:55:44 GMT";
arnews[5] += "
";
arnews[6]="China's Zhang and Li bring home two bronzes from Milan Worlds
";
arnews[6] += "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[6] += "
Publ.Date : Tue, 22 Sep 2009 01:22:12 GMT";
arnews[6] += "
";
arnews[7]="Italy's Cammarelle makes boxing final
";
arnews[7] += "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[7] += "
Publ.Date : Wed, 19 Aug 2009 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Cammarelle makes final after one punch
";
arnews[8] += "Olympic super-heavyweight champion Roberto Cammarelle of Italy needed only one punch to reach his second successive World Championship final here on Friday.";
arnews[8] += "
Publ.Date : Sat, 12 Sep 2009 00:33:33 GMT";
arnews[8] += "
";
totcount = 9;
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("