var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="On Nov. 6, 1860, former Illinois Congressman Abraham Lincoln won the presidency
"; arnews[0] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 14:07:25 GMT"; arnews[0] += "
"; arnews[1]="On Nov. 6, 1860, former Illinois Congressman Abraham Lincoln won the presidency
"; arnews[1] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year."; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="On Nov. 6, 1860, former Illinois Congressman Abraham Lincoln won the presidency
"; arnews[2] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year."; arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 21:49:23 GMT"; arnews[2] += "
"; arnews[3]="Today in History - Nov. 6
"; arnews[3] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year."; arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 23:24:36 GMT"; arnews[3] += "
"; arnews[4]="Today in History - Friday, Nov. 6, 2009
"; arnews[4] += "Today's Highlight in History: On Nov. 6, 1934, Nebraska voters approved a constitutional amendment which dissolved their two-chamber legislature in favor of a nonpartisan, single legislative body , which was implemented in 1937."; arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 17:30:39 GMT"; arnews[4] += "
"; arnews[5]="Almanac
"; arnews[5] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year."; arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 16:03:00 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("
");document.write("
");