var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Oct. 16, 1962, the Cuban missile crisis began
";
arnews[0] += "U.S. President John F. Kennedy speaks during a televised speech to the nation about the Cuban missile crisis February 11, 1962 in Washington, DC.";
arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 06:14:38 GMT";
arnews[0] += "
";
arnews[1]="On Oct. 16, 1962, the Cuban missile crisis began
";
arnews[1] += "U.S. President John F. Kennedy speaks during a televised speech to the nation about the Cuban missile crisis February 11, 1962 in Washington, DC.";
arnews[1] += "
Publ.Date : Tue, 20 Oct 2009 13:21:18 GMT";
arnews[1] += "
";
arnews[2]="On Oct. 16, 1962, the Cuban missile crisis began
";
arnews[2] += "U.S. President John F. Kennedy speaks during a televised speech to the nation about the Cuban missile crisis February 11, 1962 in Washington, DC.";
arnews[2] += "
Publ.Date : Sun, 18 Oct 2009 23:39:02 GMT";
arnews[2] += "
";
arnews[3]="Today in History - Oct. 16
";
arnews[3] += "Today is Friday, Oct. 16th, the 289th day of 2009. There are 76 days left in the year.";
arnews[3] += "
Publ.Date : Sat, 17 Oct 2009 02:07:40 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Friday, Oct. 16, the 289th day of 2009. There are 76 days left in the year.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 16:23:01 GMT";
arnews[4] += "
";
arnews[5]="Findings downplay drugs in Mays death
";
arnews[5] += "The family of TV pitchman Billy Mays released the findings of an independent medical examiner Thursday who concluded that the informercial star's cocaine use was not a significant contributing factor in his death.";
arnews[5] += "
Publ.Date : Fri, 16 Oct 2009 11:30:31 GMT";
arnews[5] += "
";
arnews[6]="On this date in 1793, Marie Antoinette, the queen of France, was...
";
arnews[6] += "On this date in 1793, Marie Antoinette, the queen of France, was beheaded during the French Revolution: Oct.";
arnews[6] += "
Publ.Date : Fri, 16 Oct 2009 10:07:49 GMT";
arnews[6] += "
";
arnews[7]="Celebrity birthdays
";
arnews[7] += "Actress Brea Grant is 28. Actress Angela Lansbury is 84. Actor Barry Corbin is 69.";
arnews[7] += "
Publ.Date : Fri, 16 Oct 2009 10:07:36 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("