var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today in History - July 20
";
arnews[0] += "Today is Monday, July 20, the 201st day of 2009. There are 164 days left in the year.";
arnews[0] += "
Publ.Date : Mon, 20 Jul 2009 23:08:52 GMT";
arnews[0] += "
";
arnews[1]="This day in history
";
arnews[1] += "In 1861, the Congress of the Confederate States began holding sessions in Richmond, Va.";
arnews[1] += "
Publ.Date : Mon, 20 Jul 2009 12:48:54 GMT";
arnews[1] += "
";
arnews[2]="Today in History
";
arnews[2] += "Today is Monday, July 20, the 201st day of 2009. There are 164 days left in the year.";
arnews[2] += "
Publ.Date : Mon, 20 Jul 2009 09:09:15 GMT";
arnews[2] += "
";
arnews[3]="Today in History
";
arnews[3] += "Today is Monday, July 20, the 201st day of 2009. There are 164 days left in the year.";
arnews[3] += "
Publ.Date : Mon, 13 Jul 2009 16:54:00 GMT";
arnews[3] += "
";
arnews[4]="Today in History
";
arnews[4] += "Today is Monday, July 20, the 201st day of 2009. There are 164 days left in the year.";
arnews[4] += "
Publ.Date : Mon, 13 Jul 2009 15:55:00 GMT";
arnews[4] += "
";
totcount = 5;
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("