var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FIFA says no to replay as playoff row rumbles on
";
arnews[0] += "A day that began with FIFA ruling out a replay of the France v Ireland World Cup playoff ended, after pleas, denials and opinions from all quarters, with the French still heading for South Africa and the Irish seething.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:13:11 GMT";
arnews[0] += "
";
arnews[1]="Roy you muppet, go walk Triggs
";
arnews[1] += "Who the hell does Roy Keane think he is? I didn't think it was possible for this muppet to drop any lower in my estimation, but now he is questioning Shay Given 's positioning for the French goal! Roy, get back to what you're good at: abandoning your club or country, alienating your players, kicking water bottles, getting relegated, denying it was ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:01:56 GMT";
arnews[1] += "
";
arnews[2]="'france will be going to the the world cup -- get over it'
";
arnews[2] += "Reporter 1: Your thoughts on what happened on Wednesday night? Keane: Well I've been amazed at the commotion that has been going on for the last few days.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:00:27 GMT";
arnews[2] += "
";
arnews[3]="Keane blames Irish defence and keeper for Henry goal
";
arnews[3] += "Former Ireland captain Roy Keane blamed Irelanda s defenders and goalkeeper rather than Thierry Henry for the controversial goal which ended their World Cup hopes.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:37:01 GMT";
arnews[3] += "
";
arnews[4]="Brian Viner: Sorry, Roy, but Ireland played like superstars
";
arnews[4] += "Robbie Keane produced a finish Ferenc Puskas would have been proud of to give Ireland the lead in their ill-fated play-off tie with France enlarge The furore concerning the Thierry Henry handball has moved into a new dimension of weirdness, with the player himself agreeing that the controversial World Cup qualifier should be replayed, while former ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:06:25 GMT";
arnews[4] += "
";
arnews[5]="Tumultuous few days for Irish fans
";
arnews[5] += "THE floods which have inundated large parts of the country may not have been caused by the collective tears of a nation distraught at Ireland's exit from the World Cup but they might as well have been as both incidents have left a trail of devastation in their wake.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:04:53 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("