var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ireland 20 Australia 20 - Teletext
";
arnews[0] += "Brian O'Driscoll raced home in the last minute, with Ronan O'Gara converting, to earn Ireland a draw at Croke Park. Ireland gifted a try to Drew Mitchell in the second minute but Tommy Bowe touched down for the hosts, with O'Gara and Matt Giteau ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 16:52:00 GMT";
arnews[0] += "
";
arnews[1]="O'Gara proved his class - O'Driscoll - Ananova
";
arnews[1] += "Brian O'Driscoll believes Ireland fly-half Ronan O'Gara answered his ... defeat after former Leinster back row Rocky Elsom crossed in the 62nd minute to establish a 20-13 lead. Throwing everything they had at the Wallabies, Tommy Bowe almost wriggled ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 11:07:00 GMT";
arnews[1] += "
";
arnews[2]="Ronan O'Gara - scrum.com
";
arnews[2] += "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[2] += "
Publ.Date : Mon, 16 Nov 2009 11:00:00 GMT";
arnews[2] += "
";
arnews[3]="Ireland v Fiji - Brisbane Times
";
arnews[3] += "Ireland coach Declan Kidney decided Sunday's Test (AEST) against Fiji was a chance to give his second-string a chance to shine. So he picked a team replete with British and Irish Lions in key positions. It all gives an indication of the scale of the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT";
arnews[3] += "
";
arnews[4]="Ireland v Fiji (Sat) - BBC Sport
";
arnews[4] += "Ireland may have made eight changes team for Saturday's clash with Fiji at the RDS but the Pacific Islanders still face a massive task in Dublin. Talisman Brian O'Driscoll remains in the Irish team after scoring a late try in the 20-20 draw with ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT";
arnews[4] += "
";
arnews[5]="All Blacks Aim for Kicking Excellence with Adidas - Scoop
";
arnews[5] += "Dan Carter and the new Adidas Predator X London, November 19th, 2009 – The new PREDATOR®_X adidas rugby boot will be worn by Dan Carter this Sunday when the All Blacks continue their European end of season tour against England at Twickenham ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 03:24: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("