var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive - Nwankwo Kanu: I Will Quit International Football After The ... - Goal.com
";
arnews[0] += "Much-celebrated Nigeria striker Nwankwo Kanu will hang up his international boots after the Super Eagles end their World Cup campaign in South Africa in June. Speaking immediately after the Nigerians booked their place at the finals with a 3-2 ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="The price I’m paying as a Public servant by Dora Akunyili - Vanguard
";
arnews[1] += "Minister of information, Professor Dora Akunyili, launched herself into public consciousness when she was the Director – General of NAFDAC . During her reign at the anti-fake drug organization she waged relentless war against fake drug barons ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:11:00 GMT";
arnews[1] += "
";
arnews[2]="Arsenal Manager Wenger Leaps To The Defence Of Henry - goal.com
";
arnews[2] += "Henry's handball in the build up to the winning goal in Wednesday's play-off against the Republic of Ireland has brought condemnation from across the football world. Ireland have called on FIFA to replay the match, something which Henry has also ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:17:00 GMT";
arnews[2] += "
";
arnews[3]="2010 World Cup : Kanu harps on early preparation - Vanguard
";
arnews[3] += "Nwankwo Kanu, Super Eagles’ captain has charged the Nigeria Football Federation, NFF to embark on early preparation for the team if the country must have a good outing at the 2010 World Cup in South Africa . Kanu in an exclusive chat with ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[3] += "
";
arnews[4]="Wenger leaps to Henry's defence - SkySports
";
arnews[4] += "Arsenal manager Arsene Wenger has leaped to the defence of Thierry Henry after his handball helped France qualify for the World Cup. Henry handled the ball in the build up to Les Bleus' extra-time goal in Paris on Wednesday against the Republic of ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[4] += "
";
arnews[5]="Kanu will retire after World Cup - Kickoff
";
arnews[5] += "Much-celebrated Nigeria striker Nwankwo Kanu will hang up his international boots after the Super Eagles end their World Cup campaign in South Africa in June. Speaking immediately after the Nigerians booked their place at the finals with a 3-2 ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 18:45:00 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("