var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A 'Beautiful' career
";
arnews[0] += "When : 7 p.m. Sunday Where : The Hanover Theatre for the Performing Arts, 2 Southbridge St., Worcester How much : $33.50-$52. For more information, call 571-7469 or visit www.thehanovertheatre.org . It is one thing to create pop-style instrumentals for the piano and come up with an album titled 'No Words' that doesn't have any words.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 11:52:45 GMT";
arnews[0] += "
";
arnews[1]="Hanover Theater
";
arnews[1] += "Friday, November 13, 2009 A 'Beautiful' career Pianist Jim Brickman has ear for music, eye for business By Richard Duckett TELEGRAM & GAZETTE STAFF rduckett@telegram.com Jim Brickman When : 7 p.m. Sunday Where : The Hanover Theatre for the Performing Arts, 2 Southbridge St., Worcester How much : $33.50-$52. For more information, call 571-7469 or ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 11:00:00 GMT";
arnews[1] += "
";
arnews[2]="Singer Orla Fallon braves it on her own
";
arnews[2] += "Orla Fallon said she was either \"mad or brave\" to leave the wildly successful female vocal troupe Celtic Woman.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 04:40:02 GMT";
arnews[2] += "
";
arnews[3]="Pianist Jim Brickman hits a holiday note
";
arnews[3] += "If it's November, and it's Jim Brickman, it's gonna be a holiday show - the pianist has done four Christmas records already.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 21:00:03 GMT";
arnews[3] += "
";
arnews[4]="Irish vocalists Celtic Woman hoping for even more success
";
arnews[4] += "As singer Alex Sharpe sees it, the timing for Celtic Woman's \"Isle of Hope\" tour couldn't be much better.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 09:53:15 GMT";
arnews[4] += "
";
arnews[5]="Former Celtic Woman finds her own 'Distant Shore'
";
arnews[5] += "Irish singer Orla Fallon is back where she came from. The vocalist who left a solo career to become an initial part of Celtic Woman, is back on her own.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 04:19:14 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("