var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " - "Andrea+Corr" - Google News"; document.title=document.title+ " "; arnews[0]="Music of Ireland - Welcome Home - Earthtimes (press release)
"; arnews[0] += "

Music of Ireland - Welcome Home
Earthtimes (press release)
... former Irish Tenor Ronan Tynan, Andrea Corr, Damien Dempsey, Shane MacGowan (The Pogues), The Hothouse Flowers, Órla Fallon, the late Liam Clancy, ...

"; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:07:03 GMT+00:00"; arnews[0] += "
"; arnews[1]="The bull is in Ryan's court while Peaches calls down for juice - Irish Independent
"; arnews[1] += "

The bull is in Ryan's court while Peaches calls down for juice
Irish Independent
Indeed, last week, Andrea Corr was getting her famous dark hair done in Bradshaw's hairdressing salon on South William Street in Dublin. ...

"; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 05:00:16 GMT+00:00"; arnews[1] += "
"; arnews[2]="If food sustains Bono's love for music, may he eat on - Irish Independent
"; arnews[2] += "

If food sustains Bono's love for music, may he eat on
Irish Independent
A few nights previously, Bono ate in the Saddle Room of The Shelbourne with Andrea Corr. I have a question for Bono that is as clear as the line on the ...

"; arnews[2] += "
Publ.Date : Sun, 24 Jan 2010 04:58:20 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");