var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Day in History - San Mateo Daily Journal
";
arnews[0] += "In 1789, North Carolina became the 12th state to ratify the U.S. Constitution. In 1922, Rebecca L. Felton of Georgia was sworn in as the first woman to serve in the U.S. Senate. In 1927, picketing strikers at the Columbine Mine in northern Colorado ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:37:00 GMT";
arnews[0] += "
";
arnews[1]="Today in history 11/21 - Daily Herald
";
arnews[1] += "On Nov. 21, 1934, the Cole Porter musical \"Anything Goes,\" starring Ethel Merman as Reno Sweeney, opened on Broadway. On this date: In 1789, North Carolina became the 12th state to ratify the U.S. Constitution. In 1922, Rebecca L. Felton of Georgia ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[1] += "
";
arnews[2]="Today in History - Nov. 21 - Vail Daily News
";
arnews[2] += "On Nov. 21, 1934, the Cole Porter musical \"Anything Goes,\" starring Ethel Merman as Reno Sweeney, opened on Broadway. On this date: In 1789, North Carolina became the 12th state to ratify the U.S. Constitution. In 1922, Rebecca L. Felton of Georgia ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:43:00 GMT";
arnews[2] += "
";
arnews[3]="Miley Cyrus entourage bus wreck kills one - Vindy.com
";
arnews[3] += "DINWIDDIE, Va. — One person was killed Friday when a tour bus belonging to entertainer Miley Cyrus overturned, but the 16-year-old “Hannah Montana” star wasn’t on board, Virginia State Police said. Sgt. Thomas Molnar said the bus ran off the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:18:00 GMT";
arnews[3] += "
";
arnews[4]="Today's Birthdays November 21 - digtriad.com
";
arnews[4] += "Baseball Hall-of-Famer Stan Musial is 89. Actor Joseph Campanella is 82. Country singer Jean Shepard is 76. Actor Laurence Luckinbill is 75. Actress Marlo Thomas is 72. Actor Rick Lenz is 70. Singer Dr. John is 69. Actress Juliet Mills is 68 ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:09:00 GMT";
arnews[4] += "
";
arnews[5]="Movie review and director interview: The Messenger - Pegasus News
";
arnews[5] += "Oren Moverman didn't set out to direct The Messenger , the film made from the script he co-wrote with Alessandro Camon . In fact, he'd never directed a movie before. But when it came time for the producers to ramp up the project, Moverman was given ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:56:00 GMT";
arnews[5] += "
";
arnews[6]="Celebrity birthdays - Pioneer Press
";
arnews[6] += "Actor Joseph Campanella (\"The Colbys,\" \"Ben\") is 82. Country singer Jean Shepard is 76. Actor Laurence Luckinbill is 75. Actress Marlo Thomas is 72. Singer Dr. John is 69. Actress Juliet Mills (\"Passions\", \"Nanny and the Professor\") is 68. Actor ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[6] += "
";
arnews[7]="Movie review: ‘The Messenger’ delivers an emotional punch - Morning Sun
";
arnews[7] += "I’m not being facetious when I say it’s your patriotic duty to see “The Messenger,” one of the most moving tributes I can think of to the parents, children and spouses who have lost a loved one to war. Unlike most films inspired by the twin ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 17:58:00 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("