var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Was retaining Ronan O'Gara for the match in France the right decision ... - Irish Times
";
arnews[0] += "The Irish Times Poll is a forum for people who wish to express their views on issues of topical interest. In order to represent as wide a range of opinions as possible and provide a stimulating platform for discussion, we ask all our contributors to ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:00:00 GMT";
arnews[0] += "
";
arnews[1]="SIX NATIONS 2010: Axe hurt me so much I changed my game reveals Ronan ... - Daily Mail
";
arnews[1] += "Ronan O'Gara admits his demotion as Ireland's first choice fly-half last autumn forced him to address his loss in form. Back on song: Ronan O'Gara was hurt when dropped by Ireland O'Gara will continue in the number 10 jersey for Saturday's RBS Six ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:18:00 GMT";
arnews[1] += "
";
arnews[2]="Ireland keep faith in O'Gara - scrum.com
";
arnews[2] += "Ronan O'Gara has retained the Ireland No.10 jersey for their vital Six Nations trip to face France at the Stade de France. Leinster's Jonathan Sexton has been named among a replacements contingent that will be trimmed from nine to seven later in the ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:12:00 GMT";
arnews[2] += "
";
arnews[3]="Ronan O'Gara keeps Ireland place and No6 left open for Stephen Ferris - The Guardian
";
arnews[3] += "Ronan O'Gara is one of three survivors from Ireland's last win in Paris back in 2000. Photograph: Tom Shaw/Getty Images Ronan O'Gara will continue as Ireland's fly-half for the crucial Six Nations match with France and could be joined in the side by ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT";
arnews[3] += "
";
arnews[4]="Ronan O'Gara - scrum.com
";
arnews[4] += "Born in San Diego, California, O'Gara has risen from the level of a bit part international player to a commanding, world class fly-half during the last five years. O'Gara made his Ireland debut against Scotland in the 2000 Six Nations age 23, and ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 17:51:00 GMT";
arnews[4] += "
";
arnews[5]="O'Gara needed wake-up call - SkySports
";
arnews[5] += "When you're dropped there's no need to panic. I had to go away, sort things out and come back. Ireland fly-half Ronan O'Gara has revealed that his below-par displays in the autumn forced him to address his loss in form ahead of the RBS Six Nations. O ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 11:41: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("