var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Obama says music helped fuel 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:43:08 GMT"; arnews[0] += "
"; arnews[1]="Obama says music fueled civil rights movement
"; arnews[1] += "The nation's first black president transformed the grand ballroom into a concert hall packed with members of his Cabinet, Congress, civil rights leaders and students for a program that will air on public television later this week for Black History Month."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:28:40 GMT"; arnews[1] += "
"; arnews[2]="White House celebrates music that fueled the civil rights era
"; arnews[2] += "What: In Performance at the White House : A Celebration of Music from the Civil Rights Movement , a concert celebrating Black History Month."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:11:47 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]="Top 10 romantic crooners
"; arnews[4] += "HIS distinctive smooth vocals and timeless hits earned him eight Grammy awards - and, of course, a legion of female fans."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:55:57 GMT"; arnews[4] += "
"; arnews[5]="Black History special
"; arnews[5] += "Wednesday's Morning Show, in honor of Black History Month, presents a special show of music filled with history lessons."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:22:59 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("
");