var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AIDEN McGEADY IS BRUM TARGET - News of World
";
arnews[0] += "McLeish, who has up to £40m to spend in the January transfer window, travelled to Dublin to run the rule over McGeady in the Republic of Ireland's World Cup play-off against France. McGeady, 23, is high on a Birmingham hit-list that includes targets ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 09:35:00 GMT";
arnews[0] += "
";
arnews[1]="Reasons to be confident going into the future - Irish Times
";
arnews[1] += "SOCCER ANALYST: Although cautious early in the competition there are clear signs of brighter days ahead for this Ireland squad, writes BRIAN KERR WHEN THE dust settles on the controversy of our horribly unfortunate exit on Wednesday night it ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:03:00 GMT";
arnews[1] += "
";
arnews[2]="Scotland stars told to forget defeat - TEAMtalk
";
arnews[2] += "Defenders Stephen McManus, suspended anyway, Gary Caldwell and Danny Fox were handed their fair share of the blame for the 3-0 friendly defeat by Wales in Cardiff last Saturday which preceded the sacking of George Burley. As the search for a new ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:00:00 GMT";
arnews[2] += "
";
arnews[3]="United hope to end 40 games of hurt - ESPN Soccernet
";
arnews[3] += "After ten years, thirty-nine games and no wins, Dundee United fans could be forgiven for failing to tick a home win on the coupon for this Sunday's meeting with Celtic. The fixture has left a generation of young Arabs relying on their fathers' hazy ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:46:00 GMT";
arnews[3] += "
";
arnews[4]="Anelka strike hands France advantage - Kickoff
";
arnews[4] += "Liam Lawrence, picked ahead of Stephen Hunt and Aiden McGeady on the right of midfield, swept a rebound off Lloris wide from just eight yards out after Robbie Keane had snuck in behind the French rearguard. Andrews curled a much harder chance wide ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 22:51:00 GMT";
arnews[4] += "
";
arnews[5]="France 1 Ireland 1 - World Cup playoff result - ESPN.com
";
arnews[5] += "... Yoann Gourcuff (15-Florent Malouda 87), 12-Thierry Henry; 11-Andre-Pierre Gignac (14-Sidney Govou 57) Ireland: 1-Shay Given; 4-John 0'Shea (13-Paul McShane 66), 2-Sean St Ledger, 5-Richard Dunne, 3-Kevin Kilbane; 7-Liam Lawrence (12-Aiden ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:39: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("