var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 20, 1789, New Jersey became the first state to ratify the Bill of Rights
";
arnews[0] += "Today is Friday, Nov. 20, the 324th day of 2009. There are 41 days left in the year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:47:46 GMT";
arnews[0] += "
";
arnews[1]="Brett Favre, the 40-Year-Old Version: 'It's amazing,' says sack king...
";
arnews[1] += "He retired four months after helping the New York Giants win Super Bowl XLII, but Michael Strahan is as busy as ever.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:58:44 GMT";
arnews[1] += "
";
arnews[2]="Today in History, Friday, Nov. 20, 2009
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 20 Nov 2009 17:46:37 GMT";
arnews[2] += "
";
arnews[3]=".com's Daybreak: Nov. 20, 2009
";
arnews[3] += "Hello, Santa Clarita Valley! Welcome to The-Signal.com's Daybreak, your point of entry for the day, and a quick journey through the past, present and future.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08: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]="History Lesson
";
arnews[5] += "Found this on another web site so thought I would share. Might help some make connections, and make us question the writers! General Hospital Characters: both Current and Former A Complete List Benny Abrahms The financier for Corinthos and Morgan.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 20:56:09 GMT";
arnews[5] += "
";
arnews[6]="A Level-Headed Legal Mind, Brooklyn Judge Sees Criminal Law From All Angles
";
arnews[6] += "\" When a 46-year-old Brooklyn woman went undercover as a sexy thirty-something to woo one of the jurors that convicted her son of murder in hopes of altering the verdict, the story became a media sensation, even earning a long Vanity Fair article.";
arnews[6] += "
Publ.Date : Fri, 23 Oct 2009 19:52:13 GMT";
arnews[6] += "
";
arnews[7]="Raiders-Jets Rivalry Has a Long History
";
arnews[7] += "The hilarity of the episode cana t be understated.A It was a playoff game in January 1983.";
arnews[7] += "
Publ.Date : Wed, 21 Oct 2009 18:55:05 GMT";
arnews[7] += "
";
arnews[8]="A dangerous Coast Guard job few know about
";
arnews[8] += "ADN finds the news from all over Alaska and about Alaska from around the nation so you don't have to.";
arnews[8] += "
Publ.Date : Mon, 19 Oct 2009 18:28:50 GMT";
arnews[8] += "
";
totcount = 9;
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("