var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amodu accepts to work under foreign coach
";
arnews[0] += "Coach Shaibu Amodu has continued plans for work at the World Cup. He has registered for pre- World Cup conferences/programmes for coaches.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 05:26:06 GMT";
arnews[0] += "
";
arnews[1]="Fulham v Portsmouth - Follow LIVE text commentary
";
arnews[1] += "Fulham v Portsmouth Follow every kick as Fulham take on Portsmouth in the Premier League on 03-Feb-2010, kick off time 20:00 Fulham v Portsmouth Live Fulham entertain Premier League strugglers Portsmouth at Craven Cottage on Wednesday evening looking to further add to Avram Grant's woes.The south coast outfit remain at the foot of the table and ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 02:03:09 GMT";
arnews[1] += "
";
arnews[2]="Sports
";
arnews[2] += "An international arrest warrant has been filed for rebel s suspected to be involved in the attack on the Togolese national football team i n January that killed three people, including two Togolese officials, the French ambassador in Angola, Francis Blondet, said on Monday.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 02:21:01 GMT";
arnews[2] += "
";
arnews[3]="Nigeria look to the future after third-place finish
";
arnews[3] += "BENGUELA: Nigeria pipped Algeria 1-0 to claim the third place honours at the African Cup of Nations here on Saturday.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 02:12:02 GMT";
arnews[3] += "
";
arnews[4]="Foreign coach: Renard tops chat
";
arnews[4] += "By Onochie Anibeze This is official. Shaibu Amodu will not lead Nigeriaa s technical crew to the World Cup this June.The Nigeria Football Federation has finally decided that a foreign coach will lead Nigeria to South Africa.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 23:08:25 GMT";
arnews[4] += "
";
arnews[5]="Nigeria beat Algeria 1-0 in third place playoff of African Nations Cup
";
arnews[5] += "Nigeria beat Algeria 1-0 to clinch the third place at the African Nations Cup thanks to the lone goal from striker Obinna Nsofor at the second half goal in Benguela of Angola on Saturday.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 08:23:31 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("