var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Robinho rasga a calça
";
arnews[0] += "Robinho rasga a calça";
arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 19:13:02 GMT";
arnews[0] += "
";
arnews[1]="Pelé tacle Robinho, Ronaldo et Maradona
";
arnews[1] += "Dans un entretien accordé au journal brésilien 'O Dia', Pelé a déclaré que les anciens madrilènes Robinho et Ronaldo ont eu des problèmes de drogue.";
arnews[1] += "
Publ.Date : Mon, 23 Mar 2009 12:43:00 GMT";
arnews[1] += "
";
arnews[2]="Great Play from Robinho
";
arnews[2] += "Click here to watch the video";
arnews[2] += "
Publ.Date : Thu, 19 Feb 2009 14:55:15 GMT";
arnews[2] += "
";
arnews[3]="Mark Hughes talks about Robinho
";
arnews[3] += "Manchester City manager Mark Hughes has said that allegations surrounding Robinho did not impact on the team's game against Newcastle. He said: \"I spoke to him prior to the game...";
arnews[3] += "
Publ.Date : Fri, 30 Jan 2009 15:31:17 GMT";
arnews[3] += "
";
arnews[4]="Robinho accused of sex attack
";
arnews[4] += "CNN's Phil Black reports on the sexual assault allegations made against Britain's highest paid soccer star Robinho.";
arnews[4] += "
Publ.Date : Thu, 29 Jan 2009 06:45:22 GMT";
arnews[4] += "
";
arnews[5]="Robinho questioned by police over alleged sex assault
";
arnews[5] += "Brazil and Manchester City forward Robinho was arrested on Tuesday by police investigating a serious sexual assault at a nightclub in northern England.";
arnews[5] += "
Publ.Date : Wed, 28 Jan 2009 09:24:00 GMT";
arnews[5] += "
";
arnews[6]="Robinho wegen Verdachts auf Vergewaltigung festgenommen
";
arnews[6] += "Die britische Polizei nahm den 25-Jährigen im Zusammenhang mit Ermittlungen wegen eines sexuellen Übergriffs vorübergehend fest. Robinho weist die Vorwürfe entschieden...";
arnews[6] += "
Publ.Date : Wed, 28 Jan 2009 08:27:00 GMT";
arnews[6] += "
";
arnews[7]="Robinho
";
arnews[7] += "goal Ranked 3.63 / 5 | 1,008 views | No comments Click here to watch the item Submitted By: ahmedconstantin Tags: ''robinho Goal''";
arnews[7] += "
Publ.Date : Mon, 22 Sep 2008 03:40:11 GMT";
arnews[7] += "
";
arnews[8]="Ronaldinho & Robinho
";
arnews[8] += "Exemplos de Futebol Arte! ... nike joga bonito soccer cristiano ronaldo ronaldinho robinho kaka adidas play beatiful";
arnews[8] += "
Publ.Date : Wed, 06 Jun 2007 17:58:44 GMT";
arnews[8] += "
";
arnews[9]="Ronaldinho humilha Robinho
";
arnews[9] += "Quem mando mexe com ele!!! Robinho vai enche o saco, desafia e o Gaúcho deita... pra varia um pouco...";
arnews[9] += "
Publ.Date : Thu, 12 Apr 2007 21:05:49 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("