var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carrie Underwod, Snow Patrol tops on Vail Valley radio
";
arnews[0] += "KSKE 101.7, 97.5, 95.3 1. \"Cowboy Casanova,\" by Carrie Underwood 2. \"Runaway,\" by Love and Theft 3. \"Bonfire,\" by Craig Morgan 4. \"Do I,\" by Luke Bryan 5. \"Fifteen,\" by Taylor Swift 6. \"I'm Alive w/ Dave Matthews,\" by Kenny Chesney 7. \"Toes,\" by Zac Brown Band 8. \"Need You Now,\" by Lady Antebellum 9. \"Welcome to the Future,\" by Brad Paisley 10.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:59:00 GMT";
arnews[0] += "
";
arnews[1]="Nashville's Blackbird Studio Installs API 1608 Console
";
arnews[1] += "The API 1608 console in Blackbird's new Studio H. Blackbird Studio in Nashville houses one of the finest collections of recording equipment anywhere.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:48:27 GMT";
arnews[1] += "
";
arnews[2]="... - Kenny Chesney / George Str...
";
arnews[2] += "Watch a very special performance by country superstar Kenny Chesney! Kenny takes us on his boat and performs songs from his new album, Lucky Old Sun, which hits shelves on October 14th.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:13:08 GMT";
arnews[2] += "
";
arnews[3]="Carrie Underwod, Snow Patrol tops on Vail Valley radio
";
arnews[3] += "KSKE 101.7, 97.5, 95.3 1. \"Cowboy Casanova,\" by Carrie Underwood 2. \"Runaway,\" by Love and Theft 3. \"Bonfire,\" by Craig Morgan 4. \"Do I,\" by Luke Bryan 5. \"Fifteen,\" by Taylor Swift 6. \"I'm Alive w/ Dave Matthews,\" by Kenny Chesney 7. \"Toes,\" by Zac Brown Band 8. \"Need You Now,\" by Lady Antebellum 9. \"Welcome to the Future,\" by Brad Paisley 10.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:24:58 GMT";
arnews[3] += "
";
arnews[4]="Bill Anderson to be Honored at the Country Music Hall of Fame and Museum
";
arnews[4] += "Prolific songwriter and Country Music Hall of Fame member Bill Anderson will be honored on December 12 as part of the Museum's quarterly programming series Poets and Prophets: Legendary Country Songwriters.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:45:00 GMT";
arnews[4] += "
";
arnews[5]="From elves to Dylan, here are some holiday hoots
";
arnews[5] += "I know it's not even Thanksgiving yet, but I'm going to jump right into a Christmas item.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:46:47 GMT";
arnews[5] += "
";
arnews[6]="Vote now to help Kamiak teacher "make it big"
";
arnews[6] += "One of his students describes him as a \"real-life Hannah Montana.\" It's a pretty accurate description of Chance McKinney - who spends his days teaching math at Kamiak High School and his nights playing country music.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 00:51:05 GMT";
arnews[6] += "
";
arnews[7]="Michael Bialas: No Grinch will ruin Carrie Underwood's Holiday
";
arnews[7] += "The Fox network is wishing you -- the home television viewer -- a very Carrie Christmas.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 00:29:21 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("