var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ireland's Jonathan Sexton (C) passes to team mate Brian O'Driscoll - Big Hollywood
";
arnews[0] += "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 flawless ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[0] += "
";
arnews[1]="Brian O'Driscoll - scrum.com
";
arnews[1] += "One of the most feared players in the game, O'Driscoll has lit up the rugby world since bursting onto the international stage. The all-time Irish record try scorer, O'Driscoll has also led his country more times than any other player and with ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 18:25:00 GMT";
arnews[1] += "
";
arnews[2]="Brian O'Driscoll marks his big occasion with a satisfying conclusion - The Guardian
";
arnews[2] += "Brian O'Driscoll runs through to score a last- minute try for Ireland against Australia. Photograph: Stu Forster/Getty Images Draws always seem to be a bit of this and a bit of that, the good mingling with the bad, and leaving nobody either ecstatic ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 21:38:00 GMT";
arnews[2] += "
";
arnews[3]="Brian O'Driscoll reaches Irish century with reputation restored - The Guardian
";
arnews[3] += "Brian O'Driscoll breaks clear to score a try against France during this year's Six Nations triumph. Photograph: Stu Forster/Getty Images For an even ton, there is something odd about Brian O'Driscoll's 100. It's an Irish century of caps: half a dozen ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 01:14:00 GMT";
arnews[3] += "
";
arnews[4]="Sports Watch: Brian O'Driscoll is the Irish Beckham - Times Online
";
arnews[4] += "It is easy to like Henry for his all-round good eggy demeanour and for not being William Gallas. But now he has deliberately handled a ball and he is the devil incarnate. The truth lies in the middle ground, but this is not an area regularly ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 GMT";
arnews[4] += "
";
arnews[5]="Autumn Tests: Brian O'Driscoll marks his milestone, but no champagne ... - Daily Telegraph Blogs
";
arnews[5] += "After Brian O’Driscoll and Ireland ended the weekend on a positive note - well, kind of - for the northern hemisphere teams, here we go again with 10 more thoughts…. 1. The positives for England: They sneaked home. And actually scored a try. 2 ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 07:47:00 GMT";
arnews[5] += "
";
arnews[6]="Flawless Sexton eases Ireland past Fiji - Bangkok Post
";
arnews[6] += "Jonathan Sexton announced his arrival in international rugby with a flawless performance in Ireland's comprehensive victory over Fiji here Saturday. Ireland's Jonathan Sexton (C) passes to team mate Brian O'Driscoll during their international rugby ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 04:19:00 GMT";
arnews[6] += "
";
arnews[7]="Ireland 20 Australia 20: Brian O'Driscoll scores dramatic late try to ... - Daily Mail
";
arnews[7] += "Ireland captain Brian O’Driscoll marked the dying seconds of his Test century yesterday in fairy-tale fashion by rescuing the champions of Europe from being counted out by another Rocky blockbuster. After his mere presence spirited the Australian ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 06:06:00 GMT";
arnews[7] += "
";
totcount = 8;
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("