var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Sept. 11, 2001, nearly 3,000 people died when four planes were hijacked and crashed in the U.S.
";
arnews[0] += "One of the World Trade Center's twin towers collapses after it was struck by a commerical airliner in a suspected terrorist attack September 11, 2001 in New York City.";
arnews[0] += "
Publ.Date : Sun, 20 Sep 2009 17:08:08 GMT";
arnews[0] += "
";
arnews[1]="On Sept. 11, 2001, nearly 3,000 people died when four planes were hijacked and crashed in the U.S.
";
arnews[1] += "One of the World Trade Center's twin towers collapses after it was struck by a commerical airliner in a suspected terrorist attack September 11, 2001 in New York City.";
arnews[1] += "
Publ.Date : Wed, 16 Sep 2009 04:27:32 GMT";
arnews[1] += "
";
arnews[2]="On Sept. 11, 2001, nearly 3,000 people died when four planes were hijacked and crashed in the U.S.
";
arnews[2] += "One of the World Trade Center's twin towers collapses after it was struck by a commerical airliner in a suspected terrorist attack September 11, 2001 in New York City.";
arnews[2] += "
Publ.Date : Sat, 12 Sep 2009 11:48:03 GMT";
arnews[2] += "
";
arnews[3]="This day in history
";
arnews[3] += "11, the 254th day of 2009. There are 111 days left in the year. This is Patriot Day.";
arnews[3] += "
Publ.Date : Fri, 11 Sep 2009 21:16:43 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Friday, Sept. 11, the 254th day of 2009. There are 111 days left in the year.";
arnews[4] += "
Publ.Date : Fri, 11 Sep 2009 17:43:00 GMT";
arnews[4] += "
";
arnews[5]="This day in history
";
arnews[5] += "11, the 254th day of 2009. There are 111 days left in the year. This is Patriot Day.";
arnews[5] += "
Publ.Date : Fri, 11 Sep 2009 13:06:07 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("