var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today in History, Friday, Nov. 20, 2009
";
arnews[0] += "Today's Highlight in History: On Nov. 20, 1947, Britain's future queen, Princess Elizabeth, married Philip Mountbatten, Duke of Edinburgh, at Westminster Abbey.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:46:37 GMT";
arnews[0] += "
";
arnews[1]="Posted
";
arnews[1] += "Here's what you missed on today's WAR... Posted 11/20/2009 6:30:00 AM What it do?! MY GOD! Thanks to everyone that came out last night for the Woody and Rizzuto Guys Night Out at the Fenton Hotshots to benefit the daughters of Sgt Brian Woods.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:37:58 GMT";
arnews[1] += "
";
arnews[2]="Model Kate Moss slammed for 'skinny' quip
";
arnews[2] += "Campaigners against eating disorders are criticizing Kate Moss after the supermodel cited as her motto a phrase used on pro-anorexia websites.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:53:37 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays on Nov. 20
";
arnews[3] += "Actress Estelle Parsons is 82. TV personality Richard Dawson is 77. Comedian Dick Smothers is 71.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:00:00 GMT";
arnews[3] += "
";
arnews[4]="Today in History - Nov. 20
";
arnews[4] += "Today is Friday, Nov. 20, the 324th day of 2009. There are 41 days left in the year.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:37:10 GMT";
arnews[4] += "
";
arnews[5]="Famous Birthdays
";
arnews[5] += "Today: Actor Alan Young is 90. Talk-show host Larry King is 76. Talk-show host Dick Cavett is 73.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[5] += "
";
arnews[6]="Celebrity Birthdays
";
arnews[6] += "Today: 'People's Court' judge Joseph Wapner is 90. Actor Ed Asner is 80. Actor Sam Waterston is 69.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("