var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obama hosts protest song concert
";
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 10:36:28 GMT";
arnews[0] += "
";
arnews[1]="Storms Hit the East, West and Midwest
";
arnews[1] += "Children sled down Capitol Hill in Washington, DC on February 8, 2010 as the city and the region recover from a weekend blizzard.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:27:01 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 07:25:23 GMT";
arnews[2] += "
";
arnews[3]="Off Topic - The Guinness Storehouse and Other Musing
";
arnews[3] += "While in Dublin, do what a Dubliner would do? While a Dubliner might not go to the Guinness Storehouse routinely a tourist is pretty likely to make the trip.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:36:27 GMT";
arnews[3] += "
";
arnews[4]="Stranded Ill. group finds food, comfort in Maryland
";
arnews[4] += "A Chicago church group stranded on a western Maryland highway after a ferocious weekend snowstorm enjoyed food and football courtesy of a small-town volunteer fire department.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:33:51 GMT";
arnews[4] += "
";
arnews[5]="Arthur D. - - Delm'' Carlson Jr.
";
arnews[5] += "Article Photos Arthur D. ''Delm'' Carlson Jr., 87, of 33 Melvin Ave., Celoron, died at 11:53 p.m. Monday , in WCA Hospital.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:01:54 GMT";
arnews[5] += "
";
arnews[6]="Inga Moseler
";
arnews[6] += "Inga Moseler, 88, completed her life journey surrounded by family members on Tuesday, Feb.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 06:01:45 GMT";
arnews[6] += "
";
arnews[7]="Wilder: Memo to Obama: Fire Kaine
";
arnews[7] += "During the 2008 campaign, I strongly endorsed Barack Obama for president. I did so early, when many Democratic leaders -- including many prominent African-American politicians -- believed the safe bet was to back then-front-runner Hillary Clinton.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 05:05:21 GMT";
arnews[7] += "
";
totcount = 8;
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("