var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Video - O'Driscoll breaks through against Fiji
"; arnews[0] += "Captain Brian O'Driscoll scores a try from an interception to help put Ireland on top during their 41-6 win over Fiji."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:47:34 GMT"; arnews[0] += "
"; arnews[1]="In-depth interview - Brian O'Driscoll
"; arnews[1] += "Ireland captain Brian O'Driscoll reflects on the 2009 Six Nations, leading the British and Irish Lions on tour, and says his drive to continue playing is still strong."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 18:02:27 GMT"; arnews[1] += "
"; arnews[2]="Brian O'Driscoll clash of heads with Danie Rossouw
"; arnews[2] += "... BOD Lions \"second test\""; arnews[2] += "
Publ.Date : Sat, 27 Jun 2009 19:44:16 GMT"; arnews[2] += "
"; arnews[3]="Brian O'Driscoll vs Bismarck du Plessis
"; arnews[3] += "BOD pleads for his life."; arnews[3] += "
Publ.Date : Sun, 21 Jun 2009 05:43:55 GMT"; arnews[3] += "
"; arnews[4]="Brian O'Driscoll moment of genius
"; arnews[4] += "Yet another Brian O'Driscoll moment of genius"; arnews[4] += "
Publ.Date : Fri, 06 Mar 2009 15:06:46 GMT"; arnews[4] += "
"; arnews[5]="Legendary Irish Captain Brian O’Driscoll rugby interview
"; arnews[5] += "Legendary Irish Captain Brian O’Driscoll interview after freezing All Blacks rugby match"; arnews[5] += "
Publ.Date : Wed, 09 Jul 2008 00:38:09 GMT"; arnews[5] += "
"; arnews[6]="Brian O'Driscoll Punch Ireland Vs Bayonne
"; arnews[6] += "Brian O'Driscoll gets punched by Mikaera Tewhata Ireland XV Vs. Bayonne 16 August 07. Rugby World Cup Warm Up"; arnews[6] += "
Publ.Date : Sat, 18 Aug 2007 19:52:55 GMT"; arnews[6] += "
"; arnews[7]="Brian O'Driscoll scores against Gloucester
"; arnews[7] += "Brian O'Driscoll scores against Gloucester"; arnews[7] += "
Publ.Date : Mon, 22 Jan 2007 08:00:00 GMT"; arnews[7] += "
"; document.title=document.title+ " "; arnews[8]="Brian O'Driscoll moment of genius
"; arnews[8] += "Yet another Brian O'Driscoll moment of genius"; arnews[8] += "
Publ.Date : Tue, 02 Jan 2007 10:24:40 GMT"; arnews[8] += "
"; arnews[9]="Brian O'Driscoll
"; arnews[9] += "Some BOD magic"; arnews[9] += "
Publ.Date : Sun, 22 Oct 2006 16:58:40 GMT"; 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("
");document.write("
");