var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
";
arnews[0] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:46:42 GMT";
arnews[0] += "
";
arnews[1]="Birthday Suits: Giant Sized Edition
";
arnews[1] += "Are you one of them? Mischa, Marty and Rachel 1897 Frank Fay , aka Mr. Barbara Stanwyck.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:46:38 GMT";
arnews[1] += "
";
arnews[2]="Today in History - Nov. 17
";
arnews[2] += "Published: Tuesday, November 17, 2009 at 4:01 a.m. Last Modified: Tuesday, November 17, 2009 at 12:00 a.m. Today is Tuesday, Nov.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:40:10 GMT";
arnews[2] += "
";
arnews[3]="Today in History, Tuesday, Nov. 17, 2009
";
arnews[3] += "Today's Highlight in History: On Nov. 17, 1800, Congress held its first session in Washington in the partially completed Capitol building.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 17:07:50 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:06:01 GMT";
arnews[4] += "
";
arnews[5]="Manhattan master
";
arnews[5] += "Louisvillian Jeromy Edwards knows how to make a mean Manhattan. After a nationwide search, the 33-year-old beverage director and bar manager at Theater Square Marketplace has been crowned the \"Master of the Manhattan\" by Woodford Reserve bourbon and Esquire magazine for his Cider Manhattan concoction.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00: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("