var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="When Everything Changed: 50 Years of Women's Progress
";
arnews[0] += "In the first year of Gail Collins 's survey of \"the amazing journey of American women from 1960 to the present,\" I turned 12.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 17:27:06 GMT";
arnews[0] += "
";
arnews[1]="Grace E. McPeak
";
arnews[1] += "WARSAW: Grace E. McPeak, 89, of 28307 TR 35, died Sunday, November 22, 2009 at her residence.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Local roundup
";
arnews[2] += "Eric Hudson scored a career-high 19 points with six rebounds for Coast Guard Academy in a 73-60 win over Manhattanville College in the championship game of the Castle Classic tournament in men's basketball action Saturday.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 10:55:41 GMT";
arnews[2] += "
";
arnews[3]="Raile 80th birthday
";
arnews[3] += "Jean Raile of Greeley celebrated her 80th birthday on Nov. 8 at a surprise luncheon for family and close friends at the Eaton Country Club.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:00:00 GMT";
arnews[3] += "
";
arnews[4]="Births for November 2009
";
arnews[4] += "To Heather Porter and Jason Morford of Port Orchard, a son, Nov. 1. To Ashley McGloin and Greggery Tyler of Poulsbo, a daughter, Nov.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:29:13 GMT";
arnews[4] += "
";
arnews[5]="Iron Dog entries short of last year, even with prize boost
";
arnews[5] += "Doubling the prize money for the winners of the Iron Dog snowmachine race resulted in a late surge of entrants, but size of the field still fell short of a year ago.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:43:41 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("