var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Oct. 6, 1981, Egyptian President Anwar Sadat was shot to death by extremists
";
arnews[0] += "Today is Tuesday, Oct. 6, the 279th day of 2009. There are 86 days left in the year.";
arnews[0] += "
Publ.Date : Sat, 10 Oct 2009 14:56:25 GMT";
arnews[0] += "
";
arnews[1]="Today in History - Tuesday, Oct. 6, 2009
";
arnews[1] += "Today's Highlight in History: On Oct. 6, 1939, during World War II, as remaining military resistance in Poland crumbled, Adolf Hitler delivered a speech to the Reichstag in which he blamed the Poles for the Nazi-Soviet invasion of their country and denied having any intention of war against France and Britain.";
arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 17:55:18 GMT";
arnews[1] += "
";
arnews[2]="Death Notices, Oct. 6, 2009
";
arnews[2] += "Broadcaster and writer Melvyn Bragg is 70. Actress Britt Ekland is 67. Singer Millie Small is 63.";
arnews[2] += "
Publ.Date : Mon, 05 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="This day in history
";
arnews[3] += "Today's highlight in history: On Oct. 6, 1939, during World War II, as remaining military resistance in Poland crumbled, Adolf Hitler delivered a speech to the Reichstag in which he blamed the Poles for the Nazi-Soviet invasion of their country and denied having any intention of war against France and Britain.";
arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 15:14:10 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Tuesday, Oct. 6, the 279th day of 2009. There are 86 days left in the year.";
arnews[4] += "
Publ.Date : Tue, 06 Oct 2009 15:03:00 GMT";
arnews[4] += "
";
arnews[5]="Method Man arrested for unpaid taxes
";
arnews[5] += "Grammy-winning rapper Method Man has been arrested in New York City on felony charges for failing to pay his taxes.";
arnews[5] += "
Publ.Date : Tue, 06 Oct 2009 10:35:54 GMT";
arnews[5] += "
";
totcount = 6;
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("