var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Amy Grant approved for BPACC show - Memphis Commercial Appeal
"; arnews[0] += "Grammy Award-winning singer Amy Grant is tentatively scheduled to appear Aug. 6 at the Bartlett Performing Arts and Conference Center. The Bartlett Board of Mayor and Aldermen unanimously approved the city's side of the contract Tuesday night for ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:15:00 GMT"; arnews[0] += "
"; arnews[1]="Award-winning singer, songwriter and producer speaks today at MTSU - Nashville Tennessean
"; arnews[1] += "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. Elias was a founding member of Rich Mullins and a ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:09:00 GMT"; arnews[1] += "
"; arnews[2]="Interview with Ginny Owens - Under The Radar - Christian Post
"; arnews[2] += "Ginny: I think I was singing before I could talk. I don't really ever remember not singing. I do however remember when I was a young kid being very shy about singing. Every time I got up to perform in front of people I would get terribly nervous & my ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:31:00 GMT"; arnews[2] += "
"; arnews[3]="General Tommy Franks announced as keynote speaker at Lipscomb ... - PRLog (free press release)
"; arnews[3] += "PR Log (Press Release) – Feb 09, 2010 – NASHVILLE (Feb. 1, 2010) – General Tommy Franks (Ret.) has been confirmed as the keynote speaker at Operation Yellow Ribbon to be held at Lipscomb University March 23, President L. Randolph Lowry ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:40:00 GMT"; arnews[3] += "
"; arnews[4]="Healing Music to benefit Relay for Life - Times & Democrat
"; arnews[4] += "On Sunday, Feb. 14, a local cancer survivor will present a concert to demonstrate the healing power of music and benefit the 2010 Orangeburg County Relay for Life. Healing Music II, set for 4 p.m. at First Presbyterian Church, will feature Sylvia ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:20:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");