var arnews = new Array(14);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fiji Put It Up To Us – O'Driscoll | Dirty Balls Rugby
";
arnews[0] += "Ireland captain Brian O'Driscoll said that it took his side a good '65 or 70 minutes' to get the better of Fiji in Saturday's rain-hit GUINNESS Series Test at.";
arnews[0] += "
";
arnews[1]="Sport | The Independent UK - Sexton excels to propel Ireland past ...
";
arnews[1] += "However, Ireland's captain, Brian O'Driscoll, the scorer of last week's last-gasp equalising try against the Wallabies, scored after the break and then put Earls in for his second try just before the hour. Ireland continued to control ...";
arnews[1] += "
";
arnews[2]="Rugby de Bolivia: Pensa en verde.
";
arnews[2] += "Primero apoyó Brian O'Driscoll, héroe del empate agónico ante Australia. Luego, el que aterrizó en el ingoal rival fue nuevamente Earls. Y ya en el último tramo de partido se sumaron las conquistas de Rob Kearney y Shane Horgan. ...";
arnews[2] += "
";
arnews[3]="DAILY ONLINE WORLD'S SPORTS NEWS: Ireland 41 Fiji 6
";
arnews[3] += "Left-wing Keith Earls contributed two of the five tries with the others coming from skipper Brian O'Driscoll, Rob Kearney and Shane Horgan. Sexton, looking to put pressure on Ronan O'Gara, made the best possible start. ...";
arnews[3] += "
";
arnews[4]="Sai's Sports Watch: Ireland slaughter hapless Fijians at home
";
arnews[4] += "Ireland: Rob Kearney; Shane Horgan, Brian O'Driscoll (capt), Gordon D'Arcy, Keith Earls; Jonathan Sexton, Eoin Reddan; Jamie Heaslip, Denis Leamy, Stephen Ferris; Paul O'Connell, Leo Cullen; John Hayes, Jerry Flannery, Tom Court ...";
arnews[4] += "
";
arnews[5]="GPA have been given official status with the GAA | SportsNewsIreland
";
arnews[5] += "FAI call for replay , Press release + TRAPATTONI's press conference. The FAI has called for a. Brian O'Driscoll has been shortlisted for the IRB player of the year 2009 thumbnail ...";
arnews[5] += "
";
arnews[6]="Interviews with Brian O'Driscoll and Declan Kidney | SPORTSPEAK
";
arnews[6] += "Brian O'Driscoll and Declan Kidney speak to Sportspeak today after Ireland's 41-6 victory over Fiji.";
arnews[6] += "
";
arnews[7]="Rugby: Irlande bat Fidji 41-6 en test-match (Challenges.fr ...
";
arnews[7] += "Les pointsIrlande: 41 (Keith Earls 2, Brian O'Driscoll, Rob Kearney, Shane Horgan essais; Jonathan Sexton 2 penalités, 5 transformations)Fidji 6 (Nicky Little 2 penalités)....Source : Challenges.fr (s'abonner)Explorer : Dublin, Irlande, ...";
arnews[7] += "
";
arnews[8]="Flawless Sexton eases Ireland past Fiji
";
arnews[8] += "Ireland's Jonathan Sexton (C) passes to team mate Brian O'Driscoll during their international rugby union match against Fiji at the Royal Dublin Society in Dublin, Ireland. Sexton announced his arrival in international rugby with a ...";
arnews[8] += "
";
arnews[9]="Ireland Run Out Comfortable Winners Over Fiji | Springbok Rugby Blog
";
arnews[9] += "The first senior rugby international to be held at the RDS finished in a 41-6 victory for Ireland as impressive debutant Jonathan Sexton booted 16 points for a 100% kicking return and Keith Earls (2), Brian O'Driscoll, Rob Kearney and ...";
arnews[9] += "
";
totcount = 10;
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("