var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Music Review: Kris Kristofferson's 'Closer To The Bone' explores truth
";
arnews[0] += "Kris Kristofferson, \"Closer To The Bone\" Kris Kristofferson's, \"Closer To The Bone\" One of American music's most celebrated songwriters, Kris Kristofferson , continues his renewed commitment to music on \"Closer To The Bone,\" the follow-up to 2006's \"This Old Road,\" his first album in a dozen years.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:26:40 GMT";
arnews[0] += "
";
arnews[1]="The Truth - Jason Aldean
";
arnews[1] += "See Jason Aldean in a live performance. Watch as he performs the hit single \"Laughed Until We Cried\" and other great songs including a wonderful cover of John Anderson's \"Black Sheep\".... Jason Aldean - Play All Biography Country singer and guitarist Jason Aldean was born in Macon, GA, in 1977.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:22:47 GMT";
arnews[1] += "
";
arnews[2]="Palin Fever: Noblesville queues for a woman who speaks their language
";
arnews[2] += "The real Americans were waiting in their Audis and Outbacks in the Hoosier rain.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:30:21 GMT";
arnews[2] += "
";
arnews[3]=""Idol" wild child Adam Lambert readies first album
";
arnews[3] += "Adam Lambert -- the man with the outsize personality who delivered an audacious octave-and-a-half sitar-tinged purr of Johnny Cash's \"Ring of Fire\" on the most-watched TV show in the country, dodged sex toys thrown at him onstage during the \"American Idol\" tour and did it all without smearing his eyeliner -- is curled in the fetal position.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:56:58 GMT";
arnews[3] += "
";
arnews[4]="My Immortal - Evanescence
";
arnews[4] += "Anarchy cheerleaders are awesome! Watch Amy and Terry from Evanescence debate nerds vs.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:58:11 GMT";
arnews[4] += "
";
arnews[5]="Matching Wits and Bodies
";
arnews[5] += "Here's a thought: what if the artists on future split bills were required to collaborate? If they couldn't come up with something at least as interesting as what Ishmael Houston-Jones and Dan Safer managed on Thursday night at Dance New Amsterdam, bye-bye split bill.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:58:15 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("