var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today in History - Tuesday, Oct. 27, 2009
";
arnews[0] += "Today's Highlight in History: On Oct. 27, 1787, the first of the Federalist Papers, a series of essays calling for ratification of the U.S. Constitution, was published in New York.";
arnews[0] += "
Publ.Date : Wed, 28 Oct 2009 21:53:59 GMT";
arnews[0] += "
";
arnews[1]="On Oct. 27, 2004, The Boston Red Sox won their first World Series since 1918
";
arnews[1] += "Today is Tuesday, Oct. 27, the 300th day of 2009. There are 65 days left in the year.";
arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 22:07:16 GMT";
arnews[1] += "
";
arnews[2]="Today in History - Tuesday, Oct. 27, 2009
";
arnews[2] += "Today's Highlight in History: On Oct. 27, 1787, the first of the Federalist Papers, a series of essays calling for ratification of the U.S. Constitution, was published in New York.";
arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 16:41:23 GMT";
arnews[2] += "
";
arnews[3]="People in the News
";
arnews[3] += "First lady Maria Shriver appears to need a refresher on California traffic laws.";
arnews[3] += "
Publ.Date : Tue, 27 Oct 2009 15:58:04 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Tuesday, Oct. 27, the 300th day of 2009. There are 65 days left in the year.";
arnews[4] += "
Publ.Date : Tue, 27 Oct 2009 15:03:00 GMT";
arnews[4] += "
";
arnews[5]="Madonna and kids visit girls' school in Malawi
";
arnews[5] += "An official for Madonna's African charity says the star is in Malawi to visit the girls school she is building in the impoverished country where she adopted two children.";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 10:48:24 GMT";
arnews[5] += "
";
arnews[6]="Today in History - Oct. 27
";
arnews[6] += "Today is Tuesday, Oct. 27, the 300th day of 2009. There are 65 days left in the year.";
arnews[6] += "
Publ.Date : Tue, 27 Oct 2009 10:12:07 GMT";
arnews[6] += "
";
arnews[7]="Celebrity birthdays
";
arnews[7] += "Singer Kelly Osbourne is 25.";
arnews[7] += "
Publ.Date : Sun, 25 Oct 2009 10:06:00 GMT";
arnews[7] += "
";
arnews[8]="The first of the Federalist Papers was published 222 years ago today
";
arnews[8] += "Today: is the 300th day of 2009. There are 65 days left in the year. On this date In 1787, the first of the Federalist Papers, a series of essays calling for ratification of the U.S. Constitution, was published in New York.";
arnews[8] += "
Publ.Date : Tue, 27 Oct 2009 08:13:27 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("