var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Robinho in for Anfield trip - SkySports
";
arnews[0] += "Manchester City record signing Robinho will travel with his team-mates for Saturday's clash with Liverpool, even though the £32.5m striker is unlikely to play. The Brazilian controversially joined up with his national side for their victory over ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[0] += "
";
arnews[1]="Santa Cruz: Robinho wants to go - FOXSports.com
";
arnews[1] += "Robinho's Paraguayan team-mate Santa Cruz admitted that the Samba star has openly talked of his desire to move, and that the players even make jokes about it in the City dressing room. \"Of course he talks to us about it,\" Santa Cruz told Catalunya ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:45:00 GMT";
arnews[1] += "
";
arnews[2]="Robinho makes Liverpool trip - Belfast Telegraph
";
arnews[2] += "Record signing Robinho will travel to Liverpool with Manchester City tomorrow, even if the £32.5million striker is unlikely to play. The subject of so much media talk last week, when he left City's training camp in Abu Dhabi and did not return ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:49:00 GMT";
arnews[2] += "
";
arnews[3]="Liverpool v MANCHESTER CITY: Robinho in contention as city travel to ... - Daily Mail
";
arnews[3] += "Record signing Robinho will travel to Liverpool with Manchester City, even if the £32.5million striker is unlikely to play. The subject of so much media talk last week, when he left City's training camp in Abu Dhabi and did not return, preferring ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:42:00 GMT";
arnews[3] += "
";
arnews[4]="Robinho in Man City squad but unlikely to play - Tribal Football
";
arnews[4] += "The Brazilian has not featured in a competitive game since injuring his ankle on international duty against Argentina in September. However, City boss Mark Hughes will take the South American to Merseyside following some positive performances in ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:46:00 GMT";
arnews[4] += "
";
arnews[5]="ROBINHO INCLUDED IN CITY SQUAD - Football365.com
";
arnews[5] += "Record signing Robinho will travel to Liverpool with Manchester City on Saturday, even if the £32.5million striker is unlikely to play. The subject of so much media talk last week, when he left City's training camp in Abu Dhabi and did not return ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:08: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("