var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The "Unknown Johnny Cash"/Protest Music...from Grit TV...worth the ... - Democratic Underground.com
";
arnews[0] += "Johnny Cash isn’t necessarily the first person to come to mind when one thinks about 60s protest music. Yet in his new book, A Heartbeat and a Guitar: Johnny Cash and the Making of Bitter Tears, Antonino D’Ambrosio connects Cash to the tradition ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:11:00 GMT";
arnews[0] += "
";
arnews[1]="Johnny Cash's list - BBC
";
arnews[1] += "Singer Rosanne Cash, the eldest daughter of late country star Johnny Cash, has released a covers album of songs recommended to her by her father, who passed away in 2003. The List comprises of her interpretations of 12 classics by artists including ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:20:00 GMT";
arnews[1] += "
";
arnews[2]="Insult to Injury: Kurt Cobain and Johnny Cash sing YMCA in "Band Hero" - Punknews.org
";
arnews[2] += "Yankee fans see no problem with this. ...as though it's an insult to see Kurt Cobain play songs from the same shitty cesspool that he contributed to. I am sick as hell today. Crapping every 20 min, got some kind of a flu bug or something. Anyway ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Tribute to Johnny Cash walks the line - Salt Lake Tribune
";
arnews[3] += "The simple lead lines on the guitar's lower strings. The slap of the bass. The strummed, assertive rhythms. And that voice. That voice. Many people know Johnny Cash for his later years, when he teamed up with producer Rick Rubin on the \"American ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 17:59:00 GMT";
arnews[3] += "
";
arnews[4]="'Star' finalists compete at last Downtown GetDown of season - Tallahassee Democrat
";
arnews[4] += "After she sang \"Folsom Prison Blues\" by Johnny Cash, she said she felt confident about her performance. The competition started with 12 contestants at the start of football season. Three singers competed at each GetDown before home games.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:25: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("