var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obama says music fueled civil rights movement
";
arnews[0] += "Crediting civil rights-era protest songs and their spiritual predecessors for his election, President Barack Obama on Tuesday sat in the East Room of his White House and listened to an all-star lineup of performers pay tribute to the music that he said fueled freedom marches and civil disobedience.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Barack Obama hosts civil rights music night at White House
";
arnews[1] += "America's first black president transformed the grand ballroom into a concert hall.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:11:24 GMT";
arnews[1] += "
";
arnews[2]="Post a Comment
";
arnews[2] += "Age 65, of Brighton passed away on Saturday, February 6, 2010 following an extended battle with ALS.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:06:20 GMT";
arnews[2] += "
";
arnews[3]="Obama Says Music Fueled Civil Rights Movement
";
arnews[3] += "Crediting civil rights-era protest songs and their spiritual predecessors for his election, President Barack Obama on Tuesday sat in the East Room of his White House and listened to an all-star lineup of performers pay tribute to the music that he said fueled freedom marches and civil disobedience.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:00:36 GMT";
arnews[3] += "
";
arnews[4]="Baez Added to White House Civil Rights Night
";
arnews[4] += "Joan Baez has been added to the roster of the PBS special, \"In Performance at the White House: A Celebration of Music from the Civil Rights Movement,\" which will air on Thursday, February 11th.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:51:41 GMT";
arnews[4] += "
";
arnews[5]="First lady unveils obesity campaign
";
arnews[5] += "Michelle Obama unveiled her national public awareness campaign against childhood obesity yesterday, a problem she says concerns her both as the president's wife and a mother.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:34:53 GMT";
arnews[5] += "
";
arnews[6]="What's On This Week
";
arnews[6] += "Survivor: Heroes vs. Villains 8 p.m., CBS The nicest good guys and meanest heels from the long-running show return for a new slate of competitions and tribal councils.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Bob Dylan serenades the Obamas with protest songs at the White House
";
arnews[7] += "The stately East Room of the White House rang with the sound of 1960s protest last night, as President Barack Obama hosted an evening of the music that formed a soundtrack to the civil rights movement.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 06:37:45 GMT";
arnews[7] += "
";
arnews[8]="Hollywood brings changes for a American Idola
";
arnews[8] += "Hollywood brings changes for - American Idol' New judge Ellen calls out Simon's departure, Coke logo goes missing - American Idol' video A A Cowell makes ninth - Idol' season his last Jan.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 03:13:39 GMT";
arnews[8] += "
";
totcount = 9;
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("