var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Flat Rock Playhouse announces 2010 season
";
arnews[0] += "Flat Rock Playhouse is proud to announce its 58th season of plays and musicals. For the 2010 Season, the Playhouse will be launching new shows with Broadway aspirations and breathing new life into enduring classics.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:47:02 GMT";
arnews[0] += "
";
arnews[1]="Drumbo singer takes to the stage with Nashville star
";
arnews[1] += "A LOCAL singer/songrwriter has had the honour of performing on stage with a top music artist.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 14:04:40 GMT";
arnews[1] += "
";
arnews[2]="Xxx's And Ooo'... - Trisha Yearw...
";
arnews[2] += "Watch an exclusive live performance from Trisha Yearwood! The acoustic set includes \"Heaven, Heartache and the Power of Love,\" \"This Is Me You're Talking To\" and more! ... Trisha Yearwood - Play All Biography One of the most popular female country singers of the '90s, Trisha Yearwood initially rose to fame as a protegee of Garth Brooks but quickly ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 03:58:50 GMT";
arnews[2] += "
";
arnews[3]="Kenny to compete for vocal honor
";
arnews[3] += "For the second year in a row, local singer Jennica Kenny has been named as one of the top 10 finalists in the OK City Star talent competition.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 19:11:53 GMT";
arnews[3] += "
";
arnews[4]="Kendra Meinert column: McGinn and Dame destined to rock in Red Clover
";
arnews[4] += "Let's get the clich out of the way first thing. Yes, she's a little bit country.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Way-cool Waymores to play in Morganton
";
arnews[5] += "The Waymores will perform at the next Americana Stage concert. The Nashville songwriters share the stories behind the songs and the heart behind the music.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 20:21:09 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("