var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Westlife's dream to make male scent - Entertainment.uk.msn.com
"; arnews[0] += "Westlife have revealed they plan to create a male fragrance, hot on the heels of their new female scent. The Irish chart-toppers - Nicky Byrne, Kian Egan, Mark Feehily and Shane Filan - launched Westlife X in Dublin, celebrating their ten-year ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 13:14:00 GMT"; arnews[0] += "
"; arnews[1]="Childline concert expected to make over €400,000 - Irish Times
"; arnews[1] += "IT WAS cold on Dublin’s NorthWall Quay yesterday. The sky was dark grey and a sharp wind howled, but the scores of youngsters waiting outside The O2 arena for the Cheerios Childline Concert couldn’t have cared less. “I’m here since 10 o ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:24:00 GMT"; arnews[1] += "
"; arnews[2]="Westlife star says Jedward are winners - RTE Online
"; arnews[2] += "Westlife stars Nicky Byrne and Shane Filan have said that they are proud to support 'X Factor' twins John and Edward Grimes. Speaking to RTÉ.ie at the Cheerios Childline Concert, Byrne said: \"They're not the greatest singers in the world but that's ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:03:00 GMT"; 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("
");