var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Childline concert expected to make over €400,000 - Irish Times
";
arnews[0] += "... 000, by last year’s X Factor winner Alexandra Burke, girl group the Saturdays, electro pop act Cascada, Brit Award winner Taoi Cruz, boy band the Boulevard and Irish crooners Westlife. “Croke Park was the last time we played here, which was ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:24:00 GMT";
arnews[0] += "
";
arnews[1]="Stars help raise €400,000 at the Cheerios Childline Concert - hotpress.com
";
arnews[1] += "See acts such as Westlife, Alexandra Burke and JLS perform when the event airs this Saturday 21 November on TV3. An impressive €400,000 was raised for the Irish Childline Charity on Wednesday night at the Cheerios Childline Concert in Dublin's O2 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 10:42:00 GMT";
arnews[1] += "
";
totcount = 2;
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("