var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today's Birthdays November 22 - digtriad.com
";
arnews[0] += "Movie director Arthur Hiller is 86. Actor Robert Vaughn is 77. Actor Michael Callan is 74. Actor Allen Garfield is 70. Animator and movie director Terry Gilliam is 69. Actor Tom Conti is 68. Singer Jesse Colin Young is 68. Astronaut Guion S. Bluford ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:02:00 GMT";
arnews[0] += "
";
arnews[1]="Today in History - Nov. 22 - Dispatch
";
arnews[1] += "Today is Sunday, Nov. 22, the 326th day of 2009. There are 39 days left in the year. Today's Highlight in History: On Nov. 22, 1963, President John F. Kennedy was shot to death while riding in a motorcade in Dallas. Texas Gov. John B. Connally was ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:24:00 GMT";
arnews[1] += "
";
totcount = 2;
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("