var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 14, 1973, Britain's Princess Anne married Capt. Mark Phillips in Westminster Abbey
";
arnews[0] += "Today is Saturday, Nov. 14, the 318th day of 2009. There are 47 days left in the year.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:21:15 GMT";
arnews[0] += "
";
arnews[1]="Celebrity birthdays for Nov. 8-14
";
arnews[1] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Review: The Venture Bros. - The Revenge Society
";
arnews[2] += "This episode was certainly a surprise in many respects. It was one of the funnier installments of the season so far.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 17:41:00 GMT";
arnews[2] += "
";
arnews[3]="This is a Venture Bros Post
";
arnews[3] += "FROM JACKSON PUBLICK'S BLOG: Not much to say. Too busy. Doc and I are about to finish our collaborative script for the finale of season 4.2 and I'm literally on my way out the door to the final sound mix for the last episode of season 4.1. As such I will soon be blessedly free from writing and post-production duties for a while.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:03:44 GMT";
arnews[3] += "
";
arnews[4]="Accidentally on Purpose - the Examiner.com review
";
arnews[4] += "Every Monday, the Examiner.com National Sitcom team cooks up some popcorn, sits back and enjoys CBS's Monday comedy lineup.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="November 14: Apollo 12 launched to the moon, Democrats and Republicans in budget standoff
";
arnews[5] += "Births : 1765: Robert Fulton, American engineer and inventor of the steamboat 1840: Claude Monet, French painter 1896: Mamie Eisenhower, First Lady of the United States, wife of President Dwight D. Eisenhower 1908: Joseph McCarthy, American politician, known for the term McCarthyism coined in reference to McCarthy's practices of accusations to ...";
arnews[5] += "
Publ.Date : Thu, 12 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("