var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Messenger
";
arnews[0] += "After being wounded in Iraq, a valorous but emotionally repressed soldier returns to the States, where the army, displaying all the irony of a Hollywood screenwriter, assigns to him the wrenching duty of notifying parents and spouses that their loved ones have died in combat.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:06:57 GMT";
arnews[0] += "
";
arnews[1]="Cross Country: Concordia men run to 2nd-place finish
";
arnews[1] += "Dana Schmidt and Zach Meineke earned All-America honors to pace Concordia University to a second-place finish in the men's race at the NAIA cross country championships on Saturday.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:59:41 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 21, 1934, the Cole Porter musical "Anything Goes" opened on Broadway
";
arnews[2] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:54:49 GMT";
arnews[2] += "
";
arnews[3]="November 21: Einstein reveals relationship between mass and energy, first female senator sworn in
";
arnews[3] += "Maine Fast Fact : During the colonization of the country, Maine's tall white pine trees were valued for building the masts of ships.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="This day in history
";
arnews[4] += "On Nov. 21, 1934, the Cole Porter musical \"Anything Goes,\" starring Ethel Merman as Reno Sweeney, opened on Broadway.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:57:09 GMT";
arnews[4] += "
";
arnews[5]="Birthday Suits, That Girl Those Girls
";
arnews[5] += "Candide is his work that's most familiar to modern audiences having been filmed, adapted, and put on lists like this one as well as being adapted into a popular and oft-revived comic operetta.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:26:19 GMT";
arnews[5] += "
";
arnews[6]="Almanac
";
arnews[6] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 15:29:34 GMT";
arnews[6] += "
";
arnews[7]="Sex, lies and all that Chaz November 21, 2009
";
arnews[7] += "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[7] += "
Publ.Date : Sat, 21 Nov 2009 12:53:33 GMT";
arnews[7] += "
";
arnews[8]="Will Farrell tops list of overpaid stars
";
arnews[8] += "Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 12:37:34 GMT";
arnews[8] += "
";
totcount = 9;
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("