var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="November 21: Einstein reveals relationship between mass and energy, first female senator sworn in
";
arnews[0] += "Maine Fast Fact : During the colonization of the country, Maine's tall white pine trees were valued for building the masts of ships.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 21, 1934, the Cole Porter musical "Anything Goes" opened on Broadway
";
arnews[1] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:43:13 GMT";
arnews[1] += "
";
arnews[2]="This day in history
";
arnews[2] += "On Nov. 21, 1934, the Cole Porter musical \"Anything Goes,\" starring Ethel Merman as Reno Sweeney, opened on Broadway.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:57:09 GMT";
arnews[2] += "
";
arnews[3]="Almanac
";
arnews[3] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:29:34 GMT";
arnews[3] += "
";
arnews[4]="Sex, lies and all that Chaz November 21, 2009
";
arnews[4] += "Chaz Bono says beginning the sex-change process to turn him from a woman to a man is \"the best decision I've ever made.\" The 40-year-old writer, activist and reality-TV star, who was born a girl named Chastity to Sonny Bono and Cher , says he feels great at eight months into the years-long transformation.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:53:33 GMT";
arnews[4] += "
";
arnews[5]="Will Farrell tops list of overpaid stars
";
arnews[5] += "Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:37:34 GMT";
arnews[5] += "
";
arnews[6]="People in the news
";
arnews[6] += "Oprah Winfrey gets emotional as she tells her TV audience about her plans to end her popular daytime talk show in 2011.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 12:27:35 GMT";
arnews[6] += "
";
totcount = 7;
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("