var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Enough wishful thinking
";
arnews[0] += "I rish sport has been having a Death of Lady Di moment over the past few days. Disappointment after an unjust exit from the World Cup is understandable but the level of collective hysteria is extraordinary.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:33:07 GMT";
arnews[0] += "
";
arnews[1]="Technical failings keep Irish boys on the wrong foot
";
arnews[1] += "I n the minutes immediately after the match it wasn't so much Thierry Henry 's left hand but Damien Duff 's right foot that was haunting the thoughts of this viewer.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:23:24 GMT";
arnews[1] += "
";
arnews[2]="Bowyer chips in with touch of class to pip Fulham
";
arnews[2] += "Victories don't come much harder-fought than this. Birmingham City created no more than a chance and a half, survived pressure sometimes as incessant as the driving rain yet clung to the victory that lifted them three places up the table.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:22:38 GMT";
arnews[2] += "
";
arnews[3]="Fulham boss Hodgson defends leaving out Duff for Birmingham defeat
";
arnews[3] += "Hodgson insisted leaving Duff out of his starting 11 had nothing to do with his involvement in the Republic of Ireland's heart-breaking world cup exit against France in midweek.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:01:20 GMT";
arnews[3] += "
";
arnews[4]="Does anyone know why football is still called 'the beautiful game'?
";
arnews[4] += "I am grateful to all the many football pundits and even politicians who have declared that France's qualification for the World Cup finals after a disputed goal \"casts doubt on the integrity of the beautiful game\". In these recessionary times we need all the laughter we can get; and what could be more comical than this concerted pretence that ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:56:23 GMT";
arnews[4] += "
";
arnews[5]="Deep gloom engulfs the Emerald Isle
";
arnews[5] += "Any sports fan finds defeat easier to accept when they see their team beaten by a better opponent within the rules of the game and yet the manner of Ireland's World Cup exit at the hands of Thierry Henry and France on Wednesday night has left Ireland with the sort of headache a Guinness overdose rarely leaves behind.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:06:44 GMT";
arnews[5] += "
";
arnews[6]="Bowyer floors Fulham at St Andrews
";
arnews[6] += "The former England midfielder produced a neat finish after 16 minutes as City took their points tally to eight from the last four matches.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 01:02:00 GMT";
arnews[6] += "
";
totcount = 7;
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("