var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Singer has even higher hopes
";
arnews[0] += "At 15, Chloe Agnew left her home in Dublin, Ireland, to become the youngest member of Celtic Woman.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Happy Holidays
";
arnews[1] += "Join us this season for beautiful holiday music! Songs of the season will be featured on Classical WETA 90.9 FM alongside regular classical programming, including a celebration of the beginning of Hanukkah on the evening of Friday, December 11.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:21:26 GMT";
arnews[1] += "
";
arnews[2]="Concert review: Celtic Woman perform at nearly full Plaza Theatre
";
arnews[2] += "Celtic Woman started out as a made-for-TV group with four women with lovely voices and another who dances and fiddles up a storm.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 01:21:37 GMT";
arnews[2] += "
";
arnews[3]="PBS helps lift group Celtic Woman to U.S. popularity
";
arnews[3] += "Lynn Hilary admits she felt a bit intimidated when she joined the popular Irish group Celtic Woman in 2007.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 08:01:57 GMT";
arnews[3] += "
";
arnews[4]="Celtic Woman delivers spectacular Irish-flavored show
";
arnews[4] += "In one of the most elaborate productions staged at Miller Auditorium in some time, Celtic Woman presented the concert ``Isle of Hope'' Saturday night before a near-capacity audience of adoring fans.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 17:07:01 GMT";
arnews[4] += "
";
arnews[5]="Irish vocalists Celtic Woman hoping for even more success
";
arnews[5] += "As singer Alex Sharpe sees it, the timing for Celtic Woman's \"Isle of Hope\" tour couldn't be much better.";
arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 09:53:15 GMT";
arnews[5] += "
";
totcount = 6;
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("