var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Diane 'Deana' Cigel
";
arnews[0] += "Diane 'Deana' Cigel of Stevens Point, beloved wife, mother and grandmother, died Tuesday, Oct.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="FOX renews American Dad for 6th season
";
arnews[1] += "FOX has ordered a sixth season of AMERICAN DAD, the animated series featuring security-obsessed CIA agent and devoted family man STAN SMITH .";
arnews[1] += "
Publ.Date : Sat, 31 Oct 2009 03:40:51 GMT";
arnews[1] += "
";
arnews[2]="Fox Picks Up American Dad for a Sixth Season
";
arnews[2] += "FOX has ordered a sixth season of American Dad! , the animated series featuring security-obsessed CIA agent and devoted family man Stan Smith .";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 18:06:54 GMT";
arnews[2] += "
";
arnews[3]="'American Dad' Gets Sixth Season
";
arnews[3] += "Fox has given a sixth-season order to \"American Dad,\" keeping the animated skein on the air through at least the 2010-11 TV season.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 16:06:01 GMT";
arnews[3] += "
";
arnews[4]="Area Notes
";
arnews[4] += "The Morris Area Garden Club has adopted, through the Illinois Department of Transportation, the stretch of Route 47 between Saratoga School and Morris Airport.";
arnews[4] += "
Publ.Date : Mon, 12 Oct 2009 09:46:21 GMT";
arnews[4] += "
";
arnews[5]="Clearing the way
";
arnews[5] += "Richard Natanek of Seneca stands next to the Morris Area Garden Club's IDOT Adopt a Highway sign on Illinois 47 in Morris.";
arnews[5] += "
Publ.Date : Sat, 03 Oct 2009 00:14:49 GMT";
arnews[5] += "
";
arnews[6]="Thank you
";
arnews[6] += "As the public relations officer for the Onset Cape Verdean Festival Association, I wanted an opportunity to share my thoughts about the 2009 festival.";
arnews[6] += "
Publ.Date : Sun, 06 Sep 2009 04:51:12 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("