var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Irish admit defeat in France replay bid
";
arnews[0] += "Irish football officials have finally conceded that there will be no replay of the controversial World Cup playoff against France.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:40:23 GMT";
arnews[0] += "
";
arnews[1]="Republic give up on replay
";
arnews[1] += "The Republic of Ireland have admitted defeat in their attempts to be granted a replay of the second leg of their World Cup play-off clash with France.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:48:37 GMT";
arnews[1] += "
";
arnews[2]="Luton 2-2 Cambridge United
";
arnews[2] += "Substitute Danny Crow scored twice in the last 10 minutes as Cambridge came from 2-0 down to earn a point at Luton.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:47:28 GMT";
arnews[2] += "
";
arnews[3]="Boycott threat to Gillette products over Thierry Henry 'handball' row
";
arnews[3] += "Thierry Henry: French striker Henry, 32, has been widely condemned after he handled the ball before setting up the winning goal in a tense world cup play-off on Wednesday night.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:41:45 GMT";
arnews[3] += "
";
arnews[4]="Liverpool draw to hold off Man City
";
arnews[4] += "SPURS boss Harry Redknapp is backing Robbie Keane to take his World Cup frustrations out on Wigan.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:38:35 GMT";
arnews[4] += "
";
arnews[5]="Your Shout
";
arnews[5] += "MARK Hughes will make another audacious bid to prise Fernando Torres away from Anfield if Manchester City replace Liverpool in the Premier League's Big Four this season.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:38:20 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("