var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="What's Next for Citi and Wells Fargo?
";
arnews[0] += "Two of the country's last major bailout recipients have come to terms with the U.S. government to repay $45 billion in money from the Troubled Asset Relief Program , escaping the government's vise on their finances and compensation.";
arnews[0] += "
Publ.Date : Tue, 15 Dec 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Temple, Goodwill partner to raise funds, prove that clothes don't have to cost a fortune
";
arnews[1] += "The Temple was the setting for a fashion show to benefit a new program at Goodwill Industries of Monocacy Valley Inc.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:07:01 GMT";
arnews[1] += "
";
arnews[2]="Area competitors ready for state me.....
";
arnews[2] += "The Gloversville-Mayfield and Fonda-Johnstown swim teams have been making names for themselves in Section II.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:12:17 GMT";
arnews[2] += "
";
arnews[3]="Locals turn in strong efforts at Se.....
";
arnews[3] += "Amsterdam girls swim teams turned in solid performances at the Section II championships Saturday at Shenendehowa High School.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 20:26:16 GMT";
arnews[3] += "
";
arnews[4]="Bartlett qualifies for state diving.....
";
arnews[4] += "Freshman Meghan Bartlett of the Fonda-Johnstown swim team qualified for the New York State Public High School Athletic Association championships Nov.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 13:51:39 GMT";
arnews[4] += "
";
arnews[5]="Harriette V. Stack
";
arnews[5] += "Mrs. Harriette V. Stack, age 76, of Gloversville, died Tuesday, November 3, 2009, at Nathan Littauer Hospital with her loving family at her side.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 18:31:15 GMT";
arnews[5] += "
";
arnews[6]="Area swimmers, divers ready for Sec.....
";
arnews[6] += "A total of 36 area swimmers will compete in the Section II Division II Championships beginning today.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 18:30:50 GMT";
arnews[6] += "
";
arnews[7]="Vivian G. Barclay
";
arnews[7] += "Vivian G. Barclay, 76, of 10 Court St., Johnstown, N.Y., passed away Tuesday, October 27, 2009, at Bassett Hospital, Cooperstown, N.Y. She was born March 17, 1933, in Gloversville, N.Y., the daughter of Frederick and Estella G. Fonda Barclay.";
arnews[7] += "
Publ.Date : Wed, 28 Oct 2009 17:15:22 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("