var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Associated Press: 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 : Wed, 10 Feb 2010 05:32:28 GMT"; arnews[0] += "
"; arnews[1]="White House celebrates music that fueled the civil rights era
"; arnews[1] += "What: In Performance at the White House : A Celebration of Music from the Civil Rights Movement , a concert celebrating Black History Month."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:11:47 GMT"; arnews[1] += "
"; arnews[2]="Obama says music fueled civil rights movement
"; arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 04:52:07 GMT"; arnews[2] += "
"; arnews[3]="President Barack Obama says music fueled civil rights movement
"; arnews[3] += "Yolanda Adams performs Sam Cooke's 'A Change is Gonna Come' during the Black History Month program at the White House."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:41:00 GMT"; arnews[3] += "
"; arnews[4]="Watch the White House Civil Rights Music Event
"; arnews[4] += "The 2010 White House Music Series begins TODAY, TUESDAY FEBRUARY 9TH, when the President and First Lady will host \"In Performance at the White House: A Celebration of Music from the Civil Rights Movement\" - a concert celebrating Black History month."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Lakewood students visit White House for civil rights program
"; arnews[5] += "A snow storm in Washington was nothing compared to the travails civil rights activists faced in the 1960s."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:26:57 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("
");document.write("
");