var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Grascals Visit St. Jude Research Hospital
";
arnews[0] += "The_Grascals wrote: on Feb. 10, 2010: The Grascals were in Memphis TN. this week to visit the St.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:16:34 GMT";
arnews[0] += "
";
arnews[1]="Songsmith to perform YWCO benefit concert
";
arnews[1] += "Archie Jordan, a former Nashville songwriter with numerous hit songs, including \"What a Difference You've Made in My Life\" - recorded by both Ronnie Milsap and Amy Grant - will perform a benefit concert at 5 p.m. Sunday in the Fine Arts Center of North Oconee High School.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:10:30 GMT";
arnews[1] += "
";
arnews[2]="Award-winning singer, songwriter and producer speaks today at MTSU
";
arnews[2] += "Tonight at 7 p.m. in Mass Communications room 149, Singer/Songwriter/Producer Rick Elias will be speaking about his career in the industry while also offering tips on songwriting and publishing.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:15:24 GMT";
arnews[2] += "
";
arnews[3]="Flat Rock Playhouse announces 2010 season
";
arnews[3] += "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[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Snow Day closings: schools, Statue of Liberty, museums
";
arnews[4] += "As New York City is expected to get upwards of a foot of heavy, wet snow Wednesday, a number of govenment and cultural institutions have already announced planned closings.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:12:56 GMT";
arnews[4] += "
";
arnews[5]="BW Cover Auction Grant
";
arnews[5] += "While arts organizations and programs are having their budgets slashed, Boise Weekly is doing what it can to keep the arts alive in the Treasure Valley.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:11:37 GMT";
arnews[5] += "
";
arnews[6]="Singer Amy Grant tentatively set to perform in Bartlett on Aug. 6
";
arnews[6] += "Grammy Award-winning artist Amy Grant is tentatively scheduled to perform Aug. 6 at the Bartlett Performing Arts and Conference Center.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 20:16:57 GMT";
arnews[6] += "
";
arnews[7]="Philip E. Meyer
";
arnews[7] += "Philip E. Meyer, 72, of 6030 Deer Road, Wisconsin Rapids, town of Grand Rapids, and formerly of New Berlin, died early Monday morning, Feb.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Well done for Urbandale, 2/9/10
";
arnews[8] += "Alexandra Garland of Johnston was named to the chancellor's list at Chapman University in Orange, Calif.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("