var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nashville Skyline: Test Your Music Knowledge
";
arnews[0] += "Time for another quiz before preparing for the post-Thanksgiving turkey tryptophan coma.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:28:28 GMT";
arnews[0] += "
";
arnews[1]="Artists join hands to build houses of hope
";
arnews[1] += "\" Former US President Jimmy Carter and his wife, Rosalynn, and American singers arrived in Vietnam on November 18 to build houses for the poor in Dong Xa village, Binh Giang district, northern Hai Duong province.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:27:35 GMT";
arnews[1] += "
";
arnews[2]="Walkaway Joe - Trisha Yearwood
";
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 : Thu, 19 Nov 2009 02:01:27 GMT";
arnews[2] += "
";
arnews[3]="'Christmas at Belmont' Concert Features Local Students
";
arnews[3] += "'Christmas at Belmont' Concert Features Local Students November 18, 2009 - Carleton Coggins from Simpsonville, SC, and Wes Crenshaw from Pickens, SC, will be performing in Belmont University's annual 'Christmas at Belmont' holiday special, which will be hosted by alumna and three-time Grammy Award winning country artist, Trisha Yearwood.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Mary Martin, uncompromising music exec, honored
";
arnews[4] += "All things music from the Tennessean.com entertainment staff. Jay Orr talks with Mary Martin during the Louise Scruggs Memorial Forum interview at the Country Music Hall of Fame and Museum.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 09:07:08 GMT";
arnews[4] += "
";
arnews[5]="Happy Holidays
";
arnews[5] += "Join us this season for beautiful holiday music! Songs of the season will be featured on Classical WETA 90.9 FM alongside regular classical programming, including a celebration of the beginning of Hanukkah on the evening of Friday, December 11.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:21:26 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("