var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="The Temple, Goodwill partner to raise funds, prove that clothes don't have to cost a fortune
"; arnews[0] += "The Temple was the setting for a fashion show to benefit a new program at Goodwill Industries of Monocacy Valley Inc."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:07:01 GMT"; arnews[0] += "
"; arnews[1]="Area competitors ready for state me.....
"; arnews[1] += "The Gloversville-Mayfield and Fonda-Johnstown swim teams have been making names for themselves in Section II."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:12:17 GMT"; arnews[1] += "
"; arnews[2]="Locals turn in strong efforts at Se.....
"; arnews[2] += "Amsterdam girls swim teams turned in solid performances at the Section II championships Saturday at Shenendehowa High School."; arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 20:26:16 GMT"; arnews[2] += "
"; arnews[3]="Bartlett qualifies for state diving.....
"; arnews[3] += "Freshman Meghan Bartlett of the Fonda-Johnstown swim team qualified for the New York State Public High School Athletic Association championships Nov."; arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 13:51:39 GMT"; arnews[3] += "
"; arnews[4]="Harriette V. Stack
"; arnews[4] += "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[4] += "
Publ.Date : Thu, 05 Nov 2009 18:31:15 GMT"; arnews[4] += "
"; arnews[5]="Area swimmers, divers ready for Sec.....
"; arnews[5] += "A total of 36 area swimmers will compete in the Section II Division II Championships beginning today."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 18:30:50 GMT"; arnews[5] += "
"; arnews[6]="Vivian G. Barclay
"; arnews[6] += "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[6] += "
Publ.Date : Wed, 28 Oct 2009 17:15:22 GMT"; arnews[6] += "
"; arnews[7]="Hopper's Easy Rider' roars across the Blu-ray highway
"; arnews[7] += "An iconic film from the 1960s, \"Easy Rider\" , leads this week's list of new Blu-ray releases."; arnews[7] += "
Publ.Date : Tue, 20 Oct 2009 16:15:10 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("
");document.write("
");