var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""The Princess Diaries" is a funny fractured fairy tale
";
arnews[0] += "Warning: If you wish to see a film that presents high school in all of its gritty reality with drugs, teen sex, and violence, then a oeThe Princess Diariesa is not the movie for you.";
arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 06:54:36 GMT";
arnews[0] += "
";
arnews[1]="Toy Story
";
arnews[1] += "The wizards at Pixar and Disney have created a film that is unlikely to be forgotten in the next few years.";
arnews[1] += "
Publ.Date : Sun, 04 Oct 2009 19:22:24 GMT";
arnews[1] += "
";
arnews[2]="Today in History - Saturday, Oct. 3, 2009
";
arnews[2] += "Today's Highlight in History: On Oct. 3, 1789, President George Washington declared Nov.";
arnews[2] += "
Publ.Date : Sun, 04 Oct 2009 17:35:03 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays
";
arnews[3] += "Today's Birthdays: Author Gore Vidal is 84. Basketball player Marques Haynes is 83.";
arnews[3] += "
Publ.Date : Sat, 03 Oct 2009 20:53:53 GMT";
arnews[3] += "
";
arnews[4]="On Oct. 3rd, 1995, O.J. Simpson was found not guilty of the 1994 slaying of his former wife
";
arnews[4] += "O.J Simpson celebrates the not guilty verdict with his attorney F. Lee Bailey and Johnnie Cochan Jr.";
arnews[4] += "
Publ.Date : Sat, 03 Oct 2009 18:46:08 GMT";
arnews[4] += "
";
arnews[5]="This day in history
";
arnews[5] += "Francis of Assisi died; he was canonized in 1228. The Rev. Raymond M. Goodwin Jr.";
arnews[5] += "
Publ.Date : Sat, 03 Oct 2009 16:57:14 GMT";
arnews[5] += "
";
arnews[6]="almanac
";
arnews[6] += "Today is Saturday, Oct. 3, the 276th day of 2009. There are 89 days left in the year.";
arnews[6] += "
Publ.Date : Sat, 03 Oct 2009 16:33:48 GMT";
arnews[6] += "
";
arnews[7]="The Michigan Thumb's leading news and information Web site
";
arnews[7] += "CELEBRITIES BORN ON THIS DAY: Ashlee Simpson, 25; Erik von Detten, 27; India.Arie, 34; Neve Campbell, 36 Happy Birthday: You'll be pulled in several directions this year.";
arnews[7] += "
Publ.Date : Sat, 03 Oct 2009 05:37:44 GMT";
arnews[7] += "
";
totcount = 8;
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("