var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="OVERSIGHT: Life after Amodu - NEXT
";
arnews[0] += "And the flops (like Yakubu Aiyegbeni , Nwankwo Kanu and Obafemi Martins) have disowned him. When one is of average competence, the last thing one does is to be arrogant. Before the Africa Cup of Nations, I had contended that for him to save his job ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Taiwo Fined For Lateness - leadershipnigeria
";
arnews[1] += "Super Eagles defender Taye Taiwo has been fined by his French club Olympique Marseille for rejoining the team late from the Africa Cup of Nations in Angola. Taiwo has been fined three days' pay by OM for reporting back to France four days late ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 23:05:00 GMT";
arnews[1] += "
";
arnews[2]="please provide your username - 7 Days UAE
";
arnews[2] += "Premier League soccer star Nwankwo Kanu has snapped up an apartment in Dubai Sports City. The Portsmouth and Nigeria striker has signed a deal with British developer The First Group. Kanu’s flat is in the 13-storey Diamond Hotel Apartments block ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:04:00 GMT";
arnews[2] += "
";
arnews[3]="Match pack: Portsmouth - manutd.com
";
arnews[3] += "However Nwankwo Kanu has yet to arrive since being out on duty with Nigeria, while Papa Boupa Diop and Michael Brown remain sidelined. United are likely to keep a similar look to the team that took care of Arsenal. Rio Ferdinand will not feature as ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 17:17:00 GMT";
arnews[3] += "
";
arnews[4]="Late comer Taye Taiwo fined - Daily Sun
";
arnews[4] += "Several other Nigerian stars including skipper Nwankwo Kanu are also in trouble for not reporting to their European clubs immediately after the Nations Cup in Angola. .S/Korea hits top form for Eagles •Wallop Hong Kong 5-0 While the football ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 00:38:00 GMT";
arnews[4] += "
";
arnews[5]="African Nations Cup Special: Farewell To Veterans Of The African Game - goal.com
";
arnews[5] += "The 32-year-old veteran was still in Angola when he announced to the local press that he may have just played his last game as an Eagle. Frustrated by rampant rumors of internal quarrels as much as their inability to live up to the hype brought about ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 14:19: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("