var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "France captain Thierry Henry admits he considered retiring from international football following the uproar over the goal which sent Les Bleus to the World Cup finals. The...";
arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 16:01:10 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Robbie Keane has challenged his Republic of Ireland team-mates to come off the pitch at the Stade de France with no regrets. The Republic face a make-or-break World Cup play-off...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 15:06:55 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Click here to watch the...";
arnews[2] += "
Publ.Date : Sat, 22 Aug 2009 11:22:57 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "Robbie Keane signs photo of him missing the penalty from Arsenal-Tottenham 2:1 (22.12.2007) as Arsenal Supporters Club Bulgaria greats and honors Arsenal Legend Liam Brady at...";
arnews[3] += "
Publ.Date : Tue, 09 Jun 2009 21:38:57 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "Robbie Keane signs photo of him missing the penalty from Arsenal-Tottenham 2:1 (22.12.2007) as Arsenal Supporters Club Bulgaria great and honor Arsenal Legend Liam Brady at Sofia...";
arnews[4] += "
Publ.Date : Tue, 09 Jun 2009 17:56:31 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "Robbie Keane compilation";
arnews[5] += "
Publ.Date : Thu, 05 Mar 2009 11:53:33 GMT";
arnews[5] += "
";
arnews[6]="
";
arnews[6] += "Tottenham manager Harry Redknapp confirmed and explained his appointment of Robbie Keane as Tottenham Hotspur captain Tuesday evening at a hotel on London's Park Lane.";
arnews[6] += "
Publ.Date : Wed, 04 Feb 2009 15:00:00 GMT";
arnews[6] += "
";
arnews[7]="
";
arnews[7] += "Liverpool's Robbie Keane showing Andrea Dossena what the Liverpool fans mean by the song \"Steve Bruce, he's got a big fat head!\" **NEW** Download Gif here:...";
arnews[7] += "
Publ.Date : Sat, 31 Jan 2009 12:25:33 GMT";
arnews[7] += "
";
arnews[8]="
";
arnews[8] += "I wrote this new Robbie Keane song on the train on the way to work the other day. It's to the tune of 'Fiesta' by The Pogues who are very successful Irish band. Hopefully it will...";
arnews[8] += "
Publ.Date : Sun, 03 Aug 2008 14:56:33 GMT";
arnews[8] += "
";
arnews[9]="
";
arnews[9] += "Ireland face a formidable test against Group D leaders Germany in their Euro 2008 qualifier on Saturday with both teams hit by injuries. Germany can qualify with a draw but...";
arnews[9] += "
Publ.Date : Mon, 15 Oct 2007 00:00:00 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("");document.write("");