var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Wenger leaps to Henry's defence
"; arnews[0] += "Arsenal manager Arsene Wenger has leaped to the defence of Thierry Henry after his handball helped France qualify for the World Cup."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:37:38 GMT"; arnews[0] += "
"; arnews[1]="Sports
"; arnews[1] += "The second edition of the international car/motorcycle r ally, called \"Libya Raid\", will be held from 6 to 20 March, 2010, the initiators of the sports and tourist event told PANA here on Tuesday."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:37:51 GMT"; arnews[1] += "
"; arnews[2]="Portsmouth striker Kanu to retire from Nigeria after World Cup
"; arnews[2] += "The Super Eagles booked their place in the competition with a 3-2 victory over Kenya at the weekend."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 10:14:07 GMT"; arnews[2] += "
"; arnews[3]="Nigeria/Kenya: Nation Celebrates as Eagles Win World Cup Soccer Ticket
"; arnews[3] += "It was celebration galore from every nook and cranny of the country yesterday and great relief for players and Nigerians at the Moi International Sports Centre in Nairobi, Kenya when the Super Eagles survived a huge scare from the Harambee Stars to secure the sole Group B ticket to the next year's World Cup finals in South Africa."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 08:17:09 GMT"; arnews[3] += "
"; arnews[4]="Sports
"; arnews[4] += "Nigeria's Super Eagles' Captain Nwankwo Kanu, declared a fter his teama's hard earned 3-2 victory over the Harambe Stars of Kenya on Satu rday that he would quit the game of football after the 2010 World Cup in South A f rica."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 01:40:15 GMT"; arnews[4] += "
"; arnews[5]="Concentrate on Nairobi battle, Okocha advises Eagles
"; arnews[5] += "Former Super Eagles captain, Austin Jay Jay Okocha has reiterated the stance of the coach of the Black Mambas of Mozambique, Mart Nooij that they should think more of the encounter against Kenya than what Tunisia will play in Maputo."; arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 23:23:44 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("
");document.write("
");