var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celtic Woman
";
arnews[0] += "For singer Lisa Kelly, touring with Celtic Woman is more than a gig, it's a family experience.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 06:30:42 GMT";
arnews[0] += "
";
arnews[1]="Celtic Woman's new CD one of the year's worst; Vampire Weekend, Patty Griffin shine
";
arnews[1] += "Celtic Woman, \"Songs from the Heart\" . 1 star. Vampire Weekend, \"Contra\" . 4 stars.";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 13:07:55 GMT";
arnews[1] += "
";
arnews[2]="Return of hockey - for some Burgess Hill's hockey first team were out ...
";
arnews[2] += "Burgess Hill's hockey first team were out of luck on Saturday but at least the 2nd and 3rd XIs returned to action after the Christmas break.";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 10:57:02 GMT";
arnews[2] += "
";
arnews[3]="Celtic Woman: A Christmas Celebration
";
arnews[3] += "Duration: 59:59 CC Stereo TVG 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[3] += "
Publ.Date : Thu, 24 Dec 2009 09:57:19 GMT";
arnews[3] += "
";
arnews[4]="Celtic Woman / Chloe Agnew - "O Holy Night"
";
arnews[4] += "3 posted on 12/19/2009 10:39:33 PM PST by ransomnote To: Enchante 4 posted on 12/19/2009 10:46:27 PM PST by beaversmom To: Enchante Their voices are just amazing! 5 posted on 12/19/2009 10:53:58 PM PST by txnativegop ) To: stylecouncilor; onedoug; windcliff ping to hear them sing 6 posted on 12/19/2009 10:58:11 PM PST To: Enchante Do we as a people ...";
arnews[4] += "
Publ.Date : Sun, 20 Dec 2009 06:35:43 GMT";
arnews[4] += "
";
arnews[5]="Celtic Woman will visit U.Va.
";
arnews[5] += "Celtic Woman, the Irish music phenomenon, has announced its new U.S. tour in support of its CD/DVD release of 'Songs from the Heart,' available on Jan.";
arnews[5] += "
Publ.Date : Thu, 17 Dec 2009 08:00:00 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("