var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Celtic Woman: A Christmas Celebration
"; arnews[0] += "Upcoming Episodes 08:00 PM Episode #0 This beautiful program includes popular Christmas classics, such as White Christmas, Carol of the Bells, Little Drummer Boy, O Holy Night and Let it Snow, to embody the beautiful, pure, ethereal and angelic harmonies and voices that is Celtic Woman."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:19:29 GMT"; arnews[0] += "
"; arnews[1]="PBS helps lift group Celtic Woman to U.S. popularity
"; arnews[1] += "Lynn Hilary admits she felt a bit intimidated when she joined the popular Irish group Celtic Woman in 2007."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:01:57 GMT"; arnews[1] += "
"; arnews[2]="Irish vocalists Celtic Woman hoping for even more success
"; arnews[2] += "As singer Alex Sharpe sees it, the timing for Celtic Woman's \"Isle of Hope\" tour couldn't be much better."; arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 09:53:15 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("
");