var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amy Grant to host Lipscomb's Lighting of the Green concert - Nashville Tennessean
";
arnews[0] += "Lipscomb University 's fifth annual Lighting of the Green concert will be held on Tuesday, Dec. 1, hosted by singer Amy Grant. Joining Grant on stage will be former Gaither Vocal Band singer Guy Penrod and the Annie Moses Band, a family ensemble. The ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:18:00 GMT";
arnews[0] += "
";
arnews[1]="Lipscomb, Amy Grant prepare to light the green - Nashville Tennessean
";
arnews[1] += "Amy Grant once again will host Lipscomb's Lighting of the Green, a festive event that gets the Christmas spirit roaring with dozens of Christmas trees, including a 35-foot one. The fifth annual event on Dec. 1 will also feature performances by Guy ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:08:00 GMT";
arnews[1] += "
";
arnews[2]="Amy Grant in seamless performance with the Alabama Symphony Orchestra - Everything Alabama Blog
";
arnews[2] += "Friday the 13 th ? Meh. Even the most superstitious audience member who took in Amy Grant’s performance with the Alabama Symphony Orchestra at the BJCC Friday night had to admit that no bad luck besmirched a night of great music and singing ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 17:07:00 GMT";
arnews[2] += "
";
arnews[3]="Lewis Black - POLLSTAR
";
arnews[3] += "I laughed in slightly controlled hysterics for about an hour and 40 minutes at Lewis' attack on everything from the economy, Dems vs Reps and his parents foibles to turning 60 (“it’s the new 40!”) and Vince Gill / Amy Grant (“she’s so ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:06:00 GMT";
arnews[3] += "
";
arnews[4]="Font size: [A] [A] [A] - Standard Speaker
";
arnews[4] += "Songs include \"Believe\" from \"Polar Express,\" \"Breath of Heaven\" by Amy Grant, \"A Baby Changes Everything\" by Faith Hill, \"Joseph's Lullaby,\" \"One Bright Star\" and more. Paisley is co-founder of Sweet Charity, a theatrical singing group that has ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:03:00 GMT";
arnews[4] += "
";
arnews[5]="Nashville musicians join Rock Band competition Nov. 17 - Vanderbilt University News
";
arnews[5] += "Four top Nashville session musicians will be competing and performing at the Rock Band™ Vandy competition this Tuesday, Nov. 17. The Rock Band™ competition will take place at 8 p.m. in the Student Life Center Ballroom. The competition will ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 21:58:00 GMT";
arnews[5] += "
";
arnews[6]="Music exec Mark Mazzetti sells home for $1,089,000 - Los Angeles Times
";
arnews[6] += "He has worked with and guided superstars including John Mayer, Sting, Janet Jackson and Amy Grant. He purchased the home in 1992 from singer-songwriter Axl Rose of the band Guns N' Roses for $640,000, according to public records. The buyers this time ...";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 23:53:00 GMT";
arnews[6] += "
";
arnews[7]="Hank Williams III brings a metal album to Madison - Isthmus Daily Page
";
arnews[7] += "When Minnie Pearl, star of the Grand Ole Opry and Hee Haw , first met Shelton Hank Williams — a.k.a. Hank Williams III — she thought she'd seen a ghost. Not only is he the spitting image of his grandfather, Hank Williams Sr., but he conjures the ...";
arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 06:09:00 GMT";
arnews[7] += "
";
totcount = 8;
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("