var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Nwankwo Kanu Papilo
";
arnews[0] += "http://www.2dramasports.com Presents A tribute to Nigerian Football legend Nwankwo Kanu. 1 August 1976 in Owerri, Nigeria), usually known simply as Kanu and nicknamed Papilo, is a...";
arnews[0] += "
Publ.Date : Sat, 03 Oct 2009 06:06:39 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Nwankwo Kanu and Son Peak Television ad
";
arnews[1] += "King Nwankwo Kanu a Nigerian Football legend and his son share Kanu's story that nothing in life can stop your dreams Papillo";
arnews[1] += "
Publ.Date : Mon, 21 Sep 2009 05:52:25 GMT";
arnews[1] += "
";
arnews[2]="Thierry Henry Legend Part 1
";
arnews[2] += "played and beat the offside trap, although he never provided Arsenal a distinct aerial threat. Given his versatility in being able to operate as both a winger and a striker, the...";
arnews[2] += "
Publ.Date : Sat, 27 Jun 2009 13:31:07 GMT";
arnews[2] += "
";
arnews[3]="Kanu is a national icon
";
arnews[3] += "Nwankwo Kanu is a national icon and a source of inspiration for the younger Nigerian players.";
arnews[3] += "
Publ.Date : Fri, 05 Jun 2009 11:14:13 GMT";
arnews[3] += "
";
arnews[4]="Nwankwo Kanu and Son Peak ad
";
arnews[4] += "King Nwankwo Kanu a Nigerian Football legend and his son share Kanu's story that nothing in life can stop your dreams Papillo";
arnews[4] += "
Publ.Date : Sat, 14 Mar 2009 11:35:11 GMT";
arnews[4] += "
";
arnews[5]="Nwankwo Kanu and Son Peak Television ad
";
arnews[5] += "King Nwankwo Kanu a Nigerian Football legend and his son share Kanu's story that nothing in life can stop your dreams Papillo ...";
arnews[5] += "
Publ.Date : Sat, 14 Mar 2009 02:21:49 GMT";
arnews[5] += "
";
arnews[6]="Nwankwo Kanu Papilo
";
arnews[6] += "A tribute to Nigerian Football legend Nwankwo Kanu. 1 August 1976 in Owerri, Nigeria), usually known simply as Kanu and nicknamed Papilo, is a professional footballer who plays as...";
arnews[6] += "
Publ.Date : Thu, 05 Mar 2009 17:19:35 GMT";
arnews[6] += "
";
arnews[7]="How Okocha, Kanu and West couldnt save Nigeria
";
arnews[7] += "Nigeria disasterious loss to Denmark at the 98 World Cup Soccer, disappointed so many,here are some moments when Okocha, Kanu and West did their best. Thats probably why they were...";
arnews[7] += "
Publ.Date : Sat, 27 Oct 2007 19:31:59 GMT";
arnews[7] += "
";
arnews[8]="Nwankwo Kanu goals
";
arnews[8] += "Nwankwo Kanu goals";
arnews[8] += "
Publ.Date : Sun, 22 Apr 2007 02:26:37 GMT";
arnews[8] += "
";
arnews[9]="KENYA/NIGERIA: Kenya and Nigeria succeed in separate Cup of Nations qualifiers
";
arnews[9] += "After five months in the cold due to a FIFA ban, football-mad Kenyans rejoiced in their national side's return to international competition with a rare victory on Sunday. They...";
arnews[9] += "
Publ.Date : Mon, 26 Mar 2007 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("